你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzureFileShareProtectableItem 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
AzureFileShareProtectableItem() |
初始化 AzureFileShareProtectableItem 类的新实例。 |
AzureFileShareProtectableItem(String, String, String, String, String, String, String) |
初始化 AzureFileShareProtectableItem 类的新实例。 |
AzureFileShareProtectableItem()
初始化 AzureFileShareProtectableItem 类的新实例。
public AzureFileShareProtectableItem();
Public Sub New ()
适用于
AzureFileShareProtectableItem(String, String, String, String, String, String, String)
初始化 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)
参数
- backupManagementType
- String
备份项的备份管理类型。
- workloadType
- String
备份管理的工作负荷类型
- friendlyName
- String
备份项的友好名称。
- protectionState
- String
备份项的状态。 可能的值包括:“Invalid”、“NotProtected”、“Protecting”、“Protected”、“ProtectionFailed”
- parentContainerFabricId
- String
此可保护项所属的容器的完整构造 ID。 例如,ARM ID。
- parentContainerFriendlyName
- String
此可保护项所属的容器的友好名称。
- azureFileShareType
- String
文件共享类型 XSync 或 XSMB。 可能的值包括:“Invalid”、“XSMB”、“XSync”