C# 클래스 Microsoft.Azure.Commands.Sql.ThreatDetection.Services.ThreatDetectionEndpointsCommunicator

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

Private Properties

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

공개 메소드들

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

Gets the database security alert policy for the given database in 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

GetServerSecurityAlertPolicy ( string resourceGroupName, string serverName, string clientRequestId ) : Microsoft.Azure.Management.Sql.Models.ServerSecurityAlertPolicy

Gets the server security alert policy for the given server in the given resource group

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

Calls the set security alert APIs for the database security alert policy for the given database in the given database server in the given resource group

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

Calls the set security alert APIs for the server security alert policy in the given resource group

ThreatDetectionEndpointsCommunicator ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication

비공개 메소드들

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

메소드 상세

GetDatabaseSecurityAlertPolicy() 공개 메소드

Gets the database security alert policy for the given database in the given database server in the given resource group
public GetDatabaseSecurityAlertPolicy ( string resourceGroupName, string serverName, string databaseName, string clientRequestId ) : Microsoft.Azure.Management.Sql.Models.DatabaseSecurityAlertPolicy
resourceGroupName string
serverName string
databaseName string
clientRequestId string
리턴 Microsoft.Azure.Management.Sql.Models.DatabaseSecurityAlertPolicy

GetServerCreateOrUpdateOperationStatus() 공개 메소드

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

GetServerSecurityAlertPolicy() 공개 메소드

Gets the server security alert policy for the given server in the given resource group
public GetServerSecurityAlertPolicy ( string resourceGroupName, string serverName, string clientRequestId ) : Microsoft.Azure.Management.Sql.Models.ServerSecurityAlertPolicy
resourceGroupName string
serverName string
clientRequestId string
리턴 Microsoft.Azure.Management.Sql.Models.ServerSecurityAlertPolicy

SetDatabaseSecurityAlertPolicy() 공개 메소드

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

SetServerSecurityAlertPolicy() 공개 메소드

Calls the set security alert APIs for the server security alert policy in the given resource group
public SetServerSecurityAlertPolicy ( string resourceGroupName, string serverName, string clientRequestId, Microsoft.Azure.Management.Sql.Models.ServerSecurityAlertPolicyCreateOrUpdateParameters parameters ) : void
resourceGroupName string
serverName string
clientRequestId string
parameters Microsoft.Azure.Management.Sql.Models.ServerSecurityAlertPolicyCreateOrUpdateParameters
리턴 void

ThreatDetectionEndpointsCommunicator() 공개 메소드

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