StorageSyncGroupCollection Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Classe représentant une collection de StorageSyncGroupResource et leurs opérations. Chacun StorageSyncGroupResource de la collection appartient au même instance de StorageSyncServiceResource. Pour obtenir un StorageSyncGroupCollection instance appelez la méthode GetStorageSyncGroups à partir d’un instance de StorageSyncServiceResource.
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)
- Héritage
- Implémente
Constructeurs
StorageSyncGroupCollection() |
Initialise une nouvelle instance de la classe pour la StorageSyncGroupCollection simulation. |
Propriétés
Client |
Obtient le ArmClient à partir duquel ce client de ressource a été créé. (Hérité de ArmCollection) |
Diagnostics |
Obtient les options de diagnostic pour ce client de ressources. (Hérité de ArmCollection) |
Endpoint |
Obtient l’URI de base pour ce client de ressource. (Hérité de ArmCollection) |
Id |
Obtient l’identificateur de ressource. (Hérité de ArmCollection) |
Pipeline |
Obtient le pipeline pour ce client de ressource. (Hérité de ArmCollection) |
Méthodes
CreateOrUpdate(WaitUntil, String, StorageSyncGroupCreateOrUpdateContent, CancellationToken) |
Créez un groupe de synchronisation.
|
CreateOrUpdateAsync(WaitUntil, String, StorageSyncGroupCreateOrUpdateContent, CancellationToken) |
Créez un groupe de synchronisation.
|
Exists(String, CancellationToken) |
Vérifie si la ressource existe dans Azure.
|
ExistsAsync(String, CancellationToken) |
Vérifie si la ressource existe dans Azure.
|
Get(String, CancellationToken) |
Obtenir un SyncGroup donné.
|
GetAll(CancellationToken) |
Obtenir une liste SyncGroup.
|
GetAllAsync(CancellationToken) |
Obtenir une liste SyncGroup.
|
GetAsync(String, CancellationToken) |
Obtenir un SyncGroup donné.
|
TryGetApiVersion(ResourceType, String) |
Obtient le remplacement de version de l’API s’il a été défini pour les options client actuelles. (Hérité de ArmCollection) |
Implémentations d’interfaces explicites
IAsyncEnumerable<StorageSyncGroupResource>.GetAsyncEnumerator(CancellationToken) |
Retourne un énumérateur qui boucle de façon asynchrone dans la collection. |
IEnumerable.GetEnumerator() |
Retourne un énumérateur qui itère au sein d’une collection. |
IEnumerable<StorageSyncGroupResource>.GetEnumerator() |
Retourne un énumérateur qui itère au sein de la collection. |