共用方式為


CloudEndpointsOperationsExtensions Class

Definition

Extension methods for CloudEndpointsOperations.

public static class CloudEndpointsOperationsExtensions
type CloudEndpointsOperationsExtensions = class
Public Module CloudEndpointsOperationsExtensions
Inheritance
CloudEndpointsOperationsExtensions

Methods

BeginCreate(ICloudEndpointsOperations, String, String, String, String, CloudEndpointCreateParameters)

Create a new CloudEndpoint.

BeginCreateAsync(ICloudEndpointsOperations, String, String, String, String, CloudEndpointCreateParameters, CancellationToken)

Create a new CloudEndpoint.

BeginDelete(ICloudEndpointsOperations, String, String, String, String)

Delete a given CloudEndpoint.

BeginDeleteAsync(ICloudEndpointsOperations, String, String, String, String, CancellationToken)

Delete a given CloudEndpoint.

BeginPostBackup(ICloudEndpointsOperations, String, String, String, String, String)

Post Backup a given CloudEndpoint.

BeginPostBackupAsync(ICloudEndpointsOperations, String, String, String, String, String, CancellationToken)

Post Backup a given CloudEndpoint.

BeginPostRestore(ICloudEndpointsOperations, String, String, String, String, PostRestoreRequest)

Post Restore a given CloudEndpoint.

BeginPostRestoreAsync(ICloudEndpointsOperations, String, String, String, String, PostRestoreRequest, CancellationToken)

Post Restore a given CloudEndpoint.

BeginPreBackup(ICloudEndpointsOperations, String, String, String, String, String)

Pre Backup a given CloudEndpoint.

BeginPreBackupAsync(ICloudEndpointsOperations, String, String, String, String, String, CancellationToken)

Pre Backup a given CloudEndpoint.

BeginPreRestore(ICloudEndpointsOperations, String, String, String, String, PreRestoreRequest)

Pre Restore a given CloudEndpoint.

BeginPreRestoreAsync(ICloudEndpointsOperations, String, String, String, String, PreRestoreRequest, CancellationToken)

Pre Restore a given CloudEndpoint.

BeginTriggerChangeDetection(ICloudEndpointsOperations, String, String, String, String, TriggerChangeDetectionParameters)

Triggers detection of changes performed on Azure File share connected to the specified Azure File Sync Cloud Endpoint.

BeginTriggerChangeDetectionAsync(ICloudEndpointsOperations, String, String, String, String, TriggerChangeDetectionParameters, CancellationToken)

Triggers detection of changes performed on Azure File share connected to the specified Azure File Sync Cloud Endpoint.

Create(ICloudEndpointsOperations, String, String, String, String, CloudEndpointCreateParameters)

Create a new CloudEndpoint.

CreateAsync(ICloudEndpointsOperations, String, String, String, String, CloudEndpointCreateParameters, CancellationToken)

Create a new CloudEndpoint.

Delete(ICloudEndpointsOperations, String, String, String, String)

Delete a given CloudEndpoint.

DeleteAsync(ICloudEndpointsOperations, String, String, String, String, CancellationToken)

Delete a given CloudEndpoint.

Get(ICloudEndpointsOperations, String, String, String, String)

Get a given CloudEndpoint.

GetAsync(ICloudEndpointsOperations, String, String, String, String, CancellationToken)

Get a given CloudEndpoint.

ListBySyncGroup(ICloudEndpointsOperations, String, String, String)

Get a CloudEndpoint List.

ListBySyncGroupAsync(ICloudEndpointsOperations, String, String, String, CancellationToken)

Get a CloudEndpoint List.

PostBackup(ICloudEndpointsOperations, String, String, String, String, String)

Post Backup a given CloudEndpoint.

PostBackupAsync(ICloudEndpointsOperations, String, String, String, String, String, CancellationToken)

Post Backup a given CloudEndpoint.

PostRestore(ICloudEndpointsOperations, String, String, String, String, PostRestoreRequest)

Post Restore a given CloudEndpoint.

PostRestoreAsync(ICloudEndpointsOperations, String, String, String, String, PostRestoreRequest, CancellationToken)

Post Restore a given CloudEndpoint.

PreBackup(ICloudEndpointsOperations, String, String, String, String, String)

Pre Backup a given CloudEndpoint.

PreBackupAsync(ICloudEndpointsOperations, String, String, String, String, String, CancellationToken)

Pre Backup a given CloudEndpoint.

PreRestore(ICloudEndpointsOperations, String, String, String, String, PreRestoreRequest)

Pre Restore a given CloudEndpoint.

PreRestoreAsync(ICloudEndpointsOperations, String, String, String, String, PreRestoreRequest, CancellationToken)

Pre Restore a given CloudEndpoint.

Restoreheartbeat(ICloudEndpointsOperations, String, String, String, String)

Restore Heartbeat a given CloudEndpoint.

RestoreheartbeatAsync(ICloudEndpointsOperations, String, String, String, String, CancellationToken)

Restore Heartbeat a given CloudEndpoint.

TriggerChangeDetection(ICloudEndpointsOperations, String, String, String, String, TriggerChangeDetectionParameters)

Triggers detection of changes performed on Azure File share connected to the specified Azure File Sync Cloud Endpoint.

TriggerChangeDetectionAsync(ICloudEndpointsOperations, String, String, String, String, TriggerChangeDetectionParameters, CancellationToken)

Triggers detection of changes performed on Azure File share connected to the specified Azure File Sync Cloud Endpoint.

Applies to