Partager via


IStorageSyncServicesOperations Interface

Définition

Opérations StorageSyncServicesOperations.

public interface IStorageSyncServicesOperations
type IStorageSyncServicesOperations = interface
Public Interface IStorageSyncServicesOperations

Méthodes

BeginCreateWithHttpMessagesAsync(String, String, StorageSyncServiceCreateParameters, Dictionary<String,List<String>>, CancellationToken)

Créez un storageSyncService.

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Supprimez un StorageSyncService donné.

BeginUpdateWithHttpMessagesAsync(String, String, StorageSyncServiceUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Corriger un StorageSyncService donné.

CheckNameAvailabilityWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Vérifiez la disponibilité du nom de l’espace de noms.

CreateWithHttpMessagesAsync(String, String, StorageSyncServiceCreateParameters, Dictionary<String,List<String>>, CancellationToken)

Créez un storageSyncService.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Supprimez un StorageSyncService donné.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Obtenez un StorageSyncService donné.

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Obtenez une liste StorageSyncService par nom de groupe de ressources.

ListBySubscriptionWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Obtenez une liste StorageSyncService par abonnement.

UpdateWithHttpMessagesAsync(String, String, StorageSyncServiceUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Corriger un StorageSyncService donné.

Méthodes d’extension

BeginCreate(IStorageSyncServicesOperations, String, String, StorageSyncServiceCreateParameters)

Créez un storageSyncService.

BeginCreateAsync(IStorageSyncServicesOperations, String, String, StorageSyncServiceCreateParameters, CancellationToken)

Créez un storageSyncService.

BeginDelete(IStorageSyncServicesOperations, String, String)

Supprimez un StorageSyncService donné.

BeginDeleteAsync(IStorageSyncServicesOperations, String, String, CancellationToken)

Supprimez un StorageSyncService donné.

BeginUpdate(IStorageSyncServicesOperations, String, String, StorageSyncServiceUpdateParameters)

Corriger un StorageSyncService donné.

BeginUpdateAsync(IStorageSyncServicesOperations, String, String, StorageSyncServiceUpdateParameters, CancellationToken)

Corriger un StorageSyncService donné.

CheckNameAvailability(IStorageSyncServicesOperations, String, String)

Vérifiez la disponibilité du nom de l’espace de noms.

CheckNameAvailabilityAsync(IStorageSyncServicesOperations, String, String, CancellationToken)

Vérifiez la disponibilité du nom de l’espace de noms.

Create(IStorageSyncServicesOperations, String, String, StorageSyncServiceCreateParameters)

Créez un storageSyncService.

CreateAsync(IStorageSyncServicesOperations, String, String, StorageSyncServiceCreateParameters, CancellationToken)

Créez un storageSyncService.

Delete(IStorageSyncServicesOperations, String, String)

Supprimez un StorageSyncService donné.

DeleteAsync(IStorageSyncServicesOperations, String, String, CancellationToken)

Supprimez un StorageSyncService donné.

Get(IStorageSyncServicesOperations, String, String)

Obtenez un StorageSyncService donné.

GetAsync(IStorageSyncServicesOperations, String, String, CancellationToken)

Obtenez un StorageSyncService donné.

ListByResourceGroup(IStorageSyncServicesOperations, String)

Obtenez une liste StorageSyncService par nom de groupe de ressources.

ListByResourceGroupAsync(IStorageSyncServicesOperations, String, CancellationToken)

Obtenez une liste StorageSyncService par nom de groupe de ressources.

ListBySubscription(IStorageSyncServicesOperations)

Obtenez une liste StorageSyncService par abonnement.

ListBySubscriptionAsync(IStorageSyncServicesOperations, CancellationToken)

Obtenez une liste StorageSyncService par abonnement.

Update(IStorageSyncServicesOperations, String, String, StorageSyncServiceUpdateParameters)

Corriger un StorageSyncService donné.

UpdateAsync(IStorageSyncServicesOperations, String, String, StorageSyncServiceUpdateParameters, CancellationToken)

Corriger un StorageSyncService donné.

S’applique à