ManagedServiceIdentityType Structure
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.
Type d’identité de service managé (où les types SystemAssigned et UserAssigned sont autorisés).
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.ResourceManager.Models.ManagedServiceIdentityType+ManagedServiceIdentityTypeConverter))]
public readonly struct ManagedServiceIdentityType : IEquatable<Azure.ResourceManager.Models.ManagedServiceIdentityType>
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.ResourceManager.Models.ManagedServiceIdentityType+ManagedServiceIdentityTypeConverter))>]
type ManagedServiceIdentityType = struct
Public Structure ManagedServiceIdentityType
Implements IEquatable(Of ManagedServiceIdentityType)
- Héritage
-
ManagedServiceIdentityType
- Attributs
- Implémente
Constructeurs
ManagedServiceIdentityType(String) |
Initialise une nouvelle instance de ManagedServiceIdentityType. |
Propriétés
None |
Aucun. |
SystemAssigned |
SystemAssigned. |
SystemAssignedUserAssigned |
SystemAssigned, UserAssigned. |
UserAssigned |
UserAssigned. |
Méthodes
Equals(ManagedServiceIdentityType) |
Indique si l'objet actuel est égal à un autre objet du même type. |
ToString() |
Retourne le nom de type qualifié complet de cette instance. |
Opérateurs
Equality(ManagedServiceIdentityType, ManagedServiceIdentityType) |
Détermine si deux ManagedServiceIdentityType valeurs sont identiques. |
Implicit(String to ManagedServiceIdentityType) |
Convertit une chaîne en ManagedServiceIdentityType. |
Inequality(ManagedServiceIdentityType, ManagedServiceIdentityType) |
Détermine si deux ManagedServiceIdentityType valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET