AssetStorageEncryptionFormat.Implicit Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Implicit(AssetStorageEncryptionFormat to String) |
Opérateur implicite pour convertir AssetStorageEncryptionFormat en chaîne |
Implicit(String to AssetStorageEncryptionFormat) |
Opérateur implicite pour convertir une chaîne en AssetStorageEncryptionFormat |
Implicit(AssetStorageEncryptionFormat to String)
Opérateur implicite pour convertir AssetStorageEncryptionFormat en chaîne
public static implicit operator string (Microsoft.Azure.Management.Media.Models.AssetStorageEncryptionFormat e);
static member op_Implicit : Microsoft.Azure.Management.Media.Models.AssetStorageEncryptionFormat -> string
Public Shared Widening Operator CType (e As AssetStorageEncryptionFormat) As String
Paramètres
Retours
S’applique à
Implicit(String to AssetStorageEncryptionFormat)
Opérateur implicite pour convertir une chaîne en AssetStorageEncryptionFormat
public static implicit operator Microsoft.Azure.Management.Media.Models.AssetStorageEncryptionFormat (string value);
static member op_Implicit : string -> Microsoft.Azure.Management.Media.Models.AssetStorageEncryptionFormat
Public Shared Widening Operator CType (value As String) As AssetStorageEncryptionFormat
Paramètres
- value
- String
Retours
S’applique à
Azure SDK for .NET