HciVmPowerState.Implicit Operator

Definition

Overloads

Implicit(String to Nullable<HciVmPowerState>)

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

Parameters

value
String

Returns

Applies to

Implicit(String to HciVmPowerState)

Source:
HciVmPowerState.cs

Converts a string to a HciVmPowerState.

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

Parameters

value
String

The value.

Returns

Applies to