次の方法で共有


AzurePowerShellScript.RetentionInterval プロパティ

定義

サービスがターミナル状態に達した後にスクリプト リソースを保持する間隔を取得または設定します。 リソースは、この期間の有効期限が切れると削除されます。 期間は ISO 8601 パターンに基づいています (たとえば、P7D は 1 週間を意味します)。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.retentionInterval")]
public TimeSpan RetentionInterval { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.retentionInterval")>]
member this.RetentionInterval : TimeSpan with get, set
Public Property RetentionInterval As TimeSpan

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象