Share via


ManagedClusterJwtAuthenticatorProvisioningState.Implicit Operator

Definition

Overloads

Implicit(String to ManagedClusterJwtAuthenticatorProvisioningState)

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ManagedClusterJwtAuthenticatorProvisioningState>)

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

Parameters

value
String

Returns

Applies to