Freigeben über


CosmosDBPrivateLinkResourceCollection Klasse

Definition

Eine Klasse, die eine Auflistung von CosmosDBPrivateLinkResource und deren Vorgänge darstellt. Jedes CosmosDBPrivateLinkResource in der Auflistung gehört zum gleichen instance von CosmosDBAccountResource. Um einen CosmosDBPrivateLinkResourceCollection instance rufen Sie die GetCosmosDBPrivateLinkResources-Methode aus einer instance von CosmosDBAccountResourceauf.

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

Konstruktoren

CosmosDBPrivateLinkResourceCollection()

Initialisiert eine neue instance der CosmosDBPrivateLinkResourceCollection -Klasse zum Mocking.

Eigenschaften

Client

Ruft die Ressource ab, aus ArmClient der dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/privateLinkResources/{groupName}
  • Vorgang IdPrivateLinkResources_Get
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/privateLinkResources/{groupName}
  • Vorgang IdPrivateLinkResources_Get
Get(String, CancellationToken)

Ruft die Private Link-Ressourcen ab, die für ein Cosmos DB-Konto erstellt werden müssen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/privateLinkResources/{groupName}
  • Vorgang IdPrivateLinkResources_Get
GetAll(CancellationToken)

Ruft die Private Link-Ressourcen ab, die für ein Cosmos DB-Konto erstellt werden müssen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/privateLinkResources
  • Vorgang IdPrivateLinkResources_ListByDatabaseAccount
GetAllAsync(CancellationToken)

Ruft die Private Link-Ressourcen ab, die für ein Cosmos DB-Konto erstellt werden müssen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/privateLinkResources
  • Vorgang IdPrivateLinkResources_ListByDatabaseAccount
GetAsync(String, CancellationToken)

Ruft die Private Link-Ressourcen ab, die für ein Cosmos DB-Konto erstellt werden müssen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/privateLinkResources/{groupName}
  • Vorgang IdPrivateLinkResources_Get
GetIfExists(String, CancellationToken)

Versucht, Details für diese Ressource aus dem Dienst abzurufen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/privateLinkResources/{groupName}
  • Vorgang IdPrivateLinkResources_Get
GetIfExistsAsync(String, CancellationToken)

Versucht, Details für diese Ressource aus dem Dienst abzurufen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/privateLinkResources/{groupName}
  • Vorgang IdPrivateLinkResources_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<CosmosDBPrivateLinkResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<CosmosDBPrivateLinkResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: