次の方法で共有


ArmSqlModelFactory.LongTermRetentionPolicyData メソッド

定義

LongTermRetentionPolicyData の新しいインスタンスを初期化します。

public static Azure.ResourceManager.Sql.LongTermRetentionPolicyData LongTermRetentionPolicyData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string weeklyRetention = default, string monthlyRetention = default, string yearlyRetention = default, int? weekOfYear = default);
static member LongTermRetentionPolicyData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * Nullable<int> -> Azure.ResourceManager.Sql.LongTermRetentionPolicyData
Public Shared Function LongTermRetentionPolicyData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional weeklyRetention As String = Nothing, Optional monthlyRetention As String = Nothing, Optional yearlyRetention As String = Nothing, Optional weekOfYear As Nullable(Of Integer) = Nothing) As LongTermRetentionPolicyData

パラメーター

name
String

名前。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

weeklyRetention
String

ISO 8601 形式の LTR バックアップの週単位の保持ポリシー。

monthlyRetention
String

ISO 8601 形式の LTR バックアップの月単位の保持ポリシー。

yearlyRetention
String

ISO 8601 形式の LTR バックアップの年間保持ポリシー。

weekOfYear
Nullable<Int32>

ISO 8601 形式の年単位のバックアップを取得する年の週。

戻り値

モック作成用の新しい LongTermRetentionPolicyData インスタンス。

適用対象