ManagedCassandraARMResourceProperties Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ManagedCassandraARMResourceProperties() |
Initialise une nouvelle instance de la classe ManagedCassandraARMResourceProperties. |
ManagedCassandraARMResourceProperties(String, String, String, String, IDictionary<String,String>, ManagedCassandraManagedServiceIdentity) |
Initialise une nouvelle instance de la classe ManagedCassandraARMResourceProperties. |
ManagedCassandraARMResourceProperties()
Initialise une nouvelle instance de la classe ManagedCassandraARMResourceProperties.
public ManagedCassandraARMResourceProperties ();
Public Sub New ()
S’applique à
ManagedCassandraARMResourceProperties(String, String, String, String, IDictionary<String,String>, ManagedCassandraManagedServiceIdentity)
Initialise une nouvelle instance de la classe ManagedCassandraARMResourceProperties.
public ManagedCassandraARMResourceProperties (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.CosmosDB.Models.ManagedCassandraManagedServiceIdentity identity = default);
new Microsoft.Azure.Management.CosmosDB.Models.ManagedCassandraARMResourceProperties : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.CosmosDB.Models.ManagedCassandraManagedServiceIdentity -> Microsoft.Azure.Management.CosmosDB.Models.ManagedCassandraARMResourceProperties
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As ManagedCassandraManagedServiceIdentity = Nothing)
Paramètres
- id
- String
Identificateur de ressource unique de la ressource ARM.
- name
- String
Nom de la ressource ARM.
- type
- String
Type de ressource Azure.
- location
- String
Emplacement du groupe de ressources auquel appartient la ressource.
- tags
- IDictionary<String,String>
S’applique à
Azure SDK for .NET