Partilhar via


ApiCenterDeploymentState.Implicit Operator

Definition

Overloads

Implicit(String to ApiCenterDeploymentState)

Source:
ApiCenterDeploymentState.cs
Source:
ApiCenterDeploymentState.cs

Converts a string to a ApiCenterDeploymentState.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ApiCenterDeploymentState>)

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

Parameters

value
String

Returns

Applies to