ProbeNoHealthyBackendsBehavior.Implicit Operator

Definition

Overloads

Implicit(String to ProbeNoHealthyBackendsBehavior)

Source:
ProbeNoHealthyBackendsBehavior.cs
Source:
ProbeNoHealthyBackendsBehavior.cs

Converts a string to a ProbeNoHealthyBackendsBehavior.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ProbeNoHealthyBackendsBehavior>)

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

Parameters

value
String

Returns

Applies to