다음을 통해 공유


ManagedCassandraManagedServiceIdentity Constructors

Definition

Overloads

ManagedCassandraManagedServiceIdentity()

Initializes a new instance of the ManagedCassandraManagedServiceIdentity class.

ManagedCassandraManagedServiceIdentity(String, String, String)

Initializes a new instance of the ManagedCassandraManagedServiceIdentity class.

ManagedCassandraManagedServiceIdentity()

Initializes a new instance of the ManagedCassandraManagedServiceIdentity class.

public ManagedCassandraManagedServiceIdentity ();
Public Sub New ()

Applies to

ManagedCassandraManagedServiceIdentity(String, String, String)

Initializes a new instance of the ManagedCassandraManagedServiceIdentity class.

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

Parameters

principalId
String

The object id of the identity resource.

tenantId
String

The tenant id of the resource.

type
String

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

Applies to