你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureStorageContainer 类

定义

Azure 存储帐户特定于工作负载的容器。

[Newtonsoft.Json.JsonObject("StorageContainer")]
public class AzureStorageContainer : Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionContainer
[<Newtonsoft.Json.JsonObject("StorageContainer")>]
type AzureStorageContainer = class
    inherit ProtectionContainer
Public Class AzureStorageContainer
Inherits ProtectionContainer
继承
AzureStorageContainer
属性
Newtonsoft.Json.JsonObjectAttribute

构造函数

AzureStorageContainer()

初始化 AzureStorageContainer 类的新实例。

AzureStorageContainer(String, String, String, String, String, String, String, String, Nullable<Int64>, String)

初始化 AzureStorageContainer 类的新实例。

属性

AcquireStorageAccountLock

获取或设置是否要为此容器获取存储帐户锁。 可能的值包括:“Acquire”、“NotAcquire”

BackupManagementType

获取或设置容器的备份管理类型。 可能的值包括:“Invalid”、“AzureIaasVM”、“MAB”、“DPM”、“AzureBackupServer”、“AzureSql”、“AzureStorage”、“AzureWorkload”、“DefaultBackup”

(继承自 ProtectionContainer)
FriendlyName

获取或设置容器的友好名称。

(继承自 ProtectionContainer)
HealthStatus

获取或设置容器的运行状况状态。

(继承自 ProtectionContainer)
ProtectableObjectType

获取或设置与此容器关联的可保护对象的类型

(继承自 ProtectionContainer)
ProtectedItemCount

获取或设置在此容器中备份的项数。

RegistrationStatus

获取或设置容器在恢复服务保管库中的注册状态。

(继承自 ProtectionContainer)
ResourceGroup

获取或设置恢复服务保管库的资源组名称。

SourceResourceId

获取或设置完全限定的 ARM URL。

StorageAccountVersion

获取或设置存储帐户版本。

适用于