BatchIPFamily.Implicit Operator

Definition

Overloads

Implicit(String to BatchIPFamily)

Source:
BatchIPFamily.cs

Converts a string to a BatchIPFamily.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<BatchIPFamily>)

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

Parameters

value
String

Returns

Applies to