Sdílet prostřednictvím


ServerEndpointCreateParameters Constructors

Definition

Overloads

ServerEndpointCreateParameters()

Initializes a new instance of the ServerEndpointCreateParameters class.

ServerEndpointCreateParameters(String, String, String, SystemData, String, String, Nullable<Int32>, Nullable<Int32>, String, String, String, String, String, String, String)

Initializes a new instance of the ServerEndpointCreateParameters class.

ServerEndpointCreateParameters()

Initializes a new instance of the ServerEndpointCreateParameters class.

public ServerEndpointCreateParameters ();
Public Sub New ()

Applies to

ServerEndpointCreateParameters(String, String, String, SystemData, String, String, Nullable<Int32>, Nullable<Int32>, String, String, String, String, String, String, String)

Initializes a new instance of the ServerEndpointCreateParameters class.

public ServerEndpointCreateParameters (string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorageSync.Models.SystemData systemData = default, string serverLocalPath = default, string cloudTiering = default, int? volumeFreeSpacePercent = default, int? tierFilesOlderThanDays = default, string friendlyName = default, string serverResourceId = default, string offlineDataTransfer = default, string offlineDataTransferShareName = default, string initialDownloadPolicy = default, string localCacheMode = default, string initialUploadPolicy = default);
new Microsoft.Azure.Management.StorageSync.Models.ServerEndpointCreateParameters : string * string * string * Microsoft.Azure.Management.StorageSync.Models.SystemData * string * string * Nullable<int> * Nullable<int> * string * string * string * string * string * string * string -> Microsoft.Azure.Management.StorageSync.Models.ServerEndpointCreateParameters
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional serverLocalPath As String = Nothing, Optional cloudTiering As String = Nothing, Optional volumeFreeSpacePercent As Nullable(Of Integer) = Nothing, Optional tierFilesOlderThanDays As Nullable(Of Integer) = Nothing, Optional friendlyName As String = Nothing, Optional serverResourceId As String = Nothing, Optional offlineDataTransfer As String = Nothing, Optional offlineDataTransferShareName As String = Nothing, Optional initialDownloadPolicy As String = Nothing, Optional localCacheMode As String = Nothing, Optional initialUploadPolicy As String = Nothing)

Parameters

id
String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

The name of the resource

type
String

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

serverLocalPath
String

Server Local path.

cloudTiering
String

Cloud Tiering. Possible values include: 'on', 'off'

volumeFreeSpacePercent
Nullable<Int32>

Level of free space to be maintained by Cloud Tiering if it is enabled.

tierFilesOlderThanDays
Nullable<Int32>

Tier files older than days.

friendlyName
String

Friendly Name

serverResourceId
String

Server Resource Id.

offlineDataTransfer
String

Offline data transfer. Possible values include: 'on', 'off'

offlineDataTransferShareName
String

Offline data transfer share name

initialDownloadPolicy
String

Policy for how namespace and files are recalled during FastDr. Possible values include: 'NamespaceOnly', 'NamespaceThenModifiedFiles', 'AvoidTieredFiles'

localCacheMode
String

Policy for enabling follow-the-sun business models: link local cache to cloud behavior to pre-populate before local access. Possible values include: 'DownloadNewAndModifiedFiles', 'UpdateLocallyCachedFiles'

initialUploadPolicy
String

Policy for how the initial upload sync session is performed. Possible values include: 'ServerAuthoritative', 'Merge'

Applies to