FrontDoorDeploymentStatus.Implicit Operator

Definition

Overloads

Implicit(String to FrontDoorDeploymentStatus)

Source:
FrontDoorDeploymentStatus.cs
Source:
FrontDoorDeploymentStatus.cs

Converts a string to a FrontDoorDeploymentStatus.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<FrontDoorDeploymentStatus>)

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

Parameters

value
String

Returns

Applies to