StorageSyncServicesOperations interface
Interfaccia che rappresenta un'operazione di StorageSyncServices.
Proprietà
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| check |
Controllare la disponibilità del nome dello spazio dei nomi. |
| create | Crea un nuovo StorageSyncService. |
| delete | Elimina un dato StorageSyncService. |
| get | Prendi un dato StorageSyncService. |
| list |
Ottieni una lista StorageSyncService per nome del gruppo risorse. |
| list |
Ottieni una lista StorageSyncService tramite abbonamento. |
| update | Patcha un dato StorageSyncService. |
Dettagli proprietà
beginCreate
Avviso
Questa API è ora deprecata.
use create instead
beginCreate: (resourceGroupName: string, storageSyncServiceName: string, parameters: StorageSyncServiceCreateParameters, options?: StorageSyncServicesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<StorageSyncService>, StorageSyncService>>
Valore della proprietà
(resourceGroupName: string, storageSyncServiceName: string, parameters: StorageSyncServiceCreateParameters, options?: StorageSyncServicesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<StorageSyncService>, StorageSyncService>>
beginCreateAndWait
Avviso
Questa API è ora deprecata.
use create instead
beginCreateAndWait: (resourceGroupName: string, storageSyncServiceName: string, parameters: StorageSyncServiceCreateParameters, options?: StorageSyncServicesCreateOptionalParams) => Promise<StorageSyncService>
Valore della proprietà
(resourceGroupName: string, storageSyncServiceName: string, parameters: StorageSyncServiceCreateParameters, options?: StorageSyncServicesCreateOptionalParams) => Promise<StorageSyncService>
beginDelete
Avviso
Questa API è ora deprecata.
use delete instead
beginDelete: (resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Valore della proprietà
(resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Avviso
Questa API è ora deprecata.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesDeleteOptionalParams) => Promise<void>
Valore della proprietà
(resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesDeleteOptionalParams) => Promise<void>
beginUpdate
Avviso
Questa API è ora deprecata.
use update instead
beginUpdate: (resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<StorageSyncService>, StorageSyncService>>
Valore della proprietà
(resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<StorageSyncService>, StorageSyncService>>
beginUpdateAndWait
Avviso
Questa API è ora deprecata.
use update instead
beginUpdateAndWait: (resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesUpdateOptionalParams) => Promise<StorageSyncService>
Valore della proprietà
(resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesUpdateOptionalParams) => Promise<StorageSyncService>
checkNameAvailability
Controllare la disponibilità del nome dello spazio dei nomi.
checkNameAvailability: (locationName: string, parameters: CheckNameAvailabilityParameters, options?: StorageSyncServicesCheckNameAvailabilityOptionalParams) => Promise<CheckNameAvailabilityResult>
Valore della proprietà
(locationName: string, parameters: CheckNameAvailabilityParameters, options?: StorageSyncServicesCheckNameAvailabilityOptionalParams) => Promise<CheckNameAvailabilityResult>
create
Crea un nuovo StorageSyncService.
create: (resourceGroupName: string, storageSyncServiceName: string, parameters: StorageSyncServiceCreateParameters, options?: StorageSyncServicesCreateOptionalParams) => PollerLike<OperationState<StorageSyncService>, StorageSyncService>
Valore della proprietà
(resourceGroupName: string, storageSyncServiceName: string, parameters: StorageSyncServiceCreateParameters, options?: StorageSyncServicesCreateOptionalParams) => PollerLike<OperationState<StorageSyncService>, StorageSyncService>
delete
Elimina un dato StorageSyncService.
delete: (resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Valore della proprietà
(resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Prendi un dato StorageSyncService.
get: (resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesGetOptionalParams) => Promise<StorageSyncService>
Valore della proprietà
(resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesGetOptionalParams) => Promise<StorageSyncService>
listByResourceGroup
Ottieni una lista StorageSyncService per nome del gruppo risorse.
listByResourceGroup: (resourceGroupName: string, options?: StorageSyncServicesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<StorageSyncService, StorageSyncService[], PageSettings>
Valore della proprietà
(resourceGroupName: string, options?: StorageSyncServicesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<StorageSyncService, StorageSyncService[], PageSettings>
listBySubscription
Ottieni una lista StorageSyncService tramite abbonamento.
listBySubscription: (options?: StorageSyncServicesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<StorageSyncService, StorageSyncService[], PageSettings>
Valore della proprietà
(options?: StorageSyncServicesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<StorageSyncService, StorageSyncService[], PageSettings>
update
Patcha un dato StorageSyncService.
update: (resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesUpdateOptionalParams) => PollerLike<OperationState<StorageSyncService>, StorageSyncService>
Valore della proprietà
(resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesUpdateOptionalParams) => PollerLike<OperationState<StorageSyncService>, StorageSyncService>