Sdílet prostřednictvím


CloudEndpoint Constructors

Definition

Overloads

CloudEndpoint()

Initializes a new instance of the CloudEndpoint class.

CloudEndpoint(String, String, String, SystemData, String, String, String, String, String, String, String, String, String, CloudEndpointChangeEnumerationStatus)

Initializes a new instance of the CloudEndpoint class.

CloudEndpoint()

Initializes a new instance of the CloudEndpoint class.

public CloudEndpoint ();
Public Sub New ()

Applies to

CloudEndpoint(String, String, String, SystemData, String, String, String, String, String, String, String, String, String, CloudEndpointChangeEnumerationStatus)

Initializes a new instance of the CloudEndpoint class.

public CloudEndpoint (string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorageSync.Models.SystemData systemData = default, string storageAccountResourceId = default, string azureFileShareName = default, string storageAccountTenantId = default, string partnershipId = default, string friendlyName = default, string backupEnabled = default, string provisioningState = default, string lastWorkflowId = default, string lastOperationName = default, Microsoft.Azure.Management.StorageSync.Models.CloudEndpointChangeEnumerationStatus changeEnumerationStatus = default);
new Microsoft.Azure.Management.StorageSync.Models.CloudEndpoint : string * string * string * Microsoft.Azure.Management.StorageSync.Models.SystemData * string * string * string * string * string * string * string * string * string * Microsoft.Azure.Management.StorageSync.Models.CloudEndpointChangeEnumerationStatus -> Microsoft.Azure.Management.StorageSync.Models.CloudEndpoint
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional storageAccountResourceId As String = Nothing, Optional azureFileShareName As String = Nothing, Optional storageAccountTenantId As String = Nothing, Optional partnershipId As String = Nothing, Optional friendlyName As String = Nothing, Optional backupEnabled As String = Nothing, Optional provisioningState As String = Nothing, Optional lastWorkflowId As String = Nothing, Optional lastOperationName As String = Nothing, Optional changeEnumerationStatus As CloudEndpointChangeEnumerationStatus = 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.

storageAccountResourceId
String

Storage Account Resource Id

azureFileShareName
String

Azure file share name

storageAccountTenantId
String

Storage Account Tenant Id

partnershipId
String

Partnership Id

friendlyName
String

Friendly Name

backupEnabled
String

Backup Enabled

provisioningState
String

CloudEndpoint Provisioning State

lastWorkflowId
String

CloudEndpoint lastWorkflowId

lastOperationName
String

Resource Last Operation Name

changeEnumerationStatus
CloudEndpointChangeEnumerationStatus

Cloud endpoint change enumeration status

Applies to