Partager via


AzureFileShareProtectableItem Constructeurs

Définition

Surcharges

AzureFileShareProtectableItem()

Initialise une nouvelle instance de la classe AzureFileShareProtectableItem.

AzureFileShareProtectableItem(String, String, String, String, String, String, String)

Initialise une nouvelle instance de la classe AzureFileShareProtectableItem.

AzureFileShareProtectableItem()

Initialise une nouvelle instance de la classe AzureFileShareProtectableItem.

public AzureFileShareProtectableItem ();
Public Sub New ()

S’applique à

AzureFileShareProtectableItem(String, String, String, String, String, String, String)

Initialise une nouvelle instance de la classe AzureFileShareProtectableItem.

public AzureFileShareProtectableItem (string backupManagementType = default, string workloadType = default, string friendlyName = default, string protectionState = default, string parentContainerFabricId = default, string parentContainerFriendlyName = default, string azureFileShareType = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureFileShareProtectableItem : string * string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureFileShareProtectableItem
Public Sub New (Optional backupManagementType As String = Nothing, Optional workloadType As String = Nothing, Optional friendlyName As String = Nothing, Optional protectionState As String = Nothing, Optional parentContainerFabricId As String = Nothing, Optional parentContainerFriendlyName As String = Nothing, Optional azureFileShareType As String = Nothing)

Paramètres

backupManagementType
String

Type de gestion des sauvegardes pour sauvegarder un élément.

workloadType
String

Type de charge de travail pour la gestion des sauvegardes

friendlyName
String

Nom convivial de l’élément de sauvegarde.

protectionState
String

État de l’élément de sauvegarde. Les valeurs possibles sont les suivantes : « Invalid », « NotProtected », « Protecting », « Protected », « ProtectionFailed »

parentContainerFabricId
String

ID de structure complète du conteneur auquel appartient cet élément pouvant être protégé. Par exemple, ID ARM.

parentContainerFriendlyName
String

Nom convivial du conteneur auquel cet élément pouvant être protégé appartient.

azureFileShareType
String

Type de partage de fichiers XSync ou XSMB. Les valeurs possibles sont les suivantes : 'Invalid', 'XSMB', 'XSync'

S’applique à