Compartilhar via


ManagedServiceIdentityType Estrutura

Definição

Tipo de identidade de serviço gerenciada (em que os tipos SystemAssigned e UserAssigned são permitidos).

[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)
Herança
ManagedServiceIdentityType
Atributos
Implementações

Construtores

ManagedServiceIdentityType(String)

Inicializa uma nova instância de ManagedServiceIdentityType.

Propriedades

None

Nenhum.

SystemAssigned

SystemAssigned.

SystemAssignedUserAssigned

SystemAssigned, UserAssigned.

UserAssigned

UserAssigned.

Métodos

Equals(ManagedServiceIdentityType)

Indica se o objeto atual é igual a outro objeto do mesmo tipo.

ToString()

Retorna o nome do tipo totalmente qualificado dessa instância.

Operadores

Equality(ManagedServiceIdentityType, ManagedServiceIdentityType)

Determina se dois ManagedServiceIdentityType valores são os mesmos.

Implicit(String to ManagedServiceIdentityType)

Converte uma cadeia de caracteres em um ManagedServiceIdentityType.

Inequality(ManagedServiceIdentityType, ManagedServiceIdentityType)

Determina se dois ManagedServiceIdentityType valores não são os mesmos.

Aplica-se a