Freigeben über


StorageSyncPrivateEndpointConnectionCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren StorageSyncPrivateEndpointConnectionResource Vorgänge darstellt. Jedes StorageSyncPrivateEndpointConnectionResource in der Auflistung gehört zum gleichen instance von StorageSyncServiceResource. Um eine StorageSyncPrivateEndpointConnectionCollection instance rufen Sie die GetStorageSyncPrivateEndpointConnections-Methode aus einer instance von aufStorageSyncServiceResource.

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

Konstruktoren

StorageSyncPrivateEndpointConnectionCollection()

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

CreateOrUpdate(WaitUntil, String, StorageSyncPrivateEndpointConnectionData, CancellationToken)

Aktualisieren Sie den Status der angegebenen privaten Endpunktverbindung, die dem Speichersynchronisierungsdienst zugeordnet ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_Create
CreateOrUpdateAsync(WaitUntil, String, StorageSyncPrivateEndpointConnectionData, CancellationToken)

Aktualisieren Sie den Status der angegebenen privaten Endpunktverbindung, die dem Speichersynchronisierungsdienst zugeordnet ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_Create
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_Get
Get(String, CancellationToken)

Ruft die angegebene private Endpunktverbindung ab, die dem Speichersynchronisierungsdienst zugeordnet ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_Get
GetAll(CancellationToken)

Rufen Sie eine PrivateEndpointConnection-Liste ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/privateEndpointConnections
  • Vorgangs-IdPrivateEndpointConnections_ListByStorageSyncService
GetAllAsync(CancellationToken)

Rufen Sie eine PrivateEndpointConnection-Liste ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/privateEndpointConnections
  • Vorgangs-IdPrivateEndpointConnections_ListByStorageSyncService
GetAsync(String, CancellationToken)

Ruft die angegebene private Endpunktverbindung ab, die dem Speichersynchronisierungsdienst zugeordnet ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/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<StorageSyncPrivateEndpointConnectionResource>.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<StorageSyncPrivateEndpointConnectionResource>.GetEnumerator()

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

Gilt für: