HostedServiceGetDetailedResponse::Deployment::DnsSettings Property

 

Gets or sets an DnsSettings object that defines the custom DNS settings for the deployment.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

public:
property DnsSettings^ DnsSettings {
	DnsSettings^ get();
	void set(DnsSettings^ value);
}
Return to top
Show: