StorageSyncServerEndpointCreateOrUpdateContent 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.
The parameters used when creating a server endpoint.
public class StorageSyncServerEndpointCreateOrUpdateContent : Azure.ResourceManager.Models.ResourceData
type StorageSyncServerEndpointCreateOrUpdateContent = class
inherit ResourceData
Public Class StorageSyncServerEndpointCreateOrUpdateContent
Inherits ResourceData
- Inheritance
Constructors
StorageSyncServerEndpointCreateOrUpdateContent() |
Initializes a new instance of StorageSyncServerEndpointCreateOrUpdateContent. |
Properties
CloudTiering |
Cloud Tiering. |
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. |
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. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
ServerLocalPath |
Server Local path. |
ServerResourceId |
Server Resource Id. |
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