CloudEndpoint Interface
public interface CloudEndpoint
An immutable client-side representation of CloudEndpoint.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
azureFileShareName()
Gets the azure |
| abstract String |
backupEnabled()
Gets the backup |
| abstract Integer |
changeEnumerationIntervalDays()
Gets the change |
|
abstract
Cloud |
changeEnumerationStatus()
Gets the change |
| abstract String |
friendlyName()
Gets the friendly |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Cloud |
innerModel()
Gets the inner com. |
| abstract String |
lastOperationName()
Gets the last |
| abstract String |
lastWorkflowId()
Gets the last |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract String |
partnershipId()
Gets the partnership |
|
abstract
Post |
postBackup(BackupRequest parameters)
Post Backup a given Cloud |
|
abstract
Post |
postBackup(BackupRequest parameters, Context context)
Post Backup a given Cloud |
| abstract void |
postRestore(PostRestoreRequest parameters)
Post Restore a given Cloud |
| abstract void |
postRestore(PostRestoreRequest parameters, Context context)
Post Restore a given Cloud |
| abstract void |
preBackup(BackupRequest parameters)
Pre Backup a given Cloud |
| abstract void |
preBackup(BackupRequest parameters, Context context)
Pre Backup a given Cloud |
| abstract void |
preRestore(PreRestoreRequest parameters)
Pre Restore a given Cloud |
| abstract void |
preRestore(PreRestoreRequest parameters, Context context)
Pre Restore a given Cloud |
| abstract String |
provisioningState()
Gets the provisioning |
|
abstract
Cloud |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Cloud |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
| abstract void |
restoreHeartbeat()
Restore Heartbeat a given Cloud |
|
abstract
Cloud |
restoreHeartbeatWithResponse(Context context)
Restore Heartbeat a given Cloud |
| abstract String |
storageAccountResourceId()
Gets the storage |
| abstract String |
storageAccountTenantId()
Gets the storage |
|
abstract
System |
systemData()
Gets the system |
| abstract void |
triggerChangeDetection(TriggerChangeDetectionParameters parameters)
Triggers detection of changes performed on Azure File share connected to the specified Azure File Sync Cloud Endpoint. |
| abstract void |
triggerChangeDetection(TriggerChangeDetectionParameters parameters, Context context)
Triggers detection of changes performed on Azure File share connected to the specified Azure File Sync Cloud Endpoint. |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Cloud |
Method Details
azureFileShareName
public abstract String azureFileShareName()
Gets the azureFileShareName property: Azure file share name.
Returns:
backupEnabled
public abstract String backupEnabled()
Gets the backupEnabled property: Backup Enabled.
Returns:
changeEnumerationIntervalDays
public abstract Integer changeEnumerationIntervalDays()
Gets the changeEnumerationIntervalDays property: The interval for enumerating changes on the cloud endpoint.
Returns:
changeEnumerationStatus
public abstract CloudEndpointChangeEnumerationStatus changeEnumerationStatus()
Gets the changeEnumerationStatus property: Cloud endpoint change enumeration status.
Returns:
friendlyName
public abstract String friendlyName()
Gets the friendlyName property: Friendly Name.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract CloudEndpointInner innerModel()
Gets the inner com.azure.resourcemanager.storagesync.fluent.models.CloudEndpointInner object.
Returns:
lastOperationName
public abstract String lastOperationName()
Gets the lastOperationName property: Resource Last Operation Name.
Returns:
lastWorkflowId
public abstract String lastWorkflowId()
Gets the lastWorkflowId property: CloudEndpoint lastWorkflowId.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
partnershipId
public abstract String partnershipId()
Gets the partnershipId property: Partnership Id.
Returns:
postBackup
public abstract PostBackupResponse postBackup(BackupRequest parameters)
Post Backup a given CloudEndpoint.
Parameters:
Returns:
postBackup
public abstract PostBackupResponse postBackup(BackupRequest parameters, Context context)
Post Backup a given CloudEndpoint.
Parameters:
Returns:
postRestore
public abstract void postRestore(PostRestoreRequest parameters)
Post Restore a given CloudEndpoint.
Parameters:
postRestore
public abstract void postRestore(PostRestoreRequest parameters, Context context)
Post Restore a given CloudEndpoint.
Parameters:
preBackup
public abstract void preBackup(BackupRequest parameters)
Pre Backup a given CloudEndpoint.
Parameters:
preBackup
public abstract void preBackup(BackupRequest parameters, Context context)
Pre Backup a given CloudEndpoint.
Parameters:
preRestore
public abstract void preRestore(PreRestoreRequest parameters)
Pre Restore a given CloudEndpoint.
Parameters:
preRestore
public abstract void preRestore(PreRestoreRequest parameters, Context context)
Pre Restore a given CloudEndpoint.
Parameters:
provisioningState
public abstract String provisioningState()
Gets the provisioningState property: CloudEndpoint Provisioning State.
Returns:
refresh
public abstract CloudEndpoint refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract CloudEndpoint refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
restoreHeartbeat
public abstract void restoreHeartbeat()
Restore Heartbeat a given CloudEndpoint.
restoreHeartbeatWithResponse
public abstract CloudEndpointsRestoreHeartbeatResponse restoreHeartbeatWithResponse(Context context)
Restore Heartbeat a given CloudEndpoint.
Parameters:
Returns:
storageAccountResourceId
public abstract String storageAccountResourceId()
Gets the storageAccountResourceId property: Storage Account Resource Id.
Returns:
storageAccountTenantId
public abstract String storageAccountTenantId()
Gets the storageAccountTenantId property: Storage Account Tenant Id.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
triggerChangeDetection
public abstract void triggerChangeDetection(TriggerChangeDetectionParameters parameters)
Triggers detection of changes performed on Azure File share connected to the specified Azure File Sync Cloud Endpoint.
Parameters:
triggerChangeDetection
public abstract void triggerChangeDetection(TriggerChangeDetectionParameters parameters, Context context)
Triggers detection of changes performed on Azure File share connected to the specified Azure File Sync Cloud Endpoint.
Parameters:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract CloudEndpoint.Update update()
Begins update for the CloudEndpoint resource.
Returns: