次の方法で共有


CosmosDBAccountResource.GetMongoDBRoleDefinitionAsync メソッド

定義

指定された ID を使用して、既存の Azure Cosmos DB Mongo ロール定義のプロパティを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbRoleDefinitions/{mongoRoleDefinitionId}
  • 操作IdMongoDBResources_GetMongoRoleDefinition
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CosmosDB.MongoDBRoleDefinitionResource>> GetMongoDBRoleDefinitionAsync (string mongoRoleDefinitionId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMongoDBRoleDefinitionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CosmosDB.MongoDBRoleDefinitionResource>>
override this.GetMongoDBRoleDefinitionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CosmosDB.MongoDBRoleDefinitionResource>>
Public Overridable Function GetMongoDBRoleDefinitionAsync (mongoRoleDefinitionId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MongoDBRoleDefinitionResource))

パラメーター

mongoRoleDefinitionId
String

ロール定義 {dbName.roleName} の ID。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

mongoRoleDefinitionId は空の文字列であり、空でないと予想されていました。

mongoRoleDefinitionId が null です。

適用対象