Condividi tramite


TrustedServicesByPassSelection.Implicit Operator

Definition

Overloads

Implicit(String to TrustedServicesByPassSelection)

Source:
TrustedServicesByPassSelection.cs
Source:
TrustedServicesByPassSelection.cs

Converts a string to a TrustedServicesByPassSelection.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<TrustedServicesByPassSelection>)

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

Parameters

value
String

Returns

Applies to