Freigeben über


BatchPrivateEndpointConnectionCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren BatchPrivateEndpointConnectionResource Vorgänge darstellt. Jedes BatchPrivateEndpointConnectionResource in der Auflistung gehört zum gleichen instance von BatchAccountResource. Um einen BatchPrivateEndpointConnectionCollection instance rufen Sie die GetBatchPrivateEndpointConnections-Methode aus einer instance von aufBatchAccountResource.

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

Konstruktoren

BatchPrivateEndpointConnectionCollection()

Initialisiert eine neue instance der -Klasse für die BatchPrivateEndpointConnectionCollection 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.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnection_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnection_Get
Get(String, CancellationToken)

Ruft Informationen zur angegebenen Verbindung mit dem privaten Endpunkt ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnection_Get
GetAll(Nullable<Int32>, CancellationToken)

Listet alle Verbindungen des privaten Endpunkts im angegebenen Konto auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/privateEndpointConnections
  • Vorgangs-IdPrivateEndpointConnection_ListByBatchAccount
GetAllAsync(Nullable<Int32>, CancellationToken)

Listet alle Verbindungen des privaten Endpunkts im angegebenen Konto auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/privateEndpointConnections
  • Vorgangs-IdPrivateEndpointConnection_ListByBatchAccount
GetAsync(String, CancellationToken)

Ruft Informationen zur angegebenen Verbindung mit dem privaten Endpunkt ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnection_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<BatchPrivateEndpointConnectionResource>.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<BatchPrivateEndpointConnectionResource>.GetEnumerator()

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

Gilt für: