CognitiveServicesDeploymentState.Implicit Operator

Definition

Overloads

Implicit(String to CognitiveServicesDeploymentState)

Source:
CognitiveServicesDeploymentState.cs

Converts a string to a CognitiveServicesDeploymentState.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<CognitiveServicesDeploymentState>)

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

Parameters

value
String

Returns

Applies to