CreateAndAssociatePLFilter interface

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

메서드

beginCreate(string, string, CreateAndAssociatePLFilterCreateOptionalParams)

지정된 배포에 대한 프라이빗 링크 트래픽 필터를 만들고 연결합니다.

beginCreateAndWait(string, string, CreateAndAssociatePLFilterCreateOptionalParams)

지정된 배포에 대한 프라이빗 링크 트래픽 필터를 만들고 연결합니다.

메서드 세부 정보

beginCreate(string, string, CreateAndAssociatePLFilterCreateOptionalParams)

지정된 배포에 대한 프라이빗 링크 트래픽 필터를 만들고 연결합니다.

function beginCreate(resourceGroupName: string, monitorName: string, options?: CreateAndAssociatePLFilterCreateOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

매개 변수

resourceGroupName

string

Elastic 리소스가 속한 리소스 그룹의 이름입니다.

monitorName

string

리소스 이름 모니터링

options
CreateAndAssociatePLFilterCreateOptionalParams

옵션 매개 변수입니다.

반환

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginCreateAndWait(string, string, CreateAndAssociatePLFilterCreateOptionalParams)

지정된 배포에 대한 프라이빗 링크 트래픽 필터를 만들고 연결합니다.

function beginCreateAndWait(resourceGroupName: string, monitorName: string, options?: CreateAndAssociatePLFilterCreateOptionalParams): Promise<void>

매개 변수

resourceGroupName

string

Elastic 리소스가 속한 리소스 그룹의 이름입니다.

monitorName

string

리소스 이름 모니터링

options
CreateAndAssociatePLFilterCreateOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>