Partager via


StorageAuthentication Structure

Définition

Définit des valeurs pour StorageAuthentication.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.StorageAuthenticationConverter))]
public struct StorageAuthentication : IEquatable<Microsoft.Azure.Management.Media.Models.StorageAuthentication>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.StorageAuthenticationConverter))>]
type StorageAuthentication = struct
Public Structure StorageAuthentication
Implements IEquatable(Of StorageAuthentication)
Héritage
StorageAuthentication
Attributs
Newtonsoft.Json.JsonConverterAttribute
Implémente

Champs

ManagedIdentity

Authentification d’identité managée.

System

Authentification système.

Méthodes

Equals(Object)

Remplace l’opérateur Equals pour StorageAuthentication

Equals(StorageAuthentication)

Compare les énumérations de type StorageAuthentication

GetHashCode()

Retourne pour hashCode StorageAuthentication

ToString()

Retourne une représentation sous forme de chaîne pour StorageAuthentication

Opérateurs

Equality(StorageAuthentication, StorageAuthentication)

Substitution de l’opérateur == pour l’énumération StorageAuthentication

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

Inequality(StorageAuthentication, StorageAuthentication)

Substitution de l’opérateur != pour enum StorageAuthentication

S’applique à