次の方法で共有


BlobInventoryPolicyDefinition.Schedule プロパティ

定義

必須フィールドを取得または設定します。 このフィールドは、在庫形成をスケジュールするために使用されます。 使用できる値は、'Daily'、'Weekly' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象