Freigeben über


CognitiveServicesPrivateEndpointConnectionCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren CognitiveServicesPrivateEndpointConnectionResource Vorgänge darstellt. Jedes CognitiveServicesPrivateEndpointConnectionResource in der Auflistung gehört zum gleichen instance von CognitiveServicesAccountResource. Um einen CognitiveServicesPrivateEndpointConnectionCollection instance rufen Sie die GetCognitiveServicesPrivateEndpointConnections-Methode aus einer instance von CognitiveServicesAccountResourceauf.

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

Konstruktoren

CognitiveServicesPrivateEndpointConnectionCollection()

Initialisiert eine neue instance der -Klasse für die CognitiveServicesPrivateEndpointConnectionCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem 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.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_Get
Get(String, CancellationToken)

Ruft die angegebene private Endpunktverbindung ab, die dem Cognitive Services-Konto zugeordnet ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_Get
GetAll(CancellationToken)

Ruft die privaten Endpunktverbindungen ab, die dem Cognitive Services-Konto zugeordnet sind.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/privateEndpointConnections
  • Vorgangs-IdPrivateEndpointConnections_List
GetAllAsync(CancellationToken)

Ruft die privaten Endpunktverbindungen ab, die dem Cognitive Services-Konto zugeordnet sind.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/privateEndpointConnections
  • Vorgangs-IdPrivateEndpointConnections_List
GetAsync(String, CancellationToken)

Ruft die angegebene private Endpunktverbindung ab, die dem Cognitive Services-Konto zugeordnet ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_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<CognitiveServicesPrivateEndpointConnectionResource>.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<CognitiveServicesPrivateEndpointConnectionResource>.GetEnumerator()

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

Gilt für: