Compartilhar via


ResourceModelWithAllowedPropertySetIdentity Construtores

Definição

Sobrecargas

ResourceModelWithAllowedPropertySetIdentity()

Inicializa uma nova instância da classe ResourceModelWithAllowedPropertySetIdentity.

ResourceModelWithAllowedPropertySetIdentity(String, String, Nullable<ResourceIdentityType>)

Inicializa uma nova instância da classe ResourceModelWithAllowedPropertySetIdentity.

ResourceModelWithAllowedPropertySetIdentity()

Inicializa uma nova instância da classe ResourceModelWithAllowedPropertySetIdentity.

public ResourceModelWithAllowedPropertySetIdentity ();
Public Sub New ()

Aplica-se a

ResourceModelWithAllowedPropertySetIdentity(String, String, Nullable<ResourceIdentityType>)

Inicializa uma nova instância da classe ResourceModelWithAllowedPropertySetIdentity.

public ResourceModelWithAllowedPropertySetIdentity (string principalId = default, string tenantId = default, Microsoft.Azure.Management.KubernetesConfiguration.Models.ResourceIdentityType? type = default);
new Microsoft.Azure.Management.KubernetesConfiguration.Models.ResourceModelWithAllowedPropertySetIdentity : string * string * Nullable<Microsoft.Azure.Management.KubernetesConfiguration.Models.ResourceIdentityType> -> Microsoft.Azure.Management.KubernetesConfiguration.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

A ID principal da identidade do recurso.

tenantId
String

A ID do locatário do recurso.

type
Nullable<ResourceIdentityType>

O tipo de identidade. Os valores possíveis incluem: 'SystemAssigned'

Aplica-se a