FrontDoorRouteGrpcState.Implicit Operator

Definition

Overloads

Implicit(String to FrontDoorRouteGrpcState)

Source:
FrontDoorRouteGrpcState.cs

Converts a string to a FrontDoorRouteGrpcState.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<FrontDoorRouteGrpcState>)

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

Parameters

value
String

Returns

Applies to