다음을 통해 공유


ManagedServerSecurityAlertPolicies interface

ManagedServerSecurityAlertPolicies를 나타내는 인터페이스입니다.

메서드

beginCreateOrUpdate(string, string, string, ManagedServerSecurityAlertPolicy, ManagedServerSecurityAlertPoliciesCreateOrUpdateOptionalParams)

위협 탐지 정책을 만들거나 업데이트합니다.

beginCreateOrUpdateAndWait(string, string, string, ManagedServerSecurityAlertPolicy, ManagedServerSecurityAlertPoliciesCreateOrUpdateOptionalParams)

위협 탐지 정책을 만들거나 업데이트합니다.

get(string, string, string, ManagedServerSecurityAlertPoliciesGetOptionalParams)

관리되는 서버의 위협 탐지 정책을 가져옵니다.

listByInstance(string, string, ManagedServerSecurityAlertPoliciesListByInstanceOptionalParams)

관리되는 서버의 위협 탐지 정책을 가져옵니다.

메서드 세부 정보

beginCreateOrUpdate(string, string, string, ManagedServerSecurityAlertPolicy, ManagedServerSecurityAlertPoliciesCreateOrUpdateOptionalParams)

위협 탐지 정책을 만들거나 업데이트합니다.

function beginCreateOrUpdate(resourceGroupName: string, managedInstanceName: string, securityAlertPolicyName: string, parameters: ManagedServerSecurityAlertPolicy, options?: ManagedServerSecurityAlertPoliciesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ManagedServerSecurityAlertPolicy>, ManagedServerSecurityAlertPolicy>>

매개 변수

resourceGroupName

string

리소스를 포함하는 리소스 그룹의 이름입니다. Azure 리소스 관리자 API 또는 포털에서 이 값을 가져올 수 있습니다.

managedInstanceName

string

관리되는 인스턴스의 이름입니다.

securityAlertPolicyName

string

보안 경고 정책의 이름입니다.

parameters
ManagedServerSecurityAlertPolicy

관리되는 서버 보안 경고 정책입니다.

반환

beginCreateOrUpdateAndWait(string, string, string, ManagedServerSecurityAlertPolicy, ManagedServerSecurityAlertPoliciesCreateOrUpdateOptionalParams)

위협 탐지 정책을 만들거나 업데이트합니다.

function beginCreateOrUpdateAndWait(resourceGroupName: string, managedInstanceName: string, securityAlertPolicyName: string, parameters: ManagedServerSecurityAlertPolicy, options?: ManagedServerSecurityAlertPoliciesCreateOrUpdateOptionalParams): Promise<ManagedServerSecurityAlertPolicy>

매개 변수

resourceGroupName

string

리소스를 포함하는 리소스 그룹의 이름입니다. Azure 리소스 관리자 API 또는 포털에서 이 값을 가져올 수 있습니다.

managedInstanceName

string

관리되는 인스턴스의 이름입니다.

securityAlertPolicyName

string

보안 경고 정책의 이름입니다.

parameters
ManagedServerSecurityAlertPolicy

관리되는 서버 보안 경고 정책입니다.

반환

get(string, string, string, ManagedServerSecurityAlertPoliciesGetOptionalParams)

관리되는 서버의 위협 탐지 정책을 가져옵니다.

function get(resourceGroupName: string, managedInstanceName: string, securityAlertPolicyName: string, options?: ManagedServerSecurityAlertPoliciesGetOptionalParams): Promise<ManagedServerSecurityAlertPolicy>

매개 변수

resourceGroupName

string

리소스를 포함하는 리소스 그룹의 이름입니다. Azure 리소스 관리자 API 또는 포털에서 이 값을 가져올 수 있습니다.

managedInstanceName

string

관리되는 인스턴스의 이름입니다.

securityAlertPolicyName

string

보안 경고 정책의 이름입니다.

options
ManagedServerSecurityAlertPoliciesGetOptionalParams

옵션 매개 변수입니다.

반환

listByInstance(string, string, ManagedServerSecurityAlertPoliciesListByInstanceOptionalParams)

관리되는 서버의 위협 탐지 정책을 가져옵니다.

function listByInstance(resourceGroupName: string, managedInstanceName: string, options?: ManagedServerSecurityAlertPoliciesListByInstanceOptionalParams): PagedAsyncIterableIterator<ManagedServerSecurityAlertPolicy, ManagedServerSecurityAlertPolicy[], PageSettings>

매개 변수

resourceGroupName

string

리소스를 포함하는 리소스 그룹의 이름입니다. Azure 리소스 관리자 API 또는 포털에서 이 값을 가져올 수 있습니다.

managedInstanceName

string

관리되는 인스턴스의 이름입니다.

반환