C# Класс Microsoft.Azure.Commands.Sql.SecureConnection.Services.SecureConnectionEndpointsCommunicator

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

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