StorageSyncServices interface
Interface représentant un StorageSyncServices.
Méthodes
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.
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.
Paramètres d’options.
Retours
Promise<StorageSyncService>
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.
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.
Paramètres d’options.
Retours
Promise<StorageSyncServicesDeleteHeaders>
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.
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.
Paramètres d’options.
Retours
Promise<StorageSyncServicesUpdateResponse>
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é
Paramètres d’options.
Retours
Promise<CheckNameAvailabilityResult>
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.
Paramètres d’options.
Retours
Promise<StorageSyncServicesGetResponse>
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.
Paramètres d’options.
Retours
listBySubscription(StorageSyncServicesListBySubscriptionOptionalParams)
Obtenir une liste StorageSyncService par abonnement.
function listBySubscription(options?: StorageSyncServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<StorageSyncService, StorageSyncService[], PageSettings>
Paramètres
Paramètres d’options.