Aracılığıyla paylaş


ResourceIdentity Constructors

Definition

Overloads

ResourceIdentity()

Initializes a new instance of the ResourceIdentity class.

ResourceIdentity(String, String, String)

Initializes a new instance of the ResourceIdentity class.

ResourceIdentity()

Initializes a new instance of the ResourceIdentity class.

public ResourceIdentity ();
Public Sub New ()

Applies to

ResourceIdentity(String, String, String)

Initializes a new instance of the ResourceIdentity class.

public ResourceIdentity (string principalId = default, string tenantId = default, string type = default);
new Microsoft.Azure.Management.NetApp.Models.ResourceIdentity : string * string * string -> Microsoft.Azure.Management.NetApp.Models.ResourceIdentity
Public Sub New (Optional principalId As String = Nothing, Optional tenantId As String = Nothing, Optional type As String = Nothing)

Parameters

principalId
String

Object id of the identity resource

tenantId
String

The tenant id of the resource

type
String

Type of Identity. Supported values are: 'None', 'SystemAssigned'

Applies to