Share via


ICacheNetworkSettings.DnsServer Property

Definition

DNS servers for the cache to use. It will be set from the network configuration if no value is provided.

[Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="DNS servers for the cache to use.  It will be set from the network configuration if no value is provided.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="dnsServers")]
public string[] DnsServer { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="DNS servers for the cache to use.  It will be set from the network configuration if no value is provided.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="dnsServers")>]
member this.DnsServer : string[] with get, set
Public Property DnsServer As String()

Property Value

String[]
Attributes

Applies to