Share via


MongoDBRoleDefinitionCollection Class

Definition

A class representing a collection of MongoDBRoleDefinitionResource and their operations. Each MongoDBRoleDefinitionResource in the collection will belong to the same instance of CosmosDBAccountResource. To get a MongoDBRoleDefinitionCollection instance call the GetMongoDBRoleDefinitions method from an instance of CosmosDBAccountResource.

public class MongoDBRoleDefinitionCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.CosmosDB.MongoDBRoleDefinitionResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.CosmosDB.MongoDBRoleDefinitionResource>
type MongoDBRoleDefinitionCollection = class
    inherit ArmCollection
    interface seq<MongoDBRoleDefinitionResource>
    interface IEnumerable
    interface IAsyncEnumerable<MongoDBRoleDefinitionResource>
Public Class MongoDBRoleDefinitionCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of MongoDBRoleDefinitionResource), IEnumerable(Of MongoDBRoleDefinitionResource)
Inheritance
MongoDBRoleDefinitionCollection
Implements

Constructors

MongoDBRoleDefinitionCollection()

Initializes a new instance of the MongoDBRoleDefinitionCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, MongoDBRoleDefinitionCreateOrUpdateContent, CancellationToken)

Creates or updates an Azure Cosmos DB Mongo Role Definition.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbRoleDefinitions/{mongoRoleDefinitionId}
  • Operation Id: MongoDBResources_CreateUpdateMongoRoleDefinition
  • Default Api Version: 2024-02-15-preview
  • Resource: MongoDBRoleDefinitionResource
CreateOrUpdateAsync(WaitUntil, String, MongoDBRoleDefinitionCreateOrUpdateContent, CancellationToken)

Creates or updates an Azure Cosmos DB Mongo Role Definition.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbRoleDefinitions/{mongoRoleDefinitionId}
  • Operation Id: MongoDBResources_CreateUpdateMongoRoleDefinition
  • Default Api Version: 2024-02-15-preview
  • Resource: MongoDBRoleDefinitionResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbRoleDefinitions/{mongoRoleDefinitionId}
  • Operation Id: MongoDBResources_GetMongoRoleDefinition
  • Default Api Version: 2024-02-15-preview
  • Resource: MongoDBRoleDefinitionResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbRoleDefinitions/{mongoRoleDefinitionId}
  • Operation Id: MongoDBResources_GetMongoRoleDefinition
  • Default Api Version: 2024-02-15-preview
  • Resource: MongoDBRoleDefinitionResource
Get(String, CancellationToken)

Retrieves the properties of an existing Azure Cosmos DB Mongo Role Definition with the given Id.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbRoleDefinitions/{mongoRoleDefinitionId}
  • Operation Id: MongoDBResources_GetMongoRoleDefinition
  • Default Api Version: 2024-02-15-preview
  • Resource: MongoDBRoleDefinitionResource
GetAll(CancellationToken)

Retrieves the list of all Azure Cosmos DB Mongo Role Definitions.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbRoleDefinitions
  • Operation Id: MongoDBResources_ListMongoRoleDefinitions
  • Default Api Version: 2024-02-15-preview
  • Resource: MongoDBRoleDefinitionResource
GetAllAsync(CancellationToken)

Retrieves the list of all Azure Cosmos DB Mongo Role Definitions.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbRoleDefinitions
  • Operation Id: MongoDBResources_ListMongoRoleDefinitions
  • Default Api Version: 2024-02-15-preview
  • Resource: MongoDBRoleDefinitionResource
GetAsync(String, CancellationToken)

Retrieves the properties of an existing Azure Cosmos DB Mongo Role Definition with the given Id.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbRoleDefinitions/{mongoRoleDefinitionId}
  • Operation Id: MongoDBResources_GetMongoRoleDefinition
  • Default Api Version: 2024-02-15-preview
  • Resource: MongoDBRoleDefinitionResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbRoleDefinitions/{mongoRoleDefinitionId}
  • Operation Id: MongoDBResources_GetMongoRoleDefinition
  • Default Api Version: 2024-02-15-preview
  • Resource: MongoDBRoleDefinitionResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbRoleDefinitions/{mongoRoleDefinitionId}
  • Operation Id: MongoDBResources_GetMongoRoleDefinition
  • Default Api Version: 2024-02-15-preview
  • Resource: MongoDBRoleDefinitionResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<MongoDBRoleDefinitionResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<MongoDBRoleDefinitionResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to