次の方法で共有


ResourceVersionPolicyConfiguration.DefaultProperty プロパティ

定義

すべてのリソースの履歴を追跡するための既定値を取得または設定します。 使用可能な値は、'no-version'、'versioned'、'versioned-update' です。

[Newtonsoft.Json.JsonProperty(PropertyName="default")]
public string DefaultProperty { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="default")>]
member this.DefaultProperty : string with get, set
Public Property DefaultProperty As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象