AssociateTrafficFilter interface
AssociateTrafficFilter를 나타내는 인터페이스입니다.
메서드
begin |
지정된 배포에 대한 트래픽 필터를 연결합니다. |
begin |
지정된 배포에 대한 트래픽 필터를 연결합니다. |
메서드 세부 정보
beginAssociate(string, string, AssociateTrafficFilterAssociateOptionalParams)
지정된 배포에 대한 트래픽 필터를 연결합니다.
function beginAssociate(resourceGroupName: string, monitorName: string, options?: AssociateTrafficFilterAssociateOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- monitorName
-
string
리소스 이름 모니터링
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginAssociateAndWait(string, string, AssociateTrafficFilterAssociateOptionalParams)
지정된 배포에 대한 트래픽 필터를 연결합니다.
function beginAssociateAndWait(resourceGroupName: string, monitorName: string, options?: AssociateTrafficFilterAssociateOptionalParams): Promise<void>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- monitorName
-
string
리소스 이름 모니터링
옵션 매개 변수입니다.
반환
Promise<void>