ArcSettingAggregateState.Implicit Operator

Definition

Overloads

Implicit(String to ArcSettingAggregateState)

Source:
ArcSettingAggregateState.cs
Source:
ArcSettingAggregateState.cs

Converts a string to a ArcSettingAggregateState.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ArcSettingAggregateState>)

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

Parameters

value
String

Returns

Applies to