다음을 통해 공유


MaintenanceConfiguration.ExtensionProperties Property

Definition

Gets or sets extensionProperties of the maintenanceConfiguration

[Newtonsoft.Json.JsonProperty(PropertyName="properties.extensionProperties")]
public System.Collections.Generic.IDictionary<string,string> ExtensionProperties { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.extensionProperties")>]
member this.ExtensionProperties : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property ExtensionProperties As IDictionary(Of String, String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to