Freigeben über


StorageSyncGroupCollection Klasse

Definition

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

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

Konstruktoren

StorageSyncGroupCollection()

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

Erstellen Sie eine neue SyncGroup.

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

Erstellen Sie eine neue SyncGroup.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups/{syncGroupName}
  • Vorgangs-IdSyncGroups_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}
  • Vorgangs-IdSyncGroups_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}
  • Vorgangs-IdSyncGroups_Get
Get(String, CancellationToken)

Rufen Sie eine bestimmte SyncGroup ab.

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

Ruft eine SyncGroup-Liste ab.

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

Ruft eine SyncGroup-Liste ab.

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

Rufen Sie eine bestimmte SyncGroup ab.

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

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

Gilt für: