FrontDoorQuery.Implicit Operator

Definition

Overloads

Implicit(String to FrontDoorQuery)

Source:
FrontDoorQuery.cs
Source:
FrontDoorQuery.cs

Converts a string to a FrontDoorQuery.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<FrontDoorQuery>)

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

Parameters

value
String

Returns

Applies to