BatchIPRuleAction.Implicit Operator

Definition

Overloads

Implicit(String to BatchIPRuleAction)

Source:
BatchIPRuleAction.cs
Source:
BatchIPRuleAction.cs

Converts a string to a BatchIPRuleAction.

public static implicit operator Azure.ResourceManager.Batch.Models.BatchIPRuleAction(string value);
static member op_Implicit : string -> Azure.ResourceManager.Batch.Models.BatchIPRuleAction
Public Shared Widening Operator CType (value As String) As BatchIPRuleAction

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<BatchIPRuleAction>)

Source:
BatchIPRuleAction.cs
public static implicit operator Azure.ResourceManager.Batch.Models.BatchIPRuleAction?(string value);
static member op_Implicit : string -> Nullable<Azure.ResourceManager.Batch.Models.BatchIPRuleAction>
Public Shared Widening Operator CType (value As String) As Nullable(Of BatchIPRuleAction)

Parameters

value
String

Returns

Applies to