ClusterResource 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
ClusterResource() |
Initialise une nouvelle instance de la classe ClusterResource. |
ClusterResource(String, String, String, String, IDictionary<String,String>, ManagedCassandraManagedServiceIdentity, ClusterResourceProperties) |
Initialise une nouvelle instance de la classe ClusterResource. |
ClusterResource()
Initialise une nouvelle instance de la classe ClusterResource.
public ClusterResource ();
Public Sub New ()
S’applique à
ClusterResource(String, String, String, String, IDictionary<String,String>, ManagedCassandraManagedServiceIdentity, ClusterResourceProperties)
Initialise une nouvelle instance de la classe ClusterResource.
public ClusterResource (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, Microsoft.Azure.Management.CosmosDB.Models.ClusterResourceProperties properties = default);
new Microsoft.Azure.Management.CosmosDB.Models.ClusterResource : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.CosmosDB.Models.ManagedCassandraManagedServiceIdentity * Microsoft.Azure.Management.CosmosDB.Models.ClusterResourceProperties -> Microsoft.Azure.Management.CosmosDB.Models.ClusterResource
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, Optional properties As ClusterResourceProperties = 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>
- properties
- ClusterResourceProperties
Propriétés d’un cluster Cassandra managé.
S’applique à
Azure SDK for .NET