CollectorPolicies interface
CollectorPolicies를 나타내는 인터페이스입니다.
메서드
begin |
수집기 정책 리소스를 만들거나 업데이트합니다. |
begin |
수집기 정책 리소스를 만들거나 업데이트합니다. |
begin |
지정된 수집기 정책 리소스를 삭제합니다. |
begin |
지정된 수집기 정책 리소스를 삭제합니다. |
get(string, string, string, Collector |
지정된 트래픽 수집기에서 수집기 정책을 가져옵니다. |
list(string, string, Collector |
Azure Traffic Collector의 수집기 정책 반환 목록 |
update |
지정된 수집기 정책 태그를 업데이트. |
메서드 세부 정보
beginCreateOrUpdate(string, string, string, string, CollectorPoliciesCreateOrUpdateOptionalParams)
수집기 정책 리소스를 만들거나 업데이트합니다.
function beginCreateOrUpdate(resourceGroupName: string, azureTrafficCollectorName: string, collectorPolicyName: string, location: string, options?: CollectorPoliciesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<CollectorPolicy>, CollectorPolicy>>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름.
- azureTrafficCollectorName
-
string
Azure Traffic Collector 이름
- collectorPolicyName
-
string
수집기 정책 이름
- location
-
string
리소스 위치.
옵션 매개 변수입니다.
반환
Promise<PollerLike<@azure/core-lro.PollOperationState<CollectorPolicy>, CollectorPolicy>>
beginCreateOrUpdateAndWait(string, string, string, string, CollectorPoliciesCreateOrUpdateOptionalParams)
수집기 정책 리소스를 만들거나 업데이트합니다.
function beginCreateOrUpdateAndWait(resourceGroupName: string, azureTrafficCollectorName: string, collectorPolicyName: string, location: string, options?: CollectorPoliciesCreateOrUpdateOptionalParams): Promise<CollectorPolicy>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름.
- azureTrafficCollectorName
-
string
Azure Traffic Collector 이름
- collectorPolicyName
-
string
수집기 정책 이름
- location
-
string
리소스 위치.
옵션 매개 변수입니다.
반환
Promise<CollectorPolicy>
beginDelete(string, string, string, CollectorPoliciesDeleteOptionalParams)
지정된 수집기 정책 리소스를 삭제합니다.
function beginDelete(resourceGroupName: string, azureTrafficCollectorName: string, collectorPolicyName: string, options?: CollectorPoliciesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름.
- azureTrafficCollectorName
-
string
Azure Traffic Collector 이름
- collectorPolicyName
-
string
수집기 정책 이름
옵션 매개 변수입니다.
반환
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, string, CollectorPoliciesDeleteOptionalParams)
지정된 수집기 정책 리소스를 삭제합니다.
function beginDeleteAndWait(resourceGroupName: string, azureTrafficCollectorName: string, collectorPolicyName: string, options?: CollectorPoliciesDeleteOptionalParams): Promise<void>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름.
- azureTrafficCollectorName
-
string
Azure Traffic Collector 이름
- collectorPolicyName
-
string
수집기 정책 이름
옵션 매개 변수입니다.
반환
Promise<void>
get(string, string, string, CollectorPoliciesGetOptionalParams)
지정된 트래픽 수집기에서 수집기 정책을 가져옵니다.
function get(resourceGroupName: string, azureTrafficCollectorName: string, collectorPolicyName: string, options?: CollectorPoliciesGetOptionalParams): Promise<CollectorPolicy>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름.
- azureTrafficCollectorName
-
string
Azure Traffic Collector 이름
- collectorPolicyName
-
string
수집기 정책 이름
옵션 매개 변수입니다.
반환
Promise<CollectorPolicy>
list(string, string, CollectorPoliciesListOptionalParams)
Azure Traffic Collector의 수집기 정책 반환 목록
function list(resourceGroupName: string, azureTrafficCollectorName: string, options?: CollectorPoliciesListOptionalParams): PagedAsyncIterableIterator<CollectorPolicy, CollectorPolicy[], PageSettings>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름.
- azureTrafficCollectorName
-
string
Azure Traffic Collector 이름
옵션 매개 변수입니다.
반환
updateTags(string, string, string, TagsObject, CollectorPoliciesUpdateTagsOptionalParams)
지정된 수집기 정책 태그를 업데이트.
function updateTags(resourceGroupName: string, azureTrafficCollectorName: string, collectorPolicyName: string, parameters: TagsObject, options?: CollectorPoliciesUpdateTagsOptionalParams): Promise<CollectorPolicy>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름.
- azureTrafficCollectorName
-
string
Azure Traffic Collector 이름
- collectorPolicyName
-
string
수집기 정책 이름
- parameters
- TagsObject
수집기 정책 태그를 업데이트하기 위해 제공된 매개 변수입니다.
옵션 매개 변수입니다.
반환
Promise<CollectorPolicy>