다음을 통해 공유


MaintenanceConfiguration.MaintenanceScope Property

Definition

Gets or sets maintenanceScope of the configuration. Possible values include: '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to