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, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageSync.Models.StorageSyncServerEndpointCreateOrUpdateContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageSync.Models.StorageSyncServerEndpointCreateOrUpdateContent>
public class StorageSyncServerEndpointCreateOrUpdateContent : Azure.ResourceManager.Models.ResourceData
type StorageSyncServerEndpointCreateOrUpdateContent = class
inherit ResourceData
interface IJsonModel<StorageSyncServerEndpointCreateOrUpdateContent>
interface IPersistableModel<StorageSyncServerEndpointCreateOrUpdateContent>
type StorageSyncServerEndpointCreateOrUpdateContent = class
inherit ResourceData
Public Class StorageSyncServerEndpointCreateOrUpdateContent
Inherits ResourceData
Implements IJsonModel(Of StorageSyncServerEndpointCreateOrUpdateContent), IPersistableModel(Of StorageSyncServerEndpointCreateOrUpdateContent)
Public Class StorageSyncServerEndpointCreateOrUpdateContent
Inherits ResourceData
- Inheritance
- Implements
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) |
Explicit Interface Implementations
IJsonModel<StorageSyncServerEndpointCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<StorageSyncServerEndpointCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<StorageSyncServerEndpointCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<StorageSyncServerEndpointCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<StorageSyncServerEndpointCreateOrUpdateContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET