共用方式為


StorageSyncServicesOperationsExtensions Class

Definition

Extension methods for StorageSyncServicesOperations.

public static class StorageSyncServicesOperationsExtensions
type StorageSyncServicesOperationsExtensions = class
Public Module StorageSyncServicesOperationsExtensions
Inheritance
StorageSyncServicesOperationsExtensions

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