ManagedCassandraManagedServiceIdentity Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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'