StorageSyncServices interface
Interface die een StorageSyncServices vertegenwoordigt.
Methoden
Methodedetails
beginCreate(string, string, StorageSyncServiceCreateParameters, StorageSyncServicesCreateOptionalParams)
Maak een nieuwe StorageSyncService.
function beginCreate(resourceGroupName: string, storageSyncServiceName: string, parameters: StorageSyncServiceCreateParameters, options?: StorageSyncServicesCreateOptionalParams): Promise<PollerLike<PollOperationState<StorageSyncService>, StorageSyncService>>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- storageSyncServiceName
-
string
Naam van opslagsynchronisatieserviceresource.
- parameters
- StorageSyncServiceCreateParameters
Resourcenaam van opslagsynchronisatieservice.
De optiesparameters.
Retouren
Promise<PollerLike<@azure/core-lro.PollOperationState<StorageSyncService>, StorageSyncService>>
beginCreateAndWait(string, string, StorageSyncServiceCreateParameters, StorageSyncServicesCreateOptionalParams)
Maak een nieuwe StorageSyncService.
function beginCreateAndWait(resourceGroupName: string, storageSyncServiceName: string, parameters: StorageSyncServiceCreateParameters, options?: StorageSyncServicesCreateOptionalParams): Promise<StorageSyncService>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- storageSyncServiceName
-
string
Naam van opslagsynchronisatieserviceresource.
- parameters
- StorageSyncServiceCreateParameters
Resourcenaam van opslagsynchronisatieservice.
De optiesparameters.
Retouren
Promise<StorageSyncService>
beginDelete(string, string, StorageSyncServicesDeleteOptionalParams)
Verwijder een bepaalde StorageSyncService.
function beginDelete(resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesDeleteOptionalParams): Promise<PollerLike<PollOperationState<StorageSyncServicesDeleteHeaders>, StorageSyncServicesDeleteHeaders>>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- storageSyncServiceName
-
string
Naam van opslagsynchronisatieserviceresource.
De optiesparameters.
Retouren
Promise<PollerLike<@azure/core-lro.PollOperationState<StorageSyncServicesDeleteHeaders>, StorageSyncServicesDeleteHeaders>>
beginDeleteAndWait(string, string, StorageSyncServicesDeleteOptionalParams)
Verwijder een bepaalde StorageSyncService.
function beginDeleteAndWait(resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesDeleteOptionalParams): Promise<StorageSyncServicesDeleteHeaders>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- storageSyncServiceName
-
string
Naam van opslagsynchronisatieserviceresource.
De optiesparameters.
Retouren
Promise<StorageSyncServicesDeleteHeaders>
beginUpdate(string, string, StorageSyncServicesUpdateOptionalParams)
Patch een opgegeven StorageSyncService.
function beginUpdate(resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesUpdateOptionalParams): Promise<PollerLike<PollOperationState<StorageSyncServicesUpdateResponse>, StorageSyncServicesUpdateResponse>>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- storageSyncServiceName
-
string
Naam van opslagsynchronisatieserviceresource.
De optiesparameters.
Retouren
Promise<PollerLike<@azure/core-lro.PollOperationState<StorageSyncServicesUpdateResponse>, StorageSyncServicesUpdateResponse>>
beginUpdateAndWait(string, string, StorageSyncServicesUpdateOptionalParams)
Patch een opgegeven StorageSyncService.
function beginUpdateAndWait(resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesUpdateOptionalParams): Promise<StorageSyncServicesUpdateResponse>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- storageSyncServiceName
-
string
Naam van opslagsynchronisatieserviceresource.
De optiesparameters.
Retouren
Promise<StorageSyncServicesUpdateResponse>
checkNameAvailability(string, CheckNameAvailabilityParameters, StorageSyncServicesCheckNameAvailabilityOptionalParams)
Controleer de beschikbaarheid van naamruimtenaam opgeven.
function checkNameAvailability(locationName: string, parameters: CheckNameAvailabilityParameters, options?: StorageSyncServicesCheckNameAvailabilityOptionalParams): Promise<CheckNameAvailabilityResult>
Parameters
- locationName
-
string
De gewenste regio voor de naamcontrole.
- parameters
- CheckNameAvailabilityParameters
Parameters om de beschikbaarheid van de opgegeven naamruimtenaam te controleren
De optiesparameters.
Retouren
Promise<CheckNameAvailabilityResult>
get(string, string, StorageSyncServicesGetOptionalParams)
Haal een bepaalde StorageSyncService op.
function get(resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesGetOptionalParams): Promise<StorageSyncServicesGetResponse>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- storageSyncServiceName
-
string
Naam van opslagsynchronisatieserviceresource.
De optiesparameters.
Retouren
Promise<StorageSyncServicesGetResponse>
listByResourceGroup(string, StorageSyncServicesListByResourceGroupOptionalParams)
Haal een StorageSyncService-lijst op op naam van de resourcegroep.
function listByResourceGroup(resourceGroupName: string, options?: StorageSyncServicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<StorageSyncService, StorageSyncService[], PageSettings>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
De optiesparameters.
Retouren
listBySubscription(StorageSyncServicesListBySubscriptionOptionalParams)
Haal een StorageSyncService-lijst op per abonnement.
function listBySubscription(options?: StorageSyncServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<StorageSyncService, StorageSyncService[], PageSettings>
Parameters
De optiesparameters.