Show / Hide Table of Contents

    Class ServerDnsAlias

    A server DNS alias.

    Inheritance
    Object
    Resource
    ProxyResource
    ServerDnsAlias
    Inherited Members
    Resource.Id
    Resource.Name
    Resource.Type
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Azure.Management.Sql.dll
    Syntax
    [Microsoft.Rest.Serialization.JsonTransformation]
    public class ServerDnsAlias : Microsoft.Azure.Management.Sql.Models.ProxyResource

    Constructors

    ServerDnsAlias()

    Initializes a new instance of the ServerDnsAlias class.

    Declaration
    public ServerDnsAlias ();

    ServerDnsAlias(String, String, String, String)

    Initializes a new instance of the ServerDnsAlias class.

    Declaration
    public ServerDnsAlias (string id = null, string name = null, string type = null, string azureDnsRecord = null);
    Parameters
    String id

    Resource ID.

    String name

    Resource name.

    String type

    Resource type.

    String azureDnsRecord

    The fully qualified DNS record for alias

    Properties

    AzureDnsRecord

    Gets the fully qualified DNS record for alias

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="properties.azureDnsRecord")]
    public string AzureDnsRecord { get; }
    Property Value
    String

    Back to top Azure SDK for Net