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)

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

An DnsSettings object.

See Also

HostedServiceGetDetailedResponse.Deployment Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top