LargeInstanceForcePowerState.Implicit Operator

Definition

Overloads

Implicit(String to LargeInstanceForcePowerState)

Source:
LargeInstanceForcePowerState.cs

Converts a string to a LargeInstanceForcePowerState.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<LargeInstanceForcePowerState>)

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

Parameters

value
String

Returns

Applies to