SharedPrivateLinkResourceProperties.ResourceRegion Property

Definition

Gets or sets optional. Can be used to specify the Azure Resource Manager location of the resource to which a shared private link is to be created. This is only required for those resources whose DNS configuration are regional (such as Azure Kubernetes Service).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to