BatchPoolIdentityType.Implicit Operator

Definition

Overloads

Implicit(String to BatchPoolIdentityType)

Source:
BatchPoolIdentityType.cs
Source:
BatchPoolIdentityType.cs

Converts a string to a BatchPoolIdentityType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<BatchPoolIdentityType>)

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

Parameters

value
String

Returns

Applies to