GremlinGraphCreateUpdateParameters 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
GremlinGraphCreateUpdateParameters() |
Initialise une nouvelle instance de la classe GremlinGraphCreateUpdateParameters. |
GremlinGraphCreateUpdateParameters(GremlinGraphResource, String, String, String, String, IDictionary<String,String>, CreateUpdateOptions) |
Initialise une nouvelle instance de la classe GremlinGraphCreateUpdateParameters. |
GremlinGraphCreateUpdateParameters()
Initialise une nouvelle instance de la classe GremlinGraphCreateUpdateParameters.
public GremlinGraphCreateUpdateParameters ();
Public Sub New ()
S’applique à
GremlinGraphCreateUpdateParameters(GremlinGraphResource, String, String, String, String, IDictionary<String,String>, CreateUpdateOptions)
Initialise une nouvelle instance de la classe GremlinGraphCreateUpdateParameters.
public GremlinGraphCreateUpdateParameters (Microsoft.Azure.Management.CosmosDB.Models.GremlinGraphResource resource, 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.CreateUpdateOptions options = default);
new Microsoft.Azure.Management.CosmosDB.Models.GremlinGraphCreateUpdateParameters : Microsoft.Azure.Management.CosmosDB.Models.GremlinGraphResource * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.CosmosDB.Models.CreateUpdateOptions -> Microsoft.Azure.Management.CosmosDB.Models.GremlinGraphCreateUpdateParameters
Public Sub New (resource As GremlinGraphResource, 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 options As CreateUpdateOptions = Nothing)
Paramètres
- resource
- GremlinGraphResource
Format JSON standard d’un graphique Gremlin
- 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>
- options
- CreateUpdateOptions
Paire clé-valeur d’options à appliquer pour la demande. Cela correspond aux en-têtes envoyés avec la demande.
S’applique à
Azure SDK for .NET