Megosztás a következőn keresztül:


CosmosDBLocationCollection Class

Definition

A class representing a collection of CosmosDBLocationResource and their operations. Each CosmosDBLocationResource in the collection will belong to the same instance of SubscriptionResource. To get a CosmosDBLocationCollection instance call the GetCosmosDBLocations method from an instance of SubscriptionResource.

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

Constructors

CosmosDBLocationCollection()

Initializes a new instance of the CosmosDBLocationCollection 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

Exists(AzureLocation, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}
  • Operation Id: Locations_Get
  • Default Api Version: 2024-02-15-preview
  • Resource: CosmosDBLocationResource
ExistsAsync(AzureLocation, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}
  • Operation Id: Locations_Get
  • Default Api Version: 2024-02-15-preview
  • Resource: CosmosDBLocationResource
Get(AzureLocation, CancellationToken)

Get the properties of an existing Cosmos DB location

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}
  • Operation Id: Locations_Get
  • Default Api Version: 2024-02-15-preview
  • Resource: CosmosDBLocationResource
GetAll(CancellationToken)

List Cosmos DB locations and their properties

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations
  • Operation Id: Locations_List
  • Default Api Version: 2024-02-15-preview
  • Resource: CosmosDBLocationResource
GetAllAsync(CancellationToken)

List Cosmos DB locations and their properties

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations
  • Operation Id: Locations_List
  • Default Api Version: 2024-02-15-preview
  • Resource: CosmosDBLocationResource
GetAsync(AzureLocation, CancellationToken)

Get the properties of an existing Cosmos DB location

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}
  • Operation Id: Locations_Get
  • Default Api Version: 2024-02-15-preview
  • Resource: CosmosDBLocationResource
GetIfExists(AzureLocation, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}
  • Operation Id: Locations_Get
  • Default Api Version: 2024-02-15-preview
  • Resource: CosmosDBLocationResource
GetIfExistsAsync(AzureLocation, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}
  • Operation Id: Locations_Get
  • Default Api Version: 2024-02-15-preview
  • Resource: CosmosDBLocationResource
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<CosmosDBLocationResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<CosmosDBLocationResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to