Partager via


StorageSyncServices interface

Interface représentant un StorageSyncServices.

Méthodes

beginCreate(string, string, StorageSyncServiceCreateParameters, StorageSyncServicesCreateOptionalParams)

Créez un storageSyncService.

beginCreateAndWait(string, string, StorageSyncServiceCreateParameters, StorageSyncServicesCreateOptionalParams)

Créez un storageSyncService.

beginDelete(string, string, StorageSyncServicesDeleteOptionalParams)

Supprimez un StorageSyncService donné.

beginDeleteAndWait(string, string, StorageSyncServicesDeleteOptionalParams)

Supprimez un StorageSyncService donné.

beginUpdate(string, string, StorageSyncServicesUpdateOptionalParams)

Corriger un StorageSyncService donné.

beginUpdateAndWait(string, string, StorageSyncServicesUpdateOptionalParams)

Corriger un StorageSyncService donné.

checkNameAvailability(string, CheckNameAvailabilityParameters, StorageSyncServicesCheckNameAvailabilityOptionalParams)

Vérifiez la disponibilité du nom de l’espace de noms.

get(string, string, StorageSyncServicesGetOptionalParams)

Obtenez un StorageSyncService donné.

listByResourceGroup(string, StorageSyncServicesListByResourceGroupOptionalParams)

Obtenez une liste StorageSyncService par nom de groupe de ressources.

listBySubscription(StorageSyncServicesListBySubscriptionOptionalParams)

Obtenir une liste StorageSyncService par abonnement.

Détails de la méthode

beginCreate(string, string, StorageSyncServiceCreateParameters, StorageSyncServicesCreateOptionalParams)

Créez un storageSyncService.

function beginCreate(resourceGroupName: string, storageSyncServiceName: string, parameters: StorageSyncServiceCreateParameters, options?: StorageSyncServicesCreateOptionalParams): Promise<PollerLike<PollOperationState<StorageSyncService>, StorageSyncService>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

storageSyncServiceName

string

Nom de la ressource du service de synchronisation de stockage.

parameters
StorageSyncServiceCreateParameters

Nom de la ressource du service de synchronisation de stockage.

options
StorageSyncServicesCreateOptionalParams

Paramètres d’options.

Retours

Promise<PollerLike<@azure/core-lro.PollOperationState<StorageSyncService>, StorageSyncService>>

beginCreateAndWait(string, string, StorageSyncServiceCreateParameters, StorageSyncServicesCreateOptionalParams)

Créez un storageSyncService.

function beginCreateAndWait(resourceGroupName: string, storageSyncServiceName: string, parameters: StorageSyncServiceCreateParameters, options?: StorageSyncServicesCreateOptionalParams): Promise<StorageSyncService>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

storageSyncServiceName

string

Nom de la ressource du service de synchronisation de stockage.

parameters
StorageSyncServiceCreateParameters

Nom de la ressource du service de synchronisation de stockage.

options
StorageSyncServicesCreateOptionalParams

Paramètres d’options.

Retours

beginDelete(string, string, StorageSyncServicesDeleteOptionalParams)

Supprimez un StorageSyncService donné.

function beginDelete(resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesDeleteOptionalParams): Promise<PollerLike<PollOperationState<StorageSyncServicesDeleteHeaders>, StorageSyncServicesDeleteHeaders>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

storageSyncServiceName

string

Nom de la ressource du service de synchronisation de stockage.

options
StorageSyncServicesDeleteOptionalParams

Paramètres d’options.

Retours

Promise<PollerLike<@azure/core-lro.PollOperationState<StorageSyncServicesDeleteHeaders>, StorageSyncServicesDeleteHeaders>>

beginDeleteAndWait(string, string, StorageSyncServicesDeleteOptionalParams)

Supprimez un StorageSyncService donné.

function beginDeleteAndWait(resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesDeleteOptionalParams): Promise<StorageSyncServicesDeleteHeaders>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

storageSyncServiceName

string

Nom de la ressource du service de synchronisation de stockage.

options
StorageSyncServicesDeleteOptionalParams

Paramètres d’options.

Retours

beginUpdate(string, string, StorageSyncServicesUpdateOptionalParams)

Corriger un StorageSyncService donné.

function beginUpdate(resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesUpdateOptionalParams): Promise<PollerLike<PollOperationState<StorageSyncServicesUpdateResponse>, StorageSyncServicesUpdateResponse>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

storageSyncServiceName

string

Nom de la ressource du service de synchronisation de stockage.

options
StorageSyncServicesUpdateOptionalParams

Paramètres d’options.

Retours

Promise<PollerLike<@azure/core-lro.PollOperationState<StorageSyncServicesUpdateResponse>, StorageSyncServicesUpdateResponse>>

beginUpdateAndWait(string, string, StorageSyncServicesUpdateOptionalParams)

Corriger un StorageSyncService donné.

function beginUpdateAndWait(resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesUpdateOptionalParams): Promise<StorageSyncServicesUpdateResponse>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

storageSyncServiceName

string

Nom de la ressource du service de synchronisation de stockage.

options
StorageSyncServicesUpdateOptionalParams

Paramètres d’options.

Retours

checkNameAvailability(string, CheckNameAvailabilityParameters, StorageSyncServicesCheckNameAvailabilityOptionalParams)

Vérifiez la disponibilité du nom de l’espace de noms.

function checkNameAvailability(locationName: string, parameters: CheckNameAvailabilityParameters, options?: StorageSyncServicesCheckNameAvailabilityOptionalParams): Promise<CheckNameAvailabilityResult>

Paramètres

locationName

string

Région souhaitée pour la vérification du nom.

parameters
CheckNameAvailabilityParameters

Paramètres pour vérifier la disponibilité du nom d’espace de noms donné

Retours

get(string, string, StorageSyncServicesGetOptionalParams)

Obtenez un StorageSyncService donné.

function get(resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesGetOptionalParams): Promise<StorageSyncServicesGetResponse>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

storageSyncServiceName

string

Nom de la ressource du service de synchronisation de stockage.

options
StorageSyncServicesGetOptionalParams

Paramètres d’options.

Retours

listByResourceGroup(string, StorageSyncServicesListByResourceGroupOptionalParams)

Obtenez une liste StorageSyncService par nom de groupe de ressources.

function listByResourceGroup(resourceGroupName: string, options?: StorageSyncServicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<StorageSyncService, StorageSyncService[], PageSettings>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

options
StorageSyncServicesListByResourceGroupOptionalParams

Paramètres d’options.

Retours

listBySubscription(StorageSyncServicesListBySubscriptionOptionalParams)

Obtenir une liste StorageSyncService par abonnement.

function listBySubscription(options?: StorageSyncServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<StorageSyncService, StorageSyncService[], PageSettings>

Paramètres

options
StorageSyncServicesListBySubscriptionOptionalParams

Paramètres d’options.

Retours