次の方法で共有


ExtendedGremlinGraphResourceInfo(String) コンストラクター

定義

ExtendedGremlinGraphResourceInfo の新しいインスタンスを初期化します。

public ExtendedGremlinGraphResourceInfo (string graphName);
new Azure.ResourceManager.CosmosDB.Models.ExtendedGremlinGraphResourceInfo : string -> Azure.ResourceManager.CosmosDB.Models.ExtendedGremlinGraphResourceInfo
Public Sub New (graphName As String)

パラメーター

graphName
String

Cosmos DB Gremlin グラフの名前。

例外

graphName が null です。

適用対象