CloudEndpoints interface
Methoden
Details zur Methode
beginCreate(string, string, string, string, CloudEndpointCreateParameters, Object)
Erstellen Sie einen neuen CloudEndpoint.
function beginCreate(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: CloudEndpointCreateParameters, 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.
- cloudEndpointName
-
string
Name des Cloud Endpoint-Objekts.
- parameters
- CloudEndpointCreateParameters
Textkörper der Cloud-Endpunktressource.
- options
-
Object
Gibt zurück
Promise<CloudEndpoint>
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 {CloudEndpoint} - 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.
{CloudEndpoint} [result] - The deserialized result object if an error did not occur.
See {@link CloudEndpoint} 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.
beginCreate(string, string, string, string, CloudEndpointCreateParameters, Object, ServiceCallback<CloudEndpoint>)
function beginCreate(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: CloudEndpointCreateParameters, options: Object, callback: ServiceCallback<CloudEndpoint>)
Parameter
- resourceGroupName
-
string
- storageSyncServiceName
-
string
- syncGroupName
-
string
- cloudEndpointName
-
string
- parameters
- CloudEndpointCreateParameters
- options
-
Object
- callback
-
ServiceCallback<CloudEndpoint>
beginCreate(string, string, string, string, CloudEndpointCreateParameters, ServiceCallback<CloudEndpoint>)
function beginCreate(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: CloudEndpointCreateParameters, callback: ServiceCallback<CloudEndpoint>)
Parameter
- resourceGroupName
-
string
- storageSyncServiceName
-
string
- syncGroupName
-
string
- cloudEndpointName
-
string
- parameters
- CloudEndpointCreateParameters
- callback
-
ServiceCallback<CloudEndpoint>
beginCreateWithHttpOperationResponse(string, string, string, string, CloudEndpointCreateParameters, Object)
Erstellen Sie einen neuen CloudEndpoint.
function beginCreateWithHttpOperationResponse(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: CloudEndpointCreateParameters, 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.
- cloudEndpointName
-
string
Name des Cloud Endpoint-Objekts.
- parameters
- CloudEndpointCreateParameters
Textkörper der Cloud-Endpunktressource.
- options
-
Object
Gibt zurück
Promise<HttpOperationResponse<CloudEndpoint>>
Eine Zusage wird zurückgegeben.
beginDeleteMethod(string, string, string, string, Object)
Löschen sie einen bestimmten CloudEndpoint.
function beginDeleteMethod(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: 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.
- cloudEndpointName
-
string
Name des Cloud Endpoint-Objekts.
- 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.
beginDeleteMethod(string, string, string, string, Object, ServiceCallback<void>)
function beginDeleteMethod(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, options: Object, callback: ServiceCallback<void>)
Parameter
- resourceGroupName
-
string
- storageSyncServiceName
-
string
- syncGroupName
-
string
- cloudEndpointName
-
string
- options
-
Object
- callback
-
ServiceCallback<void>
beginDeleteMethod(string, string, string, string, ServiceCallback<void>)
function beginDeleteMethod(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, callback: ServiceCallback<void>)
Parameter
- resourceGroupName
-
string
- storageSyncServiceName
-
string
- syncGroupName
-
string
- cloudEndpointName
-
string
- callback
-
ServiceCallback<void>
beginDeleteMethodWithHttpOperationResponse(string, string, string, string, Object)
Löschen sie einen bestimmten CloudEndpoint.
function beginDeleteMethodWithHttpOperationResponse(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: 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.
- cloudEndpointName
-
string
Name des Cloud Endpoint-Objekts.
- options
-
Object
Gibt zurück
Promise<HttpOperationResponse<void>>
Eine Zusage wird zurückgegeben.
beginPostBackup(string, string, string, string, BackupRequest, Object)
Bereitstellen der Sicherung eines bestimmten CloudEndpoint.
function beginPostBackup(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: BackupRequest, 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.
- cloudEndpointName
-
string
Name des Cloud Endpoint-Objekts.
- parameters
- BackupRequest
Textkörper der Sicherungsanforderung.
- options
-
Object
Gibt zurück
Promise<PostBackupResponse>
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 {PostBackupResponse} - 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.
{PostBackupResponse} [result] - The deserialized result object if an error did not occur.
See {@link PostBackupResponse} 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.
beginPostBackup(string, string, string, string, BackupRequest, Object, ServiceCallback<PostBackupResponse>)
function beginPostBackup(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: BackupRequest, options: Object, callback: ServiceCallback<PostBackupResponse>)
Parameter
- resourceGroupName
-
string
- storageSyncServiceName
-
string
- syncGroupName
-
string
- cloudEndpointName
-
string
- parameters
- BackupRequest
- options
-
Object
- callback
-
ServiceCallback<PostBackupResponse>
beginPostBackup(string, string, string, string, BackupRequest, ServiceCallback<PostBackupResponse>)
function beginPostBackup(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: BackupRequest, callback: ServiceCallback<PostBackupResponse>)
Parameter
- resourceGroupName
-
string
- storageSyncServiceName
-
string
- syncGroupName
-
string
- cloudEndpointName
-
string
- parameters
- BackupRequest
- callback
-
ServiceCallback<PostBackupResponse>
beginPostBackupWithHttpOperationResponse(string, string, string, string, BackupRequest, Object)
Bereitstellen der Sicherung eines bestimmten CloudEndpoint.
function beginPostBackupWithHttpOperationResponse(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: BackupRequest, 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.
- cloudEndpointName
-
string
Name des Cloud Endpoint-Objekts.
- parameters
- BackupRequest
Textkörper der Sicherungsanforderung.
- options
-
Object
Gibt zurück
Promise<HttpOperationResponse<PostBackupResponse>>
Eine Zusage wird zurückgegeben.
beginPostRestore(string, string, string, string, PostRestoreRequest, Object)
Nach der Wiederherstellung eines bestimmten CloudEndpoint.
function beginPostRestore(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: PostRestoreRequest, 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.
- cloudEndpointName
-
string
Name des Cloud Endpoint-Objekts.
- parameters
- PostRestoreRequest
Textkörper des Cloud Endpoint-Objekts.
- 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.
beginPostRestore(string, string, string, string, PostRestoreRequest, Object, ServiceCallback<void>)
function beginPostRestore(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: PostRestoreRequest, options: Object, callback: ServiceCallback<void>)
Parameter
- resourceGroupName
-
string
- storageSyncServiceName
-
string
- syncGroupName
-
string
- cloudEndpointName
-
string
- parameters
- PostRestoreRequest
- options
-
Object
- callback
-
ServiceCallback<void>
beginPostRestore(string, string, string, string, PostRestoreRequest, ServiceCallback<void>)
function beginPostRestore(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: PostRestoreRequest, callback: ServiceCallback<void>)
Parameter
- resourceGroupName
-
string
- storageSyncServiceName
-
string
- syncGroupName
-
string
- cloudEndpointName
-
string
- parameters
- PostRestoreRequest
- callback
-
ServiceCallback<void>
beginPostRestoreWithHttpOperationResponse(string, string, string, string, PostRestoreRequest, Object)
Nach der Wiederherstellung eines bestimmten CloudEndpoint.
function beginPostRestoreWithHttpOperationResponse(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: PostRestoreRequest, 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.
- cloudEndpointName
-
string
Name des Cloud Endpoint-Objekts.
- parameters
- PostRestoreRequest
Textkörper des Cloud Endpoint-Objekts.
- options
-
Object
Gibt zurück
Promise<HttpOperationResponse<void>>
Eine Zusage wird zurückgegeben.
beginPreBackup(string, string, string, string, BackupRequest, Object)
Sichern Sie vor dem Backup eines bestimmten CloudEndpoint.
function beginPreBackup(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: BackupRequest, 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.
- cloudEndpointName
-
string
Name des Cloud Endpoint-Objekts.
- parameters
- BackupRequest
Textkörper der Sicherungsanforderung.
- 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.
beginPreBackup(string, string, string, string, BackupRequest, Object, ServiceCallback<void>)
function beginPreBackup(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: BackupRequest, options: Object, callback: ServiceCallback<void>)
Parameter
- resourceGroupName
-
string
- storageSyncServiceName
-
string
- syncGroupName
-
string
- cloudEndpointName
-
string
- parameters
- BackupRequest
- options
-
Object
- callback
-
ServiceCallback<void>
beginPreBackup(string, string, string, string, BackupRequest, ServiceCallback<void>)
function beginPreBackup(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: BackupRequest, callback: ServiceCallback<void>)
Parameter
- resourceGroupName
-
string
- storageSyncServiceName
-
string
- syncGroupName
-
string
- cloudEndpointName
-
string
- parameters
- BackupRequest
- callback
-
ServiceCallback<void>
beginPreBackupWithHttpOperationResponse(string, string, string, string, BackupRequest, Object)
Sichern Sie vor dem Backup eines bestimmten CloudEndpoint.
function beginPreBackupWithHttpOperationResponse(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: BackupRequest, 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.
- cloudEndpointName
-
string
Name des Cloud Endpoint-Objekts.
- parameters
- BackupRequest
Textkörper der Sicherungsanforderung.
- options
-
Object
Gibt zurück
Promise<HttpOperationResponse<void>>
Eine Zusage wird zurückgegeben.
beginPreRestore(string, string, string, string, PreRestoreRequest, Object)
Stellen Sie einen bestimmten CloudEndpoint vor.
function beginPreRestore(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: PreRestoreRequest, 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.
- cloudEndpointName
-
string
Name des Cloud Endpoint-Objekts.
- parameters
- PreRestoreRequest
Textkörper des Cloud Endpoint-Objekts.
- 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.
beginPreRestore(string, string, string, string, PreRestoreRequest, Object, ServiceCallback<void>)
function beginPreRestore(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: PreRestoreRequest, options: Object, callback: ServiceCallback<void>)
Parameter
- resourceGroupName
-
string
- storageSyncServiceName
-
string
- syncGroupName
-
string
- cloudEndpointName
-
string
- parameters
- PreRestoreRequest
- options
-
Object
- callback
-
ServiceCallback<void>
beginPreRestore(string, string, string, string, PreRestoreRequest, ServiceCallback<void>)
function beginPreRestore(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: PreRestoreRequest, callback: ServiceCallback<void>)
Parameter
- resourceGroupName
-
string
- storageSyncServiceName
-
string
- syncGroupName
-
string
- cloudEndpointName
-
string
- parameters
- PreRestoreRequest
- callback
-
ServiceCallback<void>
beginPreRestoreWithHttpOperationResponse(string, string, string, string, PreRestoreRequest, Object)
Stellen Sie einen bestimmten CloudEndpoint vor.
function beginPreRestoreWithHttpOperationResponse(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: PreRestoreRequest, 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.
- cloudEndpointName
-
string
Name des Cloud Endpoint-Objekts.
- parameters
- PreRestoreRequest
Textkörper des Cloud Endpoint-Objekts.
- options
-
Object
Gibt zurück
Promise<HttpOperationResponse<void>>
Eine Zusage wird zurückgegeben.
create(string, string, string, string, CloudEndpointCreateParameters, Object)
Erstellen Sie einen neuen CloudEndpoint.
function create(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: CloudEndpointCreateParameters, 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.
- cloudEndpointName
-
string
Name des Cloud Endpoint-Objekts.
- parameters
- CloudEndpointCreateParameters
Textkörper der Cloud-Endpunktressource.
- options
-
Object
Gibt zurück
Promise<CloudEndpoint>
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 {CloudEndpoint} - 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.
{CloudEndpoint} [result] - The deserialized result object if an error did not occur.
See {@link CloudEndpoint} 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, string, CloudEndpointCreateParameters, Object, ServiceCallback<CloudEndpoint>)
function create(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: CloudEndpointCreateParameters, options: Object, callback: ServiceCallback<CloudEndpoint>)
Parameter
- resourceGroupName
-
string
- storageSyncServiceName
-
string
- syncGroupName
-
string
- cloudEndpointName
-
string
- parameters
- CloudEndpointCreateParameters
- options
-
Object
- callback
-
ServiceCallback<CloudEndpoint>
create(string, string, string, string, CloudEndpointCreateParameters, ServiceCallback<CloudEndpoint>)
function create(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: CloudEndpointCreateParameters, callback: ServiceCallback<CloudEndpoint>)
Parameter
- resourceGroupName
-
string
- storageSyncServiceName
-
string
- syncGroupName
-
string
- cloudEndpointName
-
string
- parameters
- CloudEndpointCreateParameters
- callback
-
ServiceCallback<CloudEndpoint>
createWithHttpOperationResponse(string, string, string, string, CloudEndpointCreateParameters, Object)
Erstellen Sie einen neuen CloudEndpoint.
function createWithHttpOperationResponse(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: CloudEndpointCreateParameters, 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.
- cloudEndpointName
-
string
Name des Cloud Endpoint-Objekts.
- parameters
- CloudEndpointCreateParameters
Textkörper der Cloud-Endpunktressource.
- options
-
Object
Gibt zurück
Promise<HttpOperationResponse<CloudEndpoint>>
Eine Zusage wird zurückgegeben.
deleteMethod(string, string, string, string, Object)
Löschen sie einen bestimmten CloudEndpoint.
function deleteMethod(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: 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.
- cloudEndpointName
-
string
Name des Cloud Endpoint-Objekts.
- 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, string, Object, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, options: Object, callback: ServiceCallback<void>)
Parameter
- resourceGroupName
-
string
- storageSyncServiceName
-
string
- syncGroupName
-
string
- cloudEndpointName
-
string
- options
-
Object
- callback
-
ServiceCallback<void>
deleteMethod(string, string, string, string, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, callback: ServiceCallback<void>)
Parameter
- resourceGroupName
-
string
- storageSyncServiceName
-
string
- syncGroupName
-
string
- cloudEndpointName
-
string
- callback
-
ServiceCallback<void>
deleteMethodWithHttpOperationResponse(string, string, string, string, Object)
Löschen sie einen bestimmten CloudEndpoint.
function deleteMethodWithHttpOperationResponse(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: 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.
- cloudEndpointName
-
string
Name des Cloud Endpoint-Objekts.
- options
-
Object
Gibt zurück
Promise<HttpOperationResponse<void>>
Eine Zusage wird zurückgegeben.
get(string, string, string, string, Object)
Rufen Sie einen bestimmten CloudEndpoint ab.
function get(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: 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.
- cloudEndpointName
-
string
Name des Cloud Endpoint-Objekts.
- options
-
Object
Gibt zurück
Promise<CloudEndpoint>
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 {CloudEndpoint} - 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.
{CloudEndpoint} [result] - The deserialized result object if an error did not occur.
See {@link CloudEndpoint} 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, string, Object, ServiceCallback<CloudEndpoint>)
function get(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, options: Object, callback: ServiceCallback<CloudEndpoint>)
Parameter
- resourceGroupName
-
string
- storageSyncServiceName
-
string
- syncGroupName
-
string
- cloudEndpointName
-
string
- options
-
Object
- callback
-
ServiceCallback<CloudEndpoint>
get(string, string, string, string, ServiceCallback<CloudEndpoint>)
function get(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, callback: ServiceCallback<CloudEndpoint>)
Parameter
- resourceGroupName
-
string
- storageSyncServiceName
-
string
- syncGroupName
-
string
- cloudEndpointName
-
string
- callback
-
ServiceCallback<CloudEndpoint>
getWithHttpOperationResponse(string, string, string, string, Object)
Rufen Sie einen bestimmten CloudEndpoint ab.
function getWithHttpOperationResponse(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: 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.
- cloudEndpointName
-
string
Name des Cloud Endpoint-Objekts.
- options
-
Object
Gibt zurück
Promise<HttpOperationResponse<CloudEndpoint>>
Eine Zusage wird zurückgegeben.
listBySyncGroup(string, string, string, Object)
Rufen Sie eine CloudEndpoint-Liste ab.
function listBySyncGroup(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<CloudEndpointArray>
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 {CloudEndpointArray} - 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.
{CloudEndpointArray} [result] - The deserialized result object if an error did not occur.
See {@link CloudEndpointArray} 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.
listBySyncGroup(string, string, string, Object, ServiceCallback<CloudEndpointArray>)
function listBySyncGroup(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, options: Object, callback: ServiceCallback<CloudEndpointArray>)
Parameter
- resourceGroupName
-
string
- storageSyncServiceName
-
string
- syncGroupName
-
string
- options
-
Object
- callback
-
ServiceCallback<CloudEndpointArray>
listBySyncGroup(string, string, string, ServiceCallback<CloudEndpointArray>)
function listBySyncGroup(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, callback: ServiceCallback<CloudEndpointArray>)
Parameter
- resourceGroupName
-
string
- storageSyncServiceName
-
string
- syncGroupName
-
string
- callback
-
ServiceCallback<CloudEndpointArray>
listBySyncGroupWithHttpOperationResponse(string, string, string, Object)
Rufen Sie eine CloudEndpoint-Liste ab.
function listBySyncGroupWithHttpOperationResponse(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<CloudEndpointArray>>
Eine Zusage wird zurückgegeben.
postBackup(string, string, string, string, BackupRequest, Object)
Bereitstellen der Sicherung eines bestimmten CloudEndpoint.
function postBackup(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: BackupRequest, 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.
- cloudEndpointName
-
string
Name des Cloud Endpoint-Objekts.
- parameters
- BackupRequest
Textkörper der Sicherungsanforderung.
- options
-
Object
Gibt zurück
Promise<PostBackupResponse>
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 {PostBackupResponse} - 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.
{PostBackupResponse} [result] - The deserialized result object if an error did not occur.
See {@link PostBackupResponse} 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.
postBackup(string, string, string, string, BackupRequest, Object, ServiceCallback<PostBackupResponse>)
function postBackup(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: BackupRequest, options: Object, callback: ServiceCallback<PostBackupResponse>)
Parameter
- resourceGroupName
-
string
- storageSyncServiceName
-
string
- syncGroupName
-
string
- cloudEndpointName
-
string
- parameters
- BackupRequest
- options
-
Object
- callback
-
ServiceCallback<PostBackupResponse>
postBackup(string, string, string, string, BackupRequest, ServiceCallback<PostBackupResponse>)
function postBackup(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: BackupRequest, callback: ServiceCallback<PostBackupResponse>)
Parameter
- resourceGroupName
-
string
- storageSyncServiceName
-
string
- syncGroupName
-
string
- cloudEndpointName
-
string
- parameters
- BackupRequest
- callback
-
ServiceCallback<PostBackupResponse>
postBackupWithHttpOperationResponse(string, string, string, string, BackupRequest, Object)
Bereitstellen der Sicherung eines bestimmten CloudEndpoint.
function postBackupWithHttpOperationResponse(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: BackupRequest, 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.
- cloudEndpointName
-
string
Name des Cloud Endpoint-Objekts.
- parameters
- BackupRequest
Textkörper der Sicherungsanforderung.
- options
-
Object
Gibt zurück
Promise<HttpOperationResponse<PostBackupResponse>>
Eine Zusage wird zurückgegeben.
postRestore(string, string, string, string, PostRestoreRequest, Object)
Nach der Wiederherstellung eines bestimmten CloudEndpoint.
function postRestore(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: PostRestoreRequest, 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.
- cloudEndpointName
-
string
Name des Cloud Endpoint-Objekts.
- parameters
- PostRestoreRequest
Textkörper des Cloud Endpoint-Objekts.
- 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.
postRestore(string, string, string, string, PostRestoreRequest, Object, ServiceCallback<void>)
function postRestore(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: PostRestoreRequest, options: Object, callback: ServiceCallback<void>)
Parameter
- resourceGroupName
-
string
- storageSyncServiceName
-
string
- syncGroupName
-
string
- cloudEndpointName
-
string
- parameters
- PostRestoreRequest
- options
-
Object
- callback
-
ServiceCallback<void>
postRestore(string, string, string, string, PostRestoreRequest, ServiceCallback<void>)
function postRestore(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: PostRestoreRequest, callback: ServiceCallback<void>)
Parameter
- resourceGroupName
-
string
- storageSyncServiceName
-
string
- syncGroupName
-
string
- cloudEndpointName
-
string
- parameters
- PostRestoreRequest
- callback
-
ServiceCallback<void>
postRestoreWithHttpOperationResponse(string, string, string, string, PostRestoreRequest, Object)
Nach der Wiederherstellung eines bestimmten CloudEndpoint.
function postRestoreWithHttpOperationResponse(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: PostRestoreRequest, 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.
- cloudEndpointName
-
string
Name des Cloud Endpoint-Objekts.
- parameters
- PostRestoreRequest
Textkörper des Cloud Endpoint-Objekts.
- options
-
Object
Gibt zurück
Promise<HttpOperationResponse<void>>
Eine Zusage wird zurückgegeben.
preBackup(string, string, string, string, BackupRequest, Object)
Sichern Sie vor dem Backup eines bestimmten CloudEndpoint.
function preBackup(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: BackupRequest, 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.
- cloudEndpointName
-
string
Name des Cloud Endpoint-Objekts.
- parameters
- BackupRequest
Textkörper der Sicherungsanforderung.
- 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.
preBackup(string, string, string, string, BackupRequest, Object, ServiceCallback<void>)
function preBackup(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: BackupRequest, options: Object, callback: ServiceCallback<void>)
Parameter
- resourceGroupName
-
string
- storageSyncServiceName
-
string
- syncGroupName
-
string
- cloudEndpointName
-
string
- parameters
- BackupRequest
- options
-
Object
- callback
-
ServiceCallback<void>
preBackup(string, string, string, string, BackupRequest, ServiceCallback<void>)
function preBackup(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: BackupRequest, callback: ServiceCallback<void>)
Parameter
- resourceGroupName
-
string
- storageSyncServiceName
-
string
- syncGroupName
-
string
- cloudEndpointName
-
string
- parameters
- BackupRequest
- callback
-
ServiceCallback<void>
preBackupWithHttpOperationResponse(string, string, string, string, BackupRequest, Object)
Sichern Sie vor dem Backup eines bestimmten CloudEndpoint.
function preBackupWithHttpOperationResponse(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: BackupRequest, 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.
- cloudEndpointName
-
string
Name des Cloud Endpoint-Objekts.
- parameters
- BackupRequest
Textkörper der Sicherungsanforderung.
- options
-
Object
Gibt zurück
Promise<HttpOperationResponse<void>>
Eine Zusage wird zurückgegeben.
preRestore(string, string, string, string, PreRestoreRequest, Object)
Stellen Sie einen bestimmten CloudEndpoint vor.
function preRestore(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: PreRestoreRequest, 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.
- cloudEndpointName
-
string
Name des Cloud Endpoint-Objekts.
- parameters
- PreRestoreRequest
Textkörper des Cloud Endpoint-Objekts.
- 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.
preRestore(string, string, string, string, PreRestoreRequest, Object, ServiceCallback<void>)
function preRestore(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: PreRestoreRequest, options: Object, callback: ServiceCallback<void>)
Parameter
- resourceGroupName
-
string
- storageSyncServiceName
-
string
- syncGroupName
-
string
- cloudEndpointName
-
string
- parameters
- PreRestoreRequest
- options
-
Object
- callback
-
ServiceCallback<void>
preRestore(string, string, string, string, PreRestoreRequest, ServiceCallback<void>)
function preRestore(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: PreRestoreRequest, callback: ServiceCallback<void>)
Parameter
- resourceGroupName
-
string
- storageSyncServiceName
-
string
- syncGroupName
-
string
- cloudEndpointName
-
string
- parameters
- PreRestoreRequest
- callback
-
ServiceCallback<void>
preRestoreWithHttpOperationResponse(string, string, string, string, PreRestoreRequest, Object)
Stellen Sie einen bestimmten CloudEndpoint vor.
function preRestoreWithHttpOperationResponse(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, parameters: PreRestoreRequest, 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.
- cloudEndpointName
-
string
Name des Cloud Endpoint-Objekts.
- parameters
- PreRestoreRequest
Textkörper des Cloud Endpoint-Objekts.
- options
-
Object
Gibt zurück
Promise<HttpOperationResponse<void>>
Eine Zusage wird zurückgegeben.
restoreheartbeat(string, string, string, string, Object)
Wiederherstellen des Takts eines bestimmten CloudEndpoint.
function restoreheartbeat(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: 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.
- cloudEndpointName
-
string
Name des Cloud Endpoint-Objekts.
- 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.
restoreheartbeat(string, string, string, string, Object, ServiceCallback<void>)
function restoreheartbeat(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, options: Object, callback: ServiceCallback<void>)
Parameter
- resourceGroupName
-
string
- storageSyncServiceName
-
string
- syncGroupName
-
string
- cloudEndpointName
-
string
- options
-
Object
- callback
-
ServiceCallback<void>
restoreheartbeat(string, string, string, string, ServiceCallback<void>)
function restoreheartbeat(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: string, callback: ServiceCallback<void>)
Parameter
- resourceGroupName
-
string
- storageSyncServiceName
-
string
- syncGroupName
-
string
- cloudEndpointName
-
string
- callback
-
ServiceCallback<void>
restoreheartbeatWithHttpOperationResponse(string, string, string, string, Object)
Wiederherstellen des Takts eines bestimmten CloudEndpoint.
function restoreheartbeatWithHttpOperationResponse(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, cloudEndpointName: 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.
- cloudEndpointName
-
string
Name des Cloud Endpoint-Objekts.
- options
-
Object
Gibt zurück
Promise<HttpOperationResponse<void>>
Eine Zusage wird zurückgegeben.