Compartir a través de


ManagedServiceIdentityType Estructura

Definición

Tipo de identidad de servicio administrada (donde se permiten los tipos SystemAssigned y UserAssigned).

[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)
Herencia
ManagedServiceIdentityType
Atributos
Implementaciones

Constructores

ManagedServiceIdentityType(String)

Inicializa una nueva instancia de la clase ManagedServiceIdentityType.

Propiedades

None

Ninguno.

SystemAssigned

SystemAssigned.

SystemAssignedUserAssigned

SystemAssigned, UserAssigned.

UserAssigned

UserAssigned.

Métodos

Equals(ManagedServiceIdentityType)

Indica si el objeto actual es igual que otro objeto del mismo tipo.

ToString()

Devuelve el nombre de tipo completo de esta instancia.

Operadores

Equality(ManagedServiceIdentityType, ManagedServiceIdentityType)

Determina si dos ManagedServiceIdentityType valores son los mismos.

Implicit(String to ManagedServiceIdentityType)

Convierte una cadena en un ManagedServiceIdentityType.

Inequality(ManagedServiceIdentityType, ManagedServiceIdentityType)

Determina si dos ManagedServiceIdentityType valores no son los mismos.

Se aplica a