VirtualMachineCreateDeploymentParameters.DnsSettings Property
Gets or sets a collection of DnsSettings objects that define the list of DNS servers to associate with the deployment.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public DnsSettings DnsSettings { get; set; }
public:
property DnsSettings^ DnsSettings {
DnsSettings^ get();
void set(DnsSettings^ value);
}
member DnsSettings : DnsSettings with get, set
Public Property DnsSettings As DnsSettings
Property Value
Type: Microsoft.WindowsAzure.Management.Compute.Models.DnsSettings
A collection of DnsSettings objects.
See Also
VirtualMachineCreateDeploymentParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top