PasswordAuth.Implicit Operator

Definition

Overloads

Implicit(String to PasswordAuth)

Source:
PasswordAuth.cs

Converts a string to a PasswordAuth.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<PasswordAuth>)

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

Parameters

value
String

Returns

Applies to