Partager via


StorageAuthentication.Implicit Opérateur

Définition

Surcharges

Implicit(StorageAuthentication to String)

Opérateur implicite pour convertir StorageAuthentication en chaîne

Implicit(String to StorageAuthentication)

Opérateur implicite pour convertir une chaîne en StorageAuthentication

Implicit(StorageAuthentication to String)

Opérateur implicite pour convertir StorageAuthentication en chaîne

public static implicit operator string (Microsoft.Azure.Management.Media.Models.StorageAuthentication e);
static member op_Implicit : Microsoft.Azure.Management.Media.Models.StorageAuthentication -> string
Public Shared Widening Operator CType (e As StorageAuthentication) As String

Paramètres

Retours

S’applique à

Implicit(String to StorageAuthentication)

Opérateur implicite pour convertir une chaîne en StorageAuthentication

public static implicit operator Microsoft.Azure.Management.Media.Models.StorageAuthentication (string value);
static member op_Implicit : string -> Microsoft.Azure.Management.Media.Models.StorageAuthentication
Public Shared Widening Operator CType (value As String) As StorageAuthentication

Paramètres

value
String

Retours

S’applique à