Compartir a través de


ManagedServiceIdentityType Estructura

Definición

Tipo de la identidad administrada.

public readonly struct ManagedServiceIdentityType : IEquatable<Azure.ResourceManager.Blueprint.Models.ManagedServiceIdentityType>
type ManagedServiceIdentityType = struct
Public Structure ManagedServiceIdentityType
Implements IEquatable(Of ManagedServiceIdentityType)
Herencia
ManagedServiceIdentityType
Implementaciones

Constructores

ManagedServiceIdentityType(String)

Inicializa una nueva instancia de la clase ManagedServiceIdentityType.

Propiedades

None

Ninguno.

SystemAssigned

SystemAssigned.

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 iguales.

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