C# 클래스 Microsoft.Azure.Commands.Sql.Server.Services.AzureSqlServerCommunicator

This class is responsible for all the REST communication with the audit REST endpoints
파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetCurrentSqlClient Microsoft.Azure.Management.Sql.SqlManagementClient

공개 메소드들

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

Creates a communicator for Azure Sql Databases

CreateOrUpdate ( string resourceGroupName, string serverName, string clientRequestId, Microsoft.Azure.Management.Sql.Models.ServerCreateOrUpdateParameters parameters ) : Management.Sql.Models.Server

Creates or updates a Azure Sql Database SErver

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

Gets the Azure Sql Database SErver

List ( string resourceGroupName, string clientRequestId ) : IList

Lists Azure Sql Database Servers

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

Deletes a Azure Sql Database SErver

비공개 메소드들

메소드 설명
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.

메소드 상세

AzureSqlServerCommunicator() 공개 메소드

Creates a communicator for Azure Sql Databases
public AzureSqlServerCommunicator ( 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 Azure Sql Database SErver
public CreateOrUpdate ( string resourceGroupName, string serverName, string clientRequestId, Microsoft.Azure.Management.Sql.Models.ServerCreateOrUpdateParameters parameters ) : Management.Sql.Models.Server
resourceGroupName string
serverName string
clientRequestId string
parameters Microsoft.Azure.Management.Sql.Models.ServerCreateOrUpdateParameters
리턴 Management.Sql.Models.Server

Get() 공개 메소드

Gets the Azure Sql Database SErver
public Get ( string resourceGroupName, string serverName, string clientRequestId ) : Management.Sql.Models.Server
resourceGroupName string
serverName string
clientRequestId string
리턴 Management.Sql.Models.Server

List() 공개 메소드

Lists Azure Sql Database Servers
public List ( string resourceGroupName, string clientRequestId ) : IList
resourceGroupName string
clientRequestId string
리턴 IList

Remove() 공개 메소드

Deletes a Azure Sql Database SErver
public Remove ( string resourceGroupName, string serverName, string clientRequestId ) : void
resourceGroupName string
serverName string
clientRequestId string
리턴 void