Share via


ResourceModelWithAllowedPropertySetIdentity Constructors

Definition

Overloads

ResourceModelWithAllowedPropertySetIdentity()

Initializes a new instance of the ResourceModelWithAllowedPropertySetIdentity class.

ResourceModelWithAllowedPropertySetIdentity(String, String, Nullable<ResourceIdentityType>)

Initializes a new instance of the ResourceModelWithAllowedPropertySetIdentity class.

ResourceModelWithAllowedPropertySetIdentity()

Initializes a new instance of the ResourceModelWithAllowedPropertySetIdentity class.

public ResourceModelWithAllowedPropertySetIdentity ();
Public Sub New ()

Applies to

ResourceModelWithAllowedPropertySetIdentity(String, String, Nullable<ResourceIdentityType>)

Initializes a new instance of the ResourceModelWithAllowedPropertySetIdentity class.

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

Parameters

principalId
String

The principal ID of resource identity.

tenantId
String

The tenant ID of resource.

type
Nullable<ResourceIdentityType>

The identity type. Possible values include: 'SystemAssigned'

Applies to