SyncGroups interface

Methoden

create(string, string, string, SyncGroupCreateParameters, Object)

Erstellen Sie eine neue SyncGroup.

create(string, string, string, SyncGroupCreateParameters, Object, ServiceCallback<SyncGroup>)
create(string, string, string, SyncGroupCreateParameters, ServiceCallback<SyncGroup>)
createWithHttpOperationResponse(string, string, string, SyncGroupCreateParameters, Object)

Erstellen Sie eine neue SyncGroup.

deleteMethod(string, string, string, Object)

Löschen einer bestimmten SyncGroup.

deleteMethod(string, string, string, Object, ServiceCallback<void>)
deleteMethod(string, string, string, ServiceCallback<void>)
deleteMethodWithHttpOperationResponse(string, string, string, Object)

Löschen einer bestimmten SyncGroup.

get(string, string, string, Object)

Rufen Sie eine bestimmte SyncGroup ab.

get(string, string, string, Object, ServiceCallback<SyncGroup>)
get(string, string, string, ServiceCallback<SyncGroup>)
getWithHttpOperationResponse(string, string, string, Object)

Rufen Sie eine bestimmte SyncGroup ab.

listByStorageSyncService(string, string, Object)

Dient zum Abrufen einer SyncGroup-Liste.

listByStorageSyncService(string, string, Object, ServiceCallback<SyncGroupArray>)
listByStorageSyncService(string, string, ServiceCallback<SyncGroupArray>)
listByStorageSyncServiceWithHttpOperationResponse(string, string, Object)

Dient zum Abrufen einer SyncGroup-Liste.

Details zur Methode

create(string, string, string, SyncGroupCreateParameters, Object)

Erstellen Sie eine neue SyncGroup.

function create(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, parameters: SyncGroupCreateParameters, options?: Object)

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

storageSyncServiceName

string

Name der Speichersynchronisierungsdienst-Ressource.

syncGroupName

string

Name der Synchronisierungsgruppenressource.

parameters
SyncGroupCreateParameters

Gruppentext synchronisieren

options

Object

Gibt zurück

Promise<SyncGroup>

Wenn ein Rückruf als letzter Parameter übergeben wurde, gibt er den Rückruf zurück, andernfalls wird eine Zusage zurückgegeben.

{Promise} Es wird eine Zusage zurückgegeben.

                 @resolve {SyncGroup} - The deserialized result object.

                 @reject {Error|ServiceError} - The error object.

{ServiceCallback} optionalCallback(Err, Ergebnis, Anforderung, Antwort)

                 {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>)

Parameter

resourceGroupName

string

storageSyncServiceName

string

syncGroupName

string

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>)

Parameter

resourceGroupName

string

storageSyncServiceName

string

syncGroupName

string

callback

ServiceCallback<SyncGroup>

createWithHttpOperationResponse(string, string, string, SyncGroupCreateParameters, Object)

Erstellen Sie eine neue SyncGroup.

function createWithHttpOperationResponse(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, parameters: SyncGroupCreateParameters, options?: Object)

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

storageSyncServiceName

string

Name der Speichersynchronisierungsdienst-Ressource.

syncGroupName

string

Name der Synchronisierungsgruppenressource.

parameters
SyncGroupCreateParameters

Gruppentext synchronisieren

options

Object

Gibt zurück

Promise<HttpOperationResponse<SyncGroup>>

Eine Zusage wird zurückgegeben.

deleteMethod(string, string, string, Object)

Löschen einer bestimmten SyncGroup.

function deleteMethod(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, options?: Object)

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

storageSyncServiceName

string

Name der Speichersynchronisierungsdienst-Ressource.

syncGroupName

string

Name der Synchronisierungsgruppenressource.

options

Object

Gibt zurück

Promise<void>

Wenn ein Rückruf als letzter Parameter übergeben wurde, gibt er den Rückruf zurück, andernfalls wird eine Zusage zurückgegeben.

{Promise} Es wird eine Zusage zurückgegeben.

                 @resolve {null} - The deserialized result object.

                 @reject {Error|ServiceError} - The error object.

{ServiceCallback} optionalCallback(Err, Ergebnis, Anforderung, Antwort)

                 {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>)

Parameter

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>)

Parameter

resourceGroupName

string

storageSyncServiceName

string

syncGroupName

string

callback

ServiceCallback<void>

deleteMethodWithHttpOperationResponse(string, string, string, Object)

Löschen einer bestimmten SyncGroup.

function deleteMethodWithHttpOperationResponse(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, options?: Object)

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

storageSyncServiceName

string

Name der Speichersynchronisierungsdienst-Ressource.

syncGroupName

string

Name der Synchronisierungsgruppenressource.

options

Object

Gibt zurück

Promise<HttpOperationResponse<void>>

Eine Zusage wird zurückgegeben.

get(string, string, string, Object)

Rufen Sie eine bestimmte SyncGroup ab.

function get(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, options?: Object)

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

storageSyncServiceName

string

Name der Speichersynchronisierungsdienst-Ressource.

syncGroupName

string

Name der Synchronisierungsgruppenressource.

options

Object

Gibt zurück

Promise<SyncGroup>

Wenn ein Rückruf als letzter Parameter übergeben wurde, gibt er den Rückruf zurück, andernfalls wird eine Zusage zurückgegeben.

{Promise} Es wird eine Zusage zurückgegeben.

                 @resolve {SyncGroup} - The deserialized result object.

                 @reject {Error|ServiceError} - The error object.

{ServiceCallback} optionalCallback(Err, Ergebnis, Anforderung, Antwort)

                 {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>)

Parameter

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>)

Parameter

resourceGroupName

string

storageSyncServiceName

string

syncGroupName

string

callback

ServiceCallback<SyncGroup>

getWithHttpOperationResponse(string, string, string, Object)

Rufen Sie eine bestimmte SyncGroup ab.

function getWithHttpOperationResponse(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, options?: Object)

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

storageSyncServiceName

string

Name der Speichersynchronisierungsdienst-Ressource.

syncGroupName

string

Name der Synchronisierungsgruppenressource.

options

Object

Gibt zurück

Promise<HttpOperationResponse<SyncGroup>>

Eine Zusage wird zurückgegeben.

listByStorageSyncService(string, string, Object)

Dient zum Abrufen einer SyncGroup-Liste.

function listByStorageSyncService(resourceGroupName: string, storageSyncServiceName: string, options?: Object)

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

storageSyncServiceName

string

Name der Speichersynchronisierungsdienst-Ressource.

options

Object

Gibt zurück

Promise<SyncGroupArray>

Wenn ein Rückruf als letzter Parameter übergeben wurde, gibt er den Rückruf zurück, andernfalls wird eine Zusage zurückgegeben.

{Promise} Es wird eine Zusage zurückgegeben.

                 @resolve {SyncGroupArray} - The deserialized result object.

                 @reject {Error|ServiceError} - The error object.

{ServiceCallback} optionalCallback(Err, Ergebnis, Anforderung, Antwort)

                 {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>)

Parameter

resourceGroupName

string

storageSyncServiceName

string

options

Object

callback

ServiceCallback<SyncGroupArray>

listByStorageSyncService(string, string, ServiceCallback<SyncGroupArray>)

function listByStorageSyncService(resourceGroupName: string, storageSyncServiceName: string, callback: ServiceCallback<SyncGroupArray>)

Parameter

resourceGroupName

string

storageSyncServiceName

string

callback

ServiceCallback<SyncGroupArray>

listByStorageSyncServiceWithHttpOperationResponse(string, string, Object)

Dient zum Abrufen einer SyncGroup-Liste.

function listByStorageSyncServiceWithHttpOperationResponse(resourceGroupName: string, storageSyncServiceName: string, options?: Object)

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

storageSyncServiceName

string

Name der Speichersynchronisierungsdienst-Ressource.

options

Object

Gibt zurück

Promise<HttpOperationResponse<SyncGroupArray>>

Eine Zusage wird zurückgegeben.