SqlServerCommunicationLinkData Class

Definition

A class representing the SqlServerCommunicationLink data model. Server communication link.

public class SqlServerCommunicationLinkData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Sql.SqlServerCommunicationLinkData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Sql.SqlServerCommunicationLinkData>
type SqlServerCommunicationLinkData = class
    inherit ResourceData
    interface IJsonModel<SqlServerCommunicationLinkData>
    interface IPersistableModel<SqlServerCommunicationLinkData>
Public Class SqlServerCommunicationLinkData
Inherits ResourceData
Implements IJsonModel(Of SqlServerCommunicationLinkData), IPersistableModel(Of SqlServerCommunicationLinkData)
Inheritance
SqlServerCommunicationLinkData
Implements

Constructors

SqlServerCommunicationLinkData()

Initializes a new instance of SqlServerCommunicationLinkData.

Properties

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Kind

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

Location

Communication link location.

Name

The name of the resource.

(Inherited from ResourceData)
PartnerServer

The name of the partner server.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
State

The state.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Explicit Interface Implementations

IJsonModel<SqlServerCommunicationLinkData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SqlServerCommunicationLinkData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SqlServerCommunicationLinkData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SqlServerCommunicationLinkData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SqlServerCommunicationLinkData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to