UpdateRunPropertiesState.Implicit Operator

Definition

Overloads

Implicit(String to UpdateRunPropertiesState)

Source:
UpdateRunPropertiesState.cs
Source:
UpdateRunPropertiesState.cs

Converts a string to a UpdateRunPropertiesState.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<UpdateRunPropertiesState>)

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

Parameters

value
String

Returns

Applies to