次の方法で共有


MaintenanceConfiguration.MaintenanceScope プロパティ

定義

構成の maintenanceScope を取得または設定します。 使用できる値は、'Host'、'Resource'、'OSImage'、'Extension'、'InGuestPatch'、'SQLDB'、'SQLManagedInstance' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象