C# Класс Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Services.AzureSqlServerCommunicationLinkCommunicator

This class is responsible for all the REST communication with the endpoints
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
GetCurrentSqlClient Microsoft.Azure.Management.Sql.SqlManagementClient

Открытые методы

Метод Описание
AzureSqlServerCommunicationLinkCommunicator ( Microsoft.Azure.Common.Authentication.Models.AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication

Creates a communicator for Azure Sql Elastic Pool

CreateOrUpdate ( string resourceGroupName, string serverName, string communicationLinkName, string clientRequestId, Microsoft.Azure.Management.Sql.Models.ServerCommunicationLinkCreateOrUpdateParameters parameters ) : Management.Sql.Models.ServerCommunicationLink

Creates or updates a server communication link

Get ( string resourceGroupName, string serverName, string communicationLinkName, string clientRequestId ) : Management.Sql.Models.ServerCommunicationLink

Gets a server communication link

List ( string resourceGroupName, string serverName, string clientRequestId ) : IList

Lists server communication links

Remove ( string resourceGroupName, string serverName, string communicationLinkName, string clientRequestId ) : void

Deletes a server communication link

Приватные методы

Метод Описание
GetCurrentSqlClient ( String clientRequestId ) : Microsoft.Azure.Management.Sql.SqlManagementClient

Retrieve the SQL Management client for the currently selected subscription, adding the session and request id tracing headers for the current cmdlet invocation.

Описание методов

AzureSqlServerCommunicationLinkCommunicator() публичный Метод

Creates a communicator for Azure Sql Elastic Pool
public AzureSqlServerCommunicationLinkCommunicator ( Microsoft.Azure.Common.Authentication.Models.AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication
context Microsoft.Azure.Common.Authentication.Models.AzureContext
Результат Microsoft.Azure.Commands.Common.Authentication

CreateOrUpdate() публичный Метод

Creates or updates a server communication link
public CreateOrUpdate ( string resourceGroupName, string serverName, string communicationLinkName, string clientRequestId, Microsoft.Azure.Management.Sql.Models.ServerCommunicationLinkCreateOrUpdateParameters parameters ) : Management.Sql.Models.ServerCommunicationLink
resourceGroupName string
serverName string
communicationLinkName string
clientRequestId string
parameters Microsoft.Azure.Management.Sql.Models.ServerCommunicationLinkCreateOrUpdateParameters
Результат Management.Sql.Models.ServerCommunicationLink

Get() публичный Метод

Gets a server communication link
public Get ( string resourceGroupName, string serverName, string communicationLinkName, string clientRequestId ) : Management.Sql.Models.ServerCommunicationLink
resourceGroupName string
serverName string
communicationLinkName string
clientRequestId string
Результат Management.Sql.Models.ServerCommunicationLink

List() публичный Метод

Lists server communication links
public List ( string resourceGroupName, string serverName, string clientRequestId ) : IList
resourceGroupName string
serverName string
clientRequestId string
Результат IList

Remove() публичный Метод

Deletes a server communication link
public Remove ( string resourceGroupName, string serverName, string communicationLinkName, string clientRequestId ) : void
resourceGroupName string
serverName string
communicationLinkName string
clientRequestId string
Результат void