SyncGroups interface
Méthodes
Détails de la méthode
create(string, string, string, SyncGroupCreateParameters, Object)
Créez un groupe de synchronisation.
function create(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, parameters: SyncGroupCreateParameters, options?: Object)
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.
- syncGroupName
-
string
Nom de la ressource de groupe de synchronisation.
- parameters
- SyncGroupCreateParameters
Corps du groupe de synchronisation
- options
-
Object
Retours
Promise<SyncGroup>
Si un rappel a été passé en tant que dernier paramètre, il retourne le rappel sinon retourne une promesse.
{Promise} Une promesse est retournée.
@resolve {SyncGroup} - The deserialized result object.
@reject {Error|ServiceError} - The error object.
{ServiceCallback} optionalCallback(err, résultat, demande, réponse)
{Error|ServiceError} err - The Error object if an error occurred, null otherwise.
{SyncGroup} [result] - The deserialized result object if an error did not occur.
See {@link SyncGroup} for more information.
{WebResource} [request] - The HTTP Request object if an error did not occur.
{http.IncomingMessage} [response] - The HTTP Response stream if an error did not occur.
create(string, string, string, SyncGroupCreateParameters, Object, ServiceCallback<SyncGroup>)
function create(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, parameters: SyncGroupCreateParameters, options: Object, callback: ServiceCallback<SyncGroup>)
Paramètres
- resourceGroupName
-
string
- storageSyncServiceName
-
string
- syncGroupName
-
string
- parameters
- SyncGroupCreateParameters
- options
-
Object
- callback
-
ServiceCallback<SyncGroup>
create(string, string, string, SyncGroupCreateParameters, ServiceCallback<SyncGroup>)
function create(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, parameters: SyncGroupCreateParameters, callback: ServiceCallback<SyncGroup>)
Paramètres
- resourceGroupName
-
string
- storageSyncServiceName
-
string
- syncGroupName
-
string
- parameters
- SyncGroupCreateParameters
- callback
-
ServiceCallback<SyncGroup>
createWithHttpOperationResponse(string, string, string, SyncGroupCreateParameters, Object)
Créez un groupe de synchronisation.
function createWithHttpOperationResponse(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, parameters: SyncGroupCreateParameters, options?: Object)
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.
- syncGroupName
-
string
Nom de la ressource de groupe de synchronisation.
- parameters
- SyncGroupCreateParameters
Corps du groupe de synchronisation
- options
-
Object
Retours
Promise<HttpOperationResponse<SyncGroup>>
Une promesse est retournée
deleteMethod(string, string, string, Object)
Supprimez un SyncGroup donné.
function deleteMethod(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, options?: Object)
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.
- syncGroupName
-
string
Nom de la ressource de groupe de synchronisation.
- options
-
Object
Retours
Promise<void>
Si un rappel a été passé en tant que dernier paramètre, il retourne le rappel sinon retourne une promesse.
{Promise} Une promesse est retournée.
@resolve {null} - The deserialized result object.
@reject {Error|ServiceError} - The error object.
{ServiceCallback} optionalCallback(err, résultat, demande, réponse)
{Error|ServiceError} err - The Error object if an error occurred, null otherwise.
{null} [result] - The deserialized result object if an error did not occur.
{WebResource} [request] - The HTTP Request object if an error did not occur.
{http.IncomingMessage} [response] - The HTTP Response stream if an error did not occur.
deleteMethod(string, string, string, Object, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, options: Object, callback: ServiceCallback<void>)
Paramètres
- resourceGroupName
-
string
- storageSyncServiceName
-
string
- syncGroupName
-
string
- options
-
Object
- callback
-
ServiceCallback<void>
deleteMethod(string, string, string, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, callback: ServiceCallback<void>)
Paramètres
- resourceGroupName
-
string
- storageSyncServiceName
-
string
- syncGroupName
-
string
- callback
-
ServiceCallback<void>
deleteMethodWithHttpOperationResponse(string, string, string, Object)
Supprimez un SyncGroup donné.
function deleteMethodWithHttpOperationResponse(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, options?: Object)
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.
- syncGroupName
-
string
Nom de la ressource de groupe de synchronisation.
- options
-
Object
Retours
Promise<HttpOperationResponse<void>>
Une promesse est retournée
get(string, string, string, Object)
Obtenez un SyncGroup donné.
function get(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, options?: Object)
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.
- syncGroupName
-
string
Nom de la ressource de groupe de synchronisation.
- options
-
Object
Retours
Promise<SyncGroup>
Si un rappel a été passé en tant que dernier paramètre, il retourne le rappel sinon retourne une promesse.
{Promise} Une promesse est retournée.
@resolve {SyncGroup} - The deserialized result object.
@reject {Error|ServiceError} - The error object.
{ServiceCallback} optionalCallback(err, résultat, demande, réponse)
{Error|ServiceError} err - The Error object if an error occurred, null otherwise.
{SyncGroup} [result] - The deserialized result object if an error did not occur.
See {@link SyncGroup} for more information.
{WebResource} [request] - The HTTP Request object if an error did not occur.
{http.IncomingMessage} [response] - The HTTP Response stream if an error did not occur.
get(string, string, string, Object, ServiceCallback<SyncGroup>)
function get(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, options: Object, callback: ServiceCallback<SyncGroup>)
Paramètres
- resourceGroupName
-
string
- storageSyncServiceName
-
string
- syncGroupName
-
string
- options
-
Object
- callback
-
ServiceCallback<SyncGroup>
get(string, string, string, ServiceCallback<SyncGroup>)
function get(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, callback: ServiceCallback<SyncGroup>)
Paramètres
- resourceGroupName
-
string
- storageSyncServiceName
-
string
- syncGroupName
-
string
- callback
-
ServiceCallback<SyncGroup>
getWithHttpOperationResponse(string, string, string, Object)
Obtenez un SyncGroup donné.
function getWithHttpOperationResponse(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, options?: Object)
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.
- syncGroupName
-
string
Nom de la ressource de groupe de synchronisation.
- options
-
Object
Retours
Promise<HttpOperationResponse<SyncGroup>>
Une promesse est retournée
listByStorageSyncService(string, string, Object)
Obtenir une liste SyncGroup.
function listByStorageSyncService(resourceGroupName: string, storageSyncServiceName: string, options?: Object)
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
-
Object
Retours
Promise<SyncGroupArray>
Si un rappel a été passé en tant que dernier paramètre, il retourne le rappel sinon retourne une promesse.
{Promise} Une promesse est retournée.
@resolve {SyncGroupArray} - The deserialized result object.
@reject {Error|ServiceError} - The error object.
{ServiceCallback} optionalCallback(err, résultat, demande, réponse)
{Error|ServiceError} err - The Error object if an error occurred, null otherwise.
{SyncGroupArray} [result] - The deserialized result object if an error did not occur.
See {@link SyncGroupArray} for more information.
{WebResource} [request] - The HTTP Request object if an error did not occur.
{http.IncomingMessage} [response] - The HTTP Response stream if an error did not occur.
listByStorageSyncService(string, string, Object, ServiceCallback<SyncGroupArray>)
function listByStorageSyncService(resourceGroupName: string, storageSyncServiceName: string, options: Object, callback: ServiceCallback<SyncGroupArray>)
Paramètres
- resourceGroupName
-
string
- storageSyncServiceName
-
string
- options
-
Object
- callback
-
ServiceCallback<SyncGroupArray>
listByStorageSyncService(string, string, ServiceCallback<SyncGroupArray>)
function listByStorageSyncService(resourceGroupName: string, storageSyncServiceName: string, callback: ServiceCallback<SyncGroupArray>)
Paramètres
- resourceGroupName
-
string
- storageSyncServiceName
-
string
- callback
-
ServiceCallback<SyncGroupArray>
listByStorageSyncServiceWithHttpOperationResponse(string, string, Object)
Obtenir une liste SyncGroup.
function listByStorageSyncServiceWithHttpOperationResponse(resourceGroupName: string, storageSyncServiceName: string, options?: Object)
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
-
Object
Retours
Promise<HttpOperationResponse<SyncGroupArray>>
Une promesse est retournée