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

DataProtectionRetentionRule 构造函数

定义

初始化 DataProtectionRetentionRule 的新实例。

public DataProtectionRetentionRule (string name, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataProtectionBackup.Models.SourceLifeCycle> lifecycles);
new Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionRetentionRule : string * seq<Azure.ResourceManager.DataProtectionBackup.Models.SourceLifeCycle> -> Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionRetentionRule
Public Sub New (name As String, lifecycles As IEnumerable(Of SourceLifeCycle))

参数

name
String

例外

namelifecycles 为 null。

适用于