HostedServiceGetDetailedResponse::Deployment::DnsSettings Property
Gets or sets an DnsSettings object that defines the custom DNS settings for the deployment.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
public: property DnsSettings^ DnsSettings { DnsSettings^ get(); void set(DnsSettings^ value); }
Property Value
Type: Microsoft.WindowsAzure.Management.Compute.Models::DnsSettings^An DnsSettings object.
Show: