次の方法で共有


GremlinGraphCreateUpdateParameters コンストラクター

定義

オーバーロード

GremlinGraphCreateUpdateParameters()

GremlinGraphCreateUpdateParameters クラスの新しいインスタンスを初期化します。

GremlinGraphCreateUpdateParameters(String, GremlinGraphResource, CreateUpdateOptions, String, String, String, IDictionary<String,String>)

GremlinGraphCreateUpdateParameters クラスの新しいインスタンスを初期化します。

GremlinGraphCreateUpdateParameters()

GremlinGraphCreateUpdateParameters クラスの新しいインスタンスを初期化します。

public GremlinGraphCreateUpdateParameters ();
Public Sub New ()

適用対象

GremlinGraphCreateUpdateParameters(String, GremlinGraphResource, CreateUpdateOptions, String, String, String, IDictionary<String,String>)

GremlinGraphCreateUpdateParameters クラスの新しいインスタンスを初期化します。

public GremlinGraphCreateUpdateParameters (string location, Microsoft.Azure.Management.CosmosDB.Fluent.Models.GremlinGraphResource resource, Microsoft.Azure.Management.CosmosDB.Fluent.Models.CreateUpdateOptions options, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.CosmosDB.Fluent.Models.GremlinGraphCreateUpdateParameters : string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.GremlinGraphResource * Microsoft.Azure.Management.CosmosDB.Fluent.Models.CreateUpdateOptions * string * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.CosmosDB.Fluent.Models.GremlinGraphCreateUpdateParameters
Public Sub New (location As String, resource As GremlinGraphResource, options As CreateUpdateOptions, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)

パラメーター

location
String
resource
GremlinGraphResource

Gremlin グラフの標準 JSON 形式

options
CreateUpdateOptions

要求に適用するオプションのキーと値のペア。 これは、要求と共に送信されるヘッダーに対応します。

id
String
name
String
type
String

適用対象