ObjectAnchorsAccountIdentity Constructors

Definition

Overloads

ObjectAnchorsAccountIdentity()

Initializes a new instance of the ObjectAnchorsAccountIdentity class.

ObjectAnchorsAccountIdentity(String, String, Nullable<ResourceIdentityType>)

Initializes a new instance of the ObjectAnchorsAccountIdentity class.

ObjectAnchorsAccountIdentity()

Initializes a new instance of the ObjectAnchorsAccountIdentity class.

public ObjectAnchorsAccountIdentity ();
Public Sub New ()

Applies to

ObjectAnchorsAccountIdentity(String, String, Nullable<ResourceIdentityType>)

Initializes a new instance of the ObjectAnchorsAccountIdentity class.

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