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

The SqlSecureConnectionClient class is responsible for transforming the data that was received form the endpoints to the cmdlets model of auditing policy and vice versa
파일 보기 프로젝트 열기: Azure/azure-powershell

Private Properties

프로퍼티 타입 설명
ModelizeDatabaseSecureConnectionPolicy Microsoft.Azure.Commands.Sql.SecureConnection.Model.DatabaseSecureConnectionPolicyModel

공개 메소드들

메소드 설명
GetDatabaseSecureConnectionPolicy ( string resourceGroup, string serverName, string databaseName, string requestId ) : DatabaseSecureConnectionPolicyModel

Provides the cmdlet model representation of a specific database secure connection policy

SqlSecureConnectionAdapter ( Microsoft.Azure.Common.Authentication.Models.AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication.Models

비공개 메소드들

메소드 설명
ModelizeDatabaseSecureConnectionPolicy ( Microsoft.Azure.Management.Sql.Models.DatabaseSecureConnectionPolicy policy ) : DatabaseSecureConnectionPolicyModel

Transforms a secure connection policy object to its cmdlet model representation

메소드 상세

GetDatabaseSecureConnectionPolicy() 공개 메소드

Provides the cmdlet model representation of a specific database secure connection policy
public GetDatabaseSecureConnectionPolicy ( string resourceGroup, string serverName, string databaseName, string requestId ) : DatabaseSecureConnectionPolicyModel
resourceGroup string
serverName string
databaseName string
requestId string
리턴 Microsoft.Azure.Commands.Sql.SecureConnection.Model.DatabaseSecureConnectionPolicyModel

SqlSecureConnectionAdapter() 공개 메소드

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