Freigeben über


ResourceModelWithAllowedPropertySetIdentity Konstruktoren

Definition

Überlädt

ResourceModelWithAllowedPropertySetIdentity()

Initialisiert eine neue instance der ResourceModelWithAllowedPropertySetIdentity-Klasse.

ResourceModelWithAllowedPropertySetIdentity(String, String, Nullable<ResourceIdentityType>)

Initialisiert eine neue instance der ResourceModelWithAllowedPropertySetIdentity-Klasse.

ResourceModelWithAllowedPropertySetIdentity()

Initialisiert eine neue instance der ResourceModelWithAllowedPropertySetIdentity-Klasse.

public ResourceModelWithAllowedPropertySetIdentity();
Public Sub New ()

Gilt für:

ResourceModelWithAllowedPropertySetIdentity(String, String, Nullable<ResourceIdentityType>)

Initialisiert eine neue instance der ResourceModelWithAllowedPropertySetIdentity-Klasse.

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

Parameter

principalId
String

Die Prinzipal-ID der Ressourcenidentität.

tenantId
String

Die Mandanten-ID der Ressource.

type
Nullable<ResourceIdentityType>

Der Identitätstyp. Mögliche Werte: "SystemAssigned"

Gilt für: