Compartir a través de


ResourceModelWithAllowedPropertySetIdentity Constructores

Definición

Sobrecargas

ResourceModelWithAllowedPropertySetIdentity()

Inicializa una nueva instancia de la clase ResourceModelWithAllowedPropertySetIdentity.

ResourceModelWithAllowedPropertySetIdentity(String, String, Nullable<ResourceIdentityType>)

Inicializa una nueva instancia de la clase ResourceModelWithAllowedPropertySetIdentity.

ResourceModelWithAllowedPropertySetIdentity()

Inicializa una nueva instancia de la clase ResourceModelWithAllowedPropertySetIdentity.

public ResourceModelWithAllowedPropertySetIdentity ();
Public Sub New ()

Se aplica a

ResourceModelWithAllowedPropertySetIdentity(String, String, Nullable<ResourceIdentityType>)

Inicializa una nueva instancia de la clase ResourceModelWithAllowedPropertySetIdentity.

public ResourceModelWithAllowedPropertySetIdentity (string principalId = default, string tenantId = default, Microsoft.Azure.Management.MixedReality.Models.ResourceIdentityType? type = default);
new Microsoft.Azure.Management.MixedReality.Models.ResourceModelWithAllowedPropertySetIdentity : string * string * Nullable<Microsoft.Azure.Management.MixedReality.Models.ResourceIdentityType> -> Microsoft.Azure.Management.MixedReality.Models.ResourceModelWithAllowedPropertySetIdentity
Public Sub New (Optional principalId As String = Nothing, Optional tenantId As String = Nothing, Optional type As Nullable(Of ResourceIdentityType) = Nothing)

Parámetros

principalId
String

Identificador de entidad de seguridad de la identidad del recurso.

tenantId
String

Identificador de inquilino del recurso.

type
Nullable<ResourceIdentityType>

Tipo de identidad. Entre los valores posibles se incluyen: "SystemAssigned"

Se aplica a