KeyVaultReferenceResourceInner.Location Property

Definition

Gets or sets possible values include: 'ApplicationSetting'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.location")]
public Microsoft.Azure.Management.AppService.Fluent.Models.ConfigReferenceLocation? Location { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.location")>]
member this.Location : Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.ConfigReferenceLocation> with get, set
Public Property Location As Nullable(Of ConfigReferenceLocation)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to