Partager via


CloudEndpoint Constructeurs

Définition

Surcharges

CloudEndpoint()

Initialise une nouvelle instance de la classe CloudEndpoint.

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

Initialise une nouvelle instance de la classe CloudEndpoint.

CloudEndpoint()

Initialise une nouvelle instance de la classe CloudEndpoint.

public CloudEndpoint ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe CloudEndpoint.

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)

Paramètres

id
String

ID de ressource complet pour la ressource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

nom de la ressource.

type
String

Type de la ressource. Par exemple, « Microsoft.Compute/virtualMachines » ou « Microsoft.Storage/storageAccounts »

systemData
SystemData

Métadonnées Azure Resource Manager contenant les informations createdBy et modifiedBy.

storageAccountResourceId
String

ID de ressource du compte de stockage

azureFileShareName
String

Nom du partage de fichiers Azure

storageAccountTenantId
String

ID de locataire du compte de stockage

partnershipId
String

ID de partenariat

friendlyName
String

Nom convivial

backupEnabled
String

Sauvegarde activée

provisioningState
String

État d’approvisionnement cloudEndpoint

lastWorkflowId
String

CloudEndpoint lastWorkflowId

lastOperationName
String

Nom de l’opération de dernière ressource

changeEnumerationStatus
CloudEndpointChangeEnumerationStatus

Status d’énumération des modifications de point de terminaison cloud

S’applique à