StorageSyncServerEndpointData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class representing the StorageSyncServerEndpoint data model. Server Endpoint object.
public class StorageSyncServerEndpointData : Azure.ResourceManager.Models.ResourceData
type StorageSyncServerEndpointData = class
inherit ResourceData
Public Class StorageSyncServerEndpointData
Inherits ResourceData
- Inheritance
Constructors
StorageSyncServerEndpointData() |
Initializes a new instance of StorageSyncServerEndpointData. |
Properties
CloudTiering |
Cloud Tiering. |
CloudTieringStatus |
Cloud tiering status. Only populated if cloud tiering is enabled. |
FriendlyName |
Friendly Name. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
InitialDownloadPolicy |
Policy for how namespace and files are recalled during FastDr. |
InitialUploadPolicy |
Policy for how the initial upload sync session is performed. |
LastOperationName |
Resource Last Operation Name. |
LastWorkflowId |
ServerEndpoint lastWorkflowId. |
LocalCacheMode |
Policy for enabling follow-the-sun business models: link local cache to cloud behavior to pre-populate before local access. |
Name |
The name of the resource. (Inherited from ResourceData) |
OfflineDataTransfer |
Offline data transfer. |
OfflineDataTransferShareName |
Offline data transfer share name. |
OfflineDataTransferStorageAccountResourceId |
Offline data transfer storage account resource ID. |
OfflineDataTransferStorageAccountTenantId |
Offline data transfer storage account tenant ID. |
ProvisioningState |
ServerEndpoint Provisioning State. |
RecallStatus |
Recall status. Only populated if cloud tiering is enabled. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
ServerLocalPath |
Server Local path. |
ServerName |
Server name. |
ServerResourceId |
Server Resource Id. |
SyncStatus |
Server Endpoint sync status. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
TierFilesOlderThanDays |
Tier files older than days. |
VolumeFreeSpacePercent |
Level of free space to be maintained by Cloud Tiering if it is enabled. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Applies to
Azure SDK for .NET