C# 클래스 Microsoft.Azure.Commands.Sql.SecureConnection.Services.SecureConnectionEndpointsCommunicator

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

Private Properties

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

공개 메소드들

메소드 설명
GetDatabaseSecureConnectionPolicy ( string resourceGroupName, string serverName, string databaseName, string clientRequestId ) : Microsoft.Azure.Management.Sql.Models.DatabaseSecureConnectionPolicy

Get the secure connection policy for a specific database

SecureConnectionEndpointsCommunicator ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication
SetDatabaseSecureConnectionPolicy ( string resourceGroupName, string serverName, string databaseName, string clientRequestId, Microsoft.Azure.Management.Sql.Models.DatabaseSecureConnectionPolicyCreateOrUpdateParameters parameters ) : void

Set (or create) the secure connection policy for a specific database

비공개 메소드들

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

메소드 상세

GetDatabaseSecureConnectionPolicy() 공개 메소드

Get the secure connection policy for a specific database
public GetDatabaseSecureConnectionPolicy ( string resourceGroupName, string serverName, string databaseName, string clientRequestId ) : Microsoft.Azure.Management.Sql.Models.DatabaseSecureConnectionPolicy
resourceGroupName string
serverName string
databaseName string
clientRequestId string
리턴 Microsoft.Azure.Management.Sql.Models.DatabaseSecureConnectionPolicy

SecureConnectionEndpointsCommunicator() 공개 메소드

public SecureConnectionEndpointsCommunicator ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication
context Microsoft.Azure.Commands.Common.Authentication.Models.AzureContext
리턴 Microsoft.Azure.Commands.Common.Authentication

SetDatabaseSecureConnectionPolicy() 공개 메소드

Set (or create) the secure connection policy for a specific database
public SetDatabaseSecureConnectionPolicy ( string resourceGroupName, string serverName, string databaseName, string clientRequestId, Microsoft.Azure.Management.Sql.Models.DatabaseSecureConnectionPolicyCreateOrUpdateParameters parameters ) : void
resourceGroupName string
serverName string
databaseName string
clientRequestId string
parameters Microsoft.Azure.Management.Sql.Models.DatabaseSecureConnectionPolicyCreateOrUpdateParameters
리턴 void