ProactiveDetectionConfigurations class
ProactiveDetectionConfigurations를 나타내는 클래스입니다.
생성자
Proactive |
ProactiveDetectionConfigurations를 만듭니다. |
메서드
생성자 세부 정보
ProactiveDetectionConfigurations(ApplicationInsightsManagementClientContext)
ProactiveDetectionConfigurations를 만듭니다.
new ProactiveDetectionConfigurations(client: ApplicationInsightsManagementClientContext)
매개 변수
서비스 클라이언트에 대한 참조입니다.
메서드 세부 정보
get(string, string, string, RequestOptionsBase)
이 구성 ID에 대한 ProactiveDetection 구성을 가져옵니다.
function get(resourceGroupName: string, resourceName: string, configurationId: string, options?: RequestOptionsBase): Promise<ProactiveDetectionConfigurationsGetResponse>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- resourceName
-
string
Application Insights 구성 요소 리소스의 이름입니다.
- configurationId
-
string
ProactiveDetection 구성 ID입니다. Application Insights 구성 요소 내에서 고유합니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<Models.ProactiveDetectionConfigurationsGetResponse>
get(string, string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration>)
function get(resourceGroupName: string, resourceName: string, configurationId: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration>)
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- resourceName
-
string
Application Insights 구성 요소 리소스의 이름입니다.
- configurationId
-
string
ProactiveDetection 구성 ID입니다. Application Insights 구성 요소 내에서 고유합니다.
- options
- RequestOptionsBase
선택적 매개 변수
get(string, string, string, ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration>)
function get(resourceGroupName: string, resourceName: string, configurationId: string, callback: ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration>)
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- resourceName
-
string
Application Insights 구성 요소 리소스의 이름입니다.
- configurationId
-
string
ProactiveDetection 구성 ID입니다. Application Insights 구성 요소 내에서 고유합니다.
list(string, string, RequestOptionsBase)
Application Insights 구성 요소의 ProactiveDetection 구성 목록을 가져옵니다.
function list(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<ProactiveDetectionConfigurationsListResponse>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- resourceName
-
string
Application Insights 구성 요소 리소스의 이름입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<Models.ProactiveDetectionConfigurationsListResponse>
list(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration[]>)
function list(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration[]>)
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- resourceName
-
string
Application Insights 구성 요소 리소스의 이름입니다.
- options
- RequestOptionsBase
선택적 매개 변수
list(string, string, ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration[]>)
function list(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration[]>)
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- resourceName
-
string
Application Insights 구성 요소 리소스의 이름입니다.
update(string, string, string, ApplicationInsightsComponentProactiveDetectionConfiguration, RequestOptionsBase)
이 구성 ID에 대한 ProactiveDetection 구성을 업데이트합니다.
function update(resourceGroupName: string, resourceName: string, configurationId: string, proactiveDetectionProperties: ApplicationInsightsComponentProactiveDetectionConfiguration, options?: RequestOptionsBase): Promise<ProactiveDetectionConfigurationsUpdateResponse>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- resourceName
-
string
Application Insights 구성 요소 리소스의 이름입니다.
- configurationId
-
string
ProactiveDetection 구성 ID입니다. Application Insights 구성 요소 내에서 고유합니다.
- proactiveDetectionProperties
- ApplicationInsightsComponentProactiveDetectionConfiguration
ProactiveDetection 구성을 업데이트하기 위해 지정해야 하는 속성입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<Models.ProactiveDetectionConfigurationsUpdateResponse>
update(string, string, string, ApplicationInsightsComponentProactiveDetectionConfiguration, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration>)
function update(resourceGroupName: string, resourceName: string, configurationId: string, proactiveDetectionProperties: ApplicationInsightsComponentProactiveDetectionConfiguration, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration>)
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- resourceName
-
string
Application Insights 구성 요소 리소스의 이름입니다.
- configurationId
-
string
ProactiveDetection 구성 ID입니다. Application Insights 구성 요소 내에서 고유합니다.
- proactiveDetectionProperties
- ApplicationInsightsComponentProactiveDetectionConfiguration
ProactiveDetection 구성을 업데이트하기 위해 지정해야 하는 속성입니다.
- options
- RequestOptionsBase
선택적 매개 변수
update(string, string, string, ApplicationInsightsComponentProactiveDetectionConfiguration, ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration>)
function update(resourceGroupName: string, resourceName: string, configurationId: string, proactiveDetectionProperties: ApplicationInsightsComponentProactiveDetectionConfiguration, callback: ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration>)
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- resourceName
-
string
Application Insights 구성 요소 리소스의 이름입니다.
- configurationId
-
string
ProactiveDetection 구성 ID입니다. Application Insights 구성 요소 내에서 고유합니다.
- proactiveDetectionProperties
- ApplicationInsightsComponentProactiveDetectionConfiguration
ProactiveDetection 구성을 업데이트하기 위해 지정해야 하는 속성입니다.