Freigeben über


CognitiveServicesAgentDeploymentState.Implicit Operator

Definition

Overloads

Implicit(String to Nullable<CognitiveServicesAgentDeploymentState>)

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

Parameters

value
String

Returns

Applies to

Implicit(String to CognitiveServicesAgentDeploymentState)

Source:
CognitiveServicesAgentDeploymentState.cs

Converts a string to a CognitiveServicesAgentDeploymentState.

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

Parameters

value
String

The value.

Returns

Applies to