你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServiceResourceProperties.ServiceDnsName 属性

定义

获取或设置用于服务的 dns 名称。 如果指定了这一点,则可以通过其 DNS 名称(而不是服务名称)访问服务。

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

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于