TroubleshooterProvisioningState.Implicit Operator

Definition

Overloads

Implicit(String to TroubleshooterProvisioningState)

Source:
TroubleshooterProvisioningState.cs

Converts a string to a TroubleshooterProvisioningState.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<TroubleshooterProvisioningState>)

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

Parameters

value
String

Returns

Applies to