Compartir a través de


IStorageSyncServicesOperations Interfaz

Definición

Operaciones StorageSyncServicesOperations.

public interface IStorageSyncServicesOperations
type IStorageSyncServicesOperations = interface
Public Interface IStorageSyncServicesOperations

Métodos

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

Cree un nuevo StorageSyncService.

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

Elimine un storageSyncService determinado.

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

Aplique revisiones a un storageSyncService determinado.

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

Compruebe la disponibilidad del nombre del espacio de nombres give.

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

Cree un nuevo StorageSyncService.

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

Elimine un storageSyncService determinado.

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

Obtenga un storageSyncService determinado.

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

Obtenga una lista storageSyncService por nombre del grupo de recursos.

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

Obtenga una lista storageSyncService por suscripción.

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

Aplique revisiones a un storageSyncService determinado.

Métodos de extensión

BeginCreate(IStorageSyncServicesOperations, String, String, StorageSyncServiceCreateParameters)

Cree un nuevo StorageSyncService.

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

Cree un nuevo StorageSyncService.

BeginDelete(IStorageSyncServicesOperations, String, String)

Elimine un storageSyncService determinado.

BeginDeleteAsync(IStorageSyncServicesOperations, String, String, CancellationToken)

Elimine un storageSyncService determinado.

BeginUpdate(IStorageSyncServicesOperations, String, String, StorageSyncServiceUpdateParameters)

Aplique revisiones a un storageSyncService determinado.

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

Aplique revisiones a un storageSyncService determinado.

CheckNameAvailability(IStorageSyncServicesOperations, String, String)

Compruebe la disponibilidad del nombre del espacio de nombres give.

CheckNameAvailabilityAsync(IStorageSyncServicesOperations, String, String, CancellationToken)

Compruebe la disponibilidad del nombre del espacio de nombres give.

Create(IStorageSyncServicesOperations, String, String, StorageSyncServiceCreateParameters)

Cree un nuevo StorageSyncService.

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

Cree un nuevo StorageSyncService.

Delete(IStorageSyncServicesOperations, String, String)

Elimine un storageSyncService determinado.

DeleteAsync(IStorageSyncServicesOperations, String, String, CancellationToken)

Elimine un storageSyncService determinado.

Get(IStorageSyncServicesOperations, String, String)

Obtenga un storageSyncService determinado.

GetAsync(IStorageSyncServicesOperations, String, String, CancellationToken)

Obtenga un storageSyncService determinado.

ListByResourceGroup(IStorageSyncServicesOperations, String)

Obtenga una lista storageSyncService por nombre del grupo de recursos.

ListByResourceGroupAsync(IStorageSyncServicesOperations, String, CancellationToken)

Obtenga una lista storageSyncService por nombre del grupo de recursos.

ListBySubscription(IStorageSyncServicesOperations)

Obtenga una lista storageSyncService por suscripción.

ListBySubscriptionAsync(IStorageSyncServicesOperations, CancellationToken)

Obtenga una lista storageSyncService por suscripción.

Update(IStorageSyncServicesOperations, String, String, StorageSyncServiceUpdateParameters)

Aplique revisiones a un storageSyncService determinado.

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

Aplique revisiones a un storageSyncService determinado.

Se aplica a