C# 클래스 Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Services.AzureSqlServerCommunicationLinkAdapter

Adapter for Server communication link operations
파일 보기 프로젝트 열기: Azure/azure-powershell

Private Properties

프로퍼티 타입 설명
CreateServerCommunicationLinkModelFromResponse Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel
GetServerCommunicationLink Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel
ListServerCommunicationLinks ICollection
UpsertServerCommunicationLink Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel

공개 메소드들

메소드 설명
AzureSqlServerCommunicationLinkAdapter ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication.Models

Constructs an adapter

GetServerLocation ( string resourceGroupName, string serverName ) : string

Gets the Location of the server.

RemoveServerCommunicationLink ( string resourceGroupName, string serverName, string communicationLinkName ) : void

Deletes a Server communication link

비공개 메소드들

메소드 설명
CreateServerCommunicationLinkModelFromResponse ( string resourceGroup, string serverName, Management link ) : AzureSqlServerCommunicationLinkModel

Converts the response from the service to a powershell database object

GetServerCommunicationLink ( string resourceGroupName, string serverName, string communicationLinkName ) : AzureSqlServerCommunicationLinkModel

Gets a Azure Sql Server communication link by name.

ListServerCommunicationLinks ( string resourceGroupName, string serverName ) : ICollection

Gets a list of Azure Sql Server communication links.

UpsertServerCommunicationLink ( AzureSqlServerCommunicationLinkModel model ) : AzureSqlServerCommunicationLinkModel

Creates or updates a Azure Sql Server communication link.

메소드 상세

AzureSqlServerCommunicationLinkAdapter() 공개 메소드

Constructs an adapter
public AzureSqlServerCommunicationLinkAdapter ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication.Models
context Microsoft.Azure.Commands.Common.Authentication.Models.AzureContext
리턴 Microsoft.Azure.Commands.Common.Authentication.Models

GetServerLocation() 공개 메소드

Gets the Location of the server.
public GetServerLocation ( string resourceGroupName, string serverName ) : string
resourceGroupName string The resource group the server is in
serverName string The name of the server
리턴 string

RemoveServerCommunicationLink() 공개 메소드

Deletes a Server communication link
public RemoveServerCommunicationLink ( string resourceGroupName, string serverName, string communicationLinkName ) : void
resourceGroupName string The resource group the server is in
serverName string The name of the Azure Sql Database Server
communicationLinkName string The name of the Azure Sql server communication link to delete
리턴 void