Share via


ResourceIdentity Constructors

Definition

Overloads

ResourceIdentity()

Initializes a new instance of the ResourceIdentity class.

ResourceIdentity(ResourceIdentityType, 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(ResourceIdentityType, String, String)

Initializes a new instance of the ResourceIdentity class.

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

Parameters

type
ResourceIdentityType

String of the resource identity type. Possible values include: 'None', 'SystemAssigned'

principalId
String

GUID that represents the principal ID of this resource identity.

tenantId
String

GUID that represents the tenant ID of this resource identity.

Applies to