IdentityManagementType.Implicit Operator

Definition

Overloads

Implicit(String to IdentityManagementType)

Source:
IdentityManagementType.cs
Source:
IdentityManagementType.cs

Converts a string to a IdentityManagementType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<IdentityManagementType>)

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

Parameters

value
String

Returns

Applies to