Condividi tramite


StandbyPoolHealthStateCode.Implicit Operator

Definition

Overloads

Implicit(String to StandbyPoolHealthStateCode)

Source:
StandbyPoolHealthStateCode.cs

Converts a string to a StandbyPoolHealthStateCode.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<StandbyPoolHealthStateCode>)

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

Parameters

value
String

Returns

Applies to