Show / Hide Table of Contents

    Class ServerCommunicationLink

    Server communication link.

    Inheritance
    Object
    Resource
    ProxyResource
    ServerCommunicationLink
    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 ServerCommunicationLink : Microsoft.Azure.Management.Sql.Models.ProxyResource

    Constructors

    ServerCommunicationLink()

    Initializes a new instance of the ServerCommunicationLink class.

    Declaration
    public ServerCommunicationLink ();

    ServerCommunicationLink(String, String, String, String, String, String, String)

    Initializes a new instance of the ServerCommunicationLink class.

    Declaration
    public ServerCommunicationLink (string partnerServer, string id = null, string name = null, string type = null, string state = null, string location = null, string kind = null);
    Parameters
    String partnerServer

    The name of the partner server.

    String id

    Resource ID.

    String name

    Resource name.

    String type

    Resource type.

    String state

    The state.

    String location

    Communication link location.

    String kind

    Communication link kind. This property is used for Azure Portal metadata.

    Properties

    Kind

    Gets communication link kind. This property is used for Azure Portal metadata.

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

    Location

    Gets communication link location.

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

    PartnerServer

    Gets or sets the name of the partner server.

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

    State

    Gets the state.

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

    Methods

    Validate()

    Validate the object.

    Declaration
    public virtual void Validate ();
    Exceptions
    ValidationException

    Thrown if validation fails

    Back to top Azure SDK for Net