Share via


HostName.AzureResourceName Property

Definition

Gets or sets name of the Azure resource the hostname is assigned to. If it is assigned to a Traffic Manager then it will be the Traffic Manager name otherwise it will be the app name.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to