The storageSyncServices/syncGroups/serverEndpoints resource type can be deployed to:
For a list of changed properties in each API version, see change log.
To create a Microsoft.StorageSync/storageSyncServices/syncGroups/serverEndpoints resource, add the following JSON to your template.
{
"type": "Microsoft.StorageSync/storageSyncServices/syncGroups/serverEndpoints",
"apiVersion": "2022-06-01",
"name": "string",
"properties": {
"cloudTiering": "string",
"friendlyName": "string",
"initialDownloadPolicy": "string",
"initialUploadPolicy": "string",
"localCacheMode": "string",
"offlineDataTransfer": "string",
"offlineDataTransferShareName": "string",
"serverLocalPath": "string",
"serverResourceId": "string",
"tierFilesOlderThanDays": "int",
"volumeFreeSpacePercent": "int"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.StorageSync/storageSyncServices/syncGroups/serverEndpoints' |
apiVersion | The resource api version | '2022-06-01' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
string (required) |
properties | The parameters used to create the server endpoint. | ServerEndpointCreateParametersPropertiesOrServerEndp... |
Name | Description | Value |
---|---|---|
cloudTiering | Cloud Tiering. | 'off' 'on' |
friendlyName | Friendly Name | string |
initialDownloadPolicy | Policy for how namespace and files are recalled during FastDr. | 'AvoidTieredFiles' 'NamespaceOnly' 'NamespaceThenModifiedFiles' |
initialUploadPolicy | Policy for how the initial upload sync session is performed. | 'Merge' 'ServerAuthoritative' |
localCacheMode | Policy for enabling follow-the-sun business models: link local cache to cloud behavior to pre-populate before local access. | 'DownloadNewAndModifiedFiles' 'UpdateLocallyCachedFiles' |
offlineDataTransfer | Offline data transfer | 'off' 'on' |
offlineDataTransferShareName | Offline data transfer share name | string |
serverLocalPath | Server Local path. | string |
serverResourceId | Server Resource Id. | string |
tierFilesOlderThanDays | Tier files older than days. | int |
volumeFreeSpacePercent | Level of free space to be maintained by Cloud Tiering if it is enabled. | int |