Freigeben über


StorageSyncServerEndpointCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren StorageSyncServerEndpointResource Vorgänge darstellt. Jedes StorageSyncServerEndpointResource in der Auflistung gehört zum gleichen instance von StorageSyncGroupResource. Um einen StorageSyncServerEndpointCollection instance rufen Sie die GetStorageSyncServerEndpoints-Methode aus einer instance von StorageSyncGroupResourceauf.

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

Konstruktoren

StorageSyncServerEndpointCollection()

Initialisiert eine neue instance der -Klasse für die StorageSyncServerEndpointCollection 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, StorageSyncServerEndpointCreateOrUpdateContent, CancellationToken)

Erstellen Sie einen neuen ServerEndpoint.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups/{syncGroupName}/serverEndpoints/{serverEndpointName}
  • Vorgangs-IdServerEndpoints_Create
CreateOrUpdateAsync(WaitUntil, String, StorageSyncServerEndpointCreateOrUpdateContent, CancellationToken)

Erstellen Sie einen neuen ServerEndpoint.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups/{syncGroupName}/serverEndpoints/{serverEndpointName}
  • Vorgangs-IdServerEndpoints_Create
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups/{syncGroupName}/serverEndpoints/{serverEndpointName}
  • Vorgangs-IdServerEndpoints_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups/{syncGroupName}/serverEndpoints/{serverEndpointName}
  • Vorgangs-IdServerEndpoints_Get
Get(String, CancellationToken)

Rufen Sie einen ServerEndpoint ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups/{syncGroupName}/serverEndpoints/{serverEndpointName}
  • Vorgangs-IdServerEndpoints_Get
GetAll(CancellationToken)

Rufen Sie eine ServerEndpoint-Liste ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups/{syncGroupName}/serverEndpoints
  • Vorgangs-IdServerEndpoints_ListBySyncGroup
GetAllAsync(CancellationToken)

Rufen Sie eine ServerEndpoint-Liste ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups/{syncGroupName}/serverEndpoints
  • Vorgangs-IdServerEndpoints_ListBySyncGroup
GetAsync(String, CancellationToken)

Rufen Sie einen ServerEndpoint ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups/{syncGroupName}/serverEndpoints/{serverEndpointName}
  • Vorgangs-IdServerEndpoints_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<StorageSyncServerEndpointResource>.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<StorageSyncServerEndpointResource>.GetEnumerator()

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

Gilt für: