C# 클래스 Microsoft.Azure.Commands.Sql.Auditing.Services.AuditingEndpointsCommunicator

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

공개 메소드들

메소드 설명
AuditingEndpointsCommunicator ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication
GetDatabaseAuditingPolicy ( string resourceGroupName, string serverName, string databaseName, string clientRequestId, Microsoft.Azure.Management.Sql.Models.BlobAuditingPolicy &policy ) : void

Gets the database blob auditing policy for the given database in the given database server in the given resource group

GetDatabaseAuditingPolicy ( string resourceGroupName, string serverName, string databaseName, string clientRequestId, Microsoft.Azure.Management.Sql.Models.DatabaseAuditingPolicy &policy ) : void

Gets the database auditing policy for the given database in the given database server in the given resource group

GetServerAuditingPolicy ( string resourceGroupName, string serverName, string clientRequestId, Microsoft.Azure.Management.Sql.Models.BlobAuditingPolicy &policy ) : void

Gets the database server blob auditing policy for the given database server in the given resource group

GetServerAuditingPolicy ( string resourceGroupName, string serverName, string clientRequestId, Microsoft.Azure.Management.Sql.Models.ServerAuditingPolicy &policy ) : void

Gets the database server auditing policy for the given database server in the given resource group

GetServerCreateOrUpdateOperationStatus ( string operationStatusLink, string clientRequestId ) : OperationStatus

Returns the operation status of a server create or update operation

SetDatabaseAuditingPolicy ( string resourceGroupName, string serverName, string databaseName, string clientRequestId, Microsoft.Azure.Management.Sql.Models.BlobAuditingCreateOrUpdateParameters parameters ) : void

Calls the set blob audit APIs for the database auditing policy for the given database in the given database server in the given resource group

SetDatabaseAuditingPolicy ( string resourceGroupName, string serverName, string databaseName, string clientRequestId, Microsoft.Azure.Management.Sql.Models.DatabaseAuditingPolicyCreateOrUpdateParameters parameters ) : void

Calls the set audit APIs for the database auditing policy for the given database in the given database server in the given resource group

SetServerAuditingPolicy ( string resourceGroupName, string serverName, string clientRequestId, Microsoft.Azure.Management.Sql.Models.BlobAuditingCreateOrUpdateParameters parameters ) : void

Sets the database server blob auditing policy of the given database server in the given resource group

SetServerAuditingPolicy ( string resourceGroupName, string serverName, string clientRequestId, Microsoft.Azure.Management.Sql.Models.ServerAuditingPolicyCreateOrUpdateParameters parameters ) : void

Sets the database server auditing policy of the given database server in the given resource group

비공개 메소드들

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

메소드 상세

AuditingEndpointsCommunicator() 공개 메소드

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

GetDatabaseAuditingPolicy() 공개 메소드

Gets the database blob auditing policy for the given database in the given database server in the given resource group
public GetDatabaseAuditingPolicy ( string resourceGroupName, string serverName, string databaseName, string clientRequestId, Microsoft.Azure.Management.Sql.Models.BlobAuditingPolicy &policy ) : void
resourceGroupName string
serverName string
databaseName string
clientRequestId string
policy Microsoft.Azure.Management.Sql.Models.BlobAuditingPolicy
리턴 void

GetDatabaseAuditingPolicy() 공개 메소드

Gets the database auditing policy for the given database in the given database server in the given resource group
public GetDatabaseAuditingPolicy ( string resourceGroupName, string serverName, string databaseName, string clientRequestId, Microsoft.Azure.Management.Sql.Models.DatabaseAuditingPolicy &policy ) : void
resourceGroupName string
serverName string
databaseName string
clientRequestId string
policy Microsoft.Azure.Management.Sql.Models.DatabaseAuditingPolicy
리턴 void

GetServerAuditingPolicy() 공개 메소드

Gets the database server blob auditing policy for the given database server in the given resource group
public GetServerAuditingPolicy ( string resourceGroupName, string serverName, string clientRequestId, Microsoft.Azure.Management.Sql.Models.BlobAuditingPolicy &policy ) : void
resourceGroupName string
serverName string
clientRequestId string
policy Microsoft.Azure.Management.Sql.Models.BlobAuditingPolicy
리턴 void

GetServerAuditingPolicy() 공개 메소드

Gets the database server auditing policy for the given database server in the given resource group
public GetServerAuditingPolicy ( string resourceGroupName, string serverName, string clientRequestId, Microsoft.Azure.Management.Sql.Models.ServerAuditingPolicy &policy ) : void
resourceGroupName string
serverName string
clientRequestId string
policy Microsoft.Azure.Management.Sql.Models.ServerAuditingPolicy
리턴 void

GetServerCreateOrUpdateOperationStatus() 공개 메소드

Returns the operation status of a server create or update operation
public GetServerCreateOrUpdateOperationStatus ( string operationStatusLink, string clientRequestId ) : OperationStatus
operationStatusLink string
clientRequestId string
리턴 OperationStatus

SetDatabaseAuditingPolicy() 공개 메소드

Calls the set blob audit APIs for the database auditing policy for the given database in the given database server in the given resource group
public SetDatabaseAuditingPolicy ( string resourceGroupName, string serverName, string databaseName, string clientRequestId, Microsoft.Azure.Management.Sql.Models.BlobAuditingCreateOrUpdateParameters parameters ) : void
resourceGroupName string
serverName string
databaseName string
clientRequestId string
parameters Microsoft.Azure.Management.Sql.Models.BlobAuditingCreateOrUpdateParameters
리턴 void

SetDatabaseAuditingPolicy() 공개 메소드

Calls the set audit APIs for the database auditing policy for the given database in the given database server in the given resource group
public SetDatabaseAuditingPolicy ( string resourceGroupName, string serverName, string databaseName, string clientRequestId, Microsoft.Azure.Management.Sql.Models.DatabaseAuditingPolicyCreateOrUpdateParameters parameters ) : void
resourceGroupName string
serverName string
databaseName string
clientRequestId string
parameters Microsoft.Azure.Management.Sql.Models.DatabaseAuditingPolicyCreateOrUpdateParameters
리턴 void

SetServerAuditingPolicy() 공개 메소드

Sets the database server blob auditing policy of the given database server in the given resource group
public SetServerAuditingPolicy ( string resourceGroupName, string serverName, string clientRequestId, Microsoft.Azure.Management.Sql.Models.BlobAuditingCreateOrUpdateParameters parameters ) : void
resourceGroupName string
serverName string
clientRequestId string
parameters Microsoft.Azure.Management.Sql.Models.BlobAuditingCreateOrUpdateParameters
리턴 void

SetServerAuditingPolicy() 공개 메소드

Sets the database server auditing policy of the given database server in the given resource group
public SetServerAuditingPolicy ( string resourceGroupName, string serverName, string clientRequestId, Microsoft.Azure.Management.Sql.Models.ServerAuditingPolicyCreateOrUpdateParameters parameters ) : void
resourceGroupName string
serverName string
clientRequestId string
parameters Microsoft.Azure.Management.Sql.Models.ServerAuditingPolicyCreateOrUpdateParameters
리턴 void