DeploymentVersiongApprovalStatus.Implicit Operator

Definition

Overloads

Implicit(String to DeploymentVersiongApprovalStatus)

Source:
DeploymentVersiongApprovalStatus.cs

Converts a string to a DeploymentVersiongApprovalStatus.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<DeploymentVersiongApprovalStatus>)

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

Parameters

value
String

Returns

Applies to