StorageSyncServicesOperations interface
Interface representing a StorageSyncServices operations.
Properties
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| check |
Check the give namespace name availability. |
| create | Create a new StorageSyncService. |
| delete | Delete a given StorageSyncService. |
| get | Get a given StorageSyncService. |
| list |
Get a StorageSyncService list by Resource group name. |
| list |
Get a StorageSyncService list by subscription. |
| update | Patch a given StorageSyncService. |
Property Details
beginCreate
Warning
This API is now deprecated.
use create instead
beginCreate: (resourceGroupName: string, storageSyncServiceName: string, parameters: StorageSyncServiceCreateParameters, options?: StorageSyncServicesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<StorageSyncService>, StorageSyncService>>
Property Value
(resourceGroupName: string, storageSyncServiceName: string, parameters: StorageSyncServiceCreateParameters, options?: StorageSyncServicesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<StorageSyncService>, StorageSyncService>>
beginCreateAndWait
Warning
This API is now deprecated.
use create instead
beginCreateAndWait: (resourceGroupName: string, storageSyncServiceName: string, parameters: StorageSyncServiceCreateParameters, options?: StorageSyncServicesCreateOptionalParams) => Promise<StorageSyncService>
Property Value
(resourceGroupName: string, storageSyncServiceName: string, parameters: StorageSyncServiceCreateParameters, options?: StorageSyncServicesCreateOptionalParams) => Promise<StorageSyncService>
beginDelete
Warning
This API is now deprecated.
use delete instead
beginDelete: (resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Property Value
(resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warning
This API is now deprecated.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesDeleteOptionalParams) => Promise<void>
beginUpdate
Warning
This API is now deprecated.
use update instead
beginUpdate: (resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<StorageSyncService>, StorageSyncService>>
Property Value
(resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<StorageSyncService>, StorageSyncService>>
beginUpdateAndWait
Warning
This API is now deprecated.
use update instead
beginUpdateAndWait: (resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesUpdateOptionalParams) => Promise<StorageSyncService>
Property Value
(resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesUpdateOptionalParams) => Promise<StorageSyncService>
checkNameAvailability
Check the give namespace name availability.
checkNameAvailability: (locationName: string, parameters: CheckNameAvailabilityParameters, options?: StorageSyncServicesCheckNameAvailabilityOptionalParams) => Promise<CheckNameAvailabilityResult>
Property Value
(locationName: string, parameters: CheckNameAvailabilityParameters, options?: StorageSyncServicesCheckNameAvailabilityOptionalParams) => Promise<CheckNameAvailabilityResult>
create
Create a new StorageSyncService.
create: (resourceGroupName: string, storageSyncServiceName: string, parameters: StorageSyncServiceCreateParameters, options?: StorageSyncServicesCreateOptionalParams) => PollerLike<OperationState<StorageSyncService>, StorageSyncService>
Property Value
(resourceGroupName: string, storageSyncServiceName: string, parameters: StorageSyncServiceCreateParameters, options?: StorageSyncServicesCreateOptionalParams) => PollerLike<OperationState<StorageSyncService>, StorageSyncService>
delete
Delete a given StorageSyncService.
delete: (resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Get a given StorageSyncService.
get: (resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesGetOptionalParams) => Promise<StorageSyncService>
Property Value
(resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesGetOptionalParams) => Promise<StorageSyncService>
listByResourceGroup
Get a StorageSyncService list by Resource group name.
listByResourceGroup: (resourceGroupName: string, options?: StorageSyncServicesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<StorageSyncService, StorageSyncService[], PageSettings>
Property Value
(resourceGroupName: string, options?: StorageSyncServicesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<StorageSyncService, StorageSyncService[], PageSettings>
listBySubscription
Get a StorageSyncService list by subscription.
listBySubscription: (options?: StorageSyncServicesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<StorageSyncService, StorageSyncService[], PageSettings>
Property Value
(options?: StorageSyncServicesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<StorageSyncService, StorageSyncService[], PageSettings>
update
Patch a given StorageSyncService.
update: (resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesUpdateOptionalParams) => PollerLike<OperationState<StorageSyncService>, StorageSyncService>
Property Value
(resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesUpdateOptionalParams) => PollerLike<OperationState<StorageSyncService>, StorageSyncService>