The storageSyncServices/syncGroups/cloudEndpoints 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/cloudEndpoints resource, add the following JSON to your template.
{
"type": "Microsoft.StorageSync/storageSyncServices/syncGroups/cloudEndpoints",
"apiVersion": "2022-06-01",
"name": "string",
"properties": {
"azureFileShareName": "string",
"friendlyName": "string",
"storageAccountResourceId": "string",
"storageAccountTenantId": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.StorageSync/storageSyncServices/syncGroups/cloudEndpoints' |
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 cloud endpoint. | CloudEndpointCreateParametersPropertiesOrCloudEndpoi... |
Name | Description | Value |
---|---|---|
azureFileShareName | Azure file share name | string |
friendlyName | Friendly Name | string |
storageAccountResourceId | Storage Account Resource Id | string |
storageAccountTenantId | Storage Account Tenant Id | string |