IStorageSyncServicesOperations Interface

Definition

StorageSyncServicesOperations operations.

public interface IStorageSyncServicesOperations
type IStorageSyncServicesOperations = interface
Public Interface IStorageSyncServicesOperations

Methods

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

Create a new StorageSyncService.

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

Delete a given StorageSyncService.

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

Patch a given StorageSyncService.

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

Check the give namespace name availability.

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

Create a new StorageSyncService.

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

Delete a given StorageSyncService.

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

Get a given StorageSyncService.

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

Get a StorageSyncService list by Resource group name.

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

Get a StorageSyncService list by subscription.

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

Patch a given StorageSyncService.

Extension Methods

BeginCreate(IStorageSyncServicesOperations, String, String, StorageSyncServiceCreateParameters)

Create a new StorageSyncService.

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

Create a new StorageSyncService.

BeginDelete(IStorageSyncServicesOperations, String, String)

Delete a given StorageSyncService.

BeginDeleteAsync(IStorageSyncServicesOperations, String, String, CancellationToken)

Delete a given StorageSyncService.

BeginUpdate(IStorageSyncServicesOperations, String, String, StorageSyncServiceUpdateParameters)

Patch a given StorageSyncService.

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

Patch a given StorageSyncService.

CheckNameAvailability(IStorageSyncServicesOperations, String, String)

Check the give namespace name availability.

CheckNameAvailabilityAsync(IStorageSyncServicesOperations, String, String, CancellationToken)

Check the give namespace name availability.

Create(IStorageSyncServicesOperations, String, String, StorageSyncServiceCreateParameters)

Create a new StorageSyncService.

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

Create a new StorageSyncService.

Delete(IStorageSyncServicesOperations, String, String)

Delete a given StorageSyncService.

DeleteAsync(IStorageSyncServicesOperations, String, String, CancellationToken)

Delete a given StorageSyncService.

Get(IStorageSyncServicesOperations, String, String)

Get a given StorageSyncService.

GetAsync(IStorageSyncServicesOperations, String, String, CancellationToken)

Get a given StorageSyncService.

ListByResourceGroup(IStorageSyncServicesOperations, String)

Get a StorageSyncService list by Resource group name.

ListByResourceGroupAsync(IStorageSyncServicesOperations, String, CancellationToken)

Get a StorageSyncService list by Resource group name.

ListBySubscription(IStorageSyncServicesOperations)

Get a StorageSyncService list by subscription.

ListBySubscriptionAsync(IStorageSyncServicesOperations, CancellationToken)

Get a StorageSyncService list by subscription.

Update(IStorageSyncServicesOperations, String, String, StorageSyncServiceUpdateParameters)

Patch a given StorageSyncService.

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

Patch a given StorageSyncService.

Applies to