ExportConfigurations class
ExportConfigurations를 나타내는 클래스입니다.
생성자
Export |
ExportConfigurations를 만듭니다. |
메서드
생성자 세부 정보
ExportConfigurations(ApplicationInsightsManagementClientContext)
ExportConfigurations를 만듭니다.
new ExportConfigurations(client: ApplicationInsightsManagementClientContext)
매개 변수
서비스 클라이언트에 대한 참조입니다.
메서드 세부 정보
create(string, string, ApplicationInsightsComponentExportRequest, RequestOptionsBase)
Application Insights 구성 요소의 연속 내보내기 구성을 만듭니다.
function create(resourceGroupName: string, resourceName: string, exportProperties: ApplicationInsightsComponentExportRequest, options?: RequestOptionsBase): Promise<ExportConfigurationsCreateResponse>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- resourceName
-
string
Application Insights 구성 요소 리소스의 이름입니다.
- exportProperties
- ApplicationInsightsComponentExportRequest
Application Insights 구성 요소의 연속 내보내기 구성을 만들기 위해 지정해야 하는 속성입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<ExportConfigurationsCreateResponse>
Promise<Models.ExportConfigurationsCreateResponse>
create(string, string, ApplicationInsightsComponentExportRequest, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentExportConfiguration[]>)
function create(resourceGroupName: string, resourceName: string, exportProperties: ApplicationInsightsComponentExportRequest, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentExportConfiguration[]>)
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- resourceName
-
string
Application Insights 구성 요소 리소스의 이름입니다.
- exportProperties
- ApplicationInsightsComponentExportRequest
Application Insights 구성 요소의 연속 내보내기 구성을 만들기 위해 지정해야 하는 속성입니다.
- options
- RequestOptionsBase
선택적 매개 변수
콜백
create(string, string, ApplicationInsightsComponentExportRequest, ServiceCallback<ApplicationInsightsComponentExportConfiguration[]>)
function create(resourceGroupName: string, resourceName: string, exportProperties: ApplicationInsightsComponentExportRequest, callback: ServiceCallback<ApplicationInsightsComponentExportConfiguration[]>)
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- resourceName
-
string
Application Insights 구성 요소 리소스의 이름입니다.
- exportProperties
- ApplicationInsightsComponentExportRequest
Application Insights 구성 요소의 연속 내보내기 구성을 만들기 위해 지정해야 하는 속성입니다.
콜백
deleteMethod(string, string, string, RequestOptionsBase)
Application Insights 구성 요소의 연속 내보내기 구성을 삭제합니다.
function deleteMethod(resourceGroupName: string, resourceName: string, exportId: string, options?: RequestOptionsBase): Promise<ExportConfigurationsDeleteMethodResponse>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- resourceName
-
string
Application Insights 구성 요소 리소스의 이름입니다.
- exportId
-
string
연속 내보내기 구성 ID입니다. 이는 Application Insights 구성 요소 내에서 고유합니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<Models.ExportConfigurationsDeleteMethodResponse>
deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentExportConfiguration>)
function deleteMethod(resourceGroupName: string, resourceName: string, exportId: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentExportConfiguration>)
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- resourceName
-
string
Application Insights 구성 요소 리소스의 이름입니다.
- exportId
-
string
연속 내보내기 구성 ID입니다. 이는 Application Insights 구성 요소 내에서 고유합니다.
- options
- RequestOptionsBase
선택적 매개 변수
deleteMethod(string, string, string, ServiceCallback<ApplicationInsightsComponentExportConfiguration>)
function deleteMethod(resourceGroupName: string, resourceName: string, exportId: string, callback: ServiceCallback<ApplicationInsightsComponentExportConfiguration>)
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- resourceName
-
string
Application Insights 구성 요소 리소스의 이름입니다.
- exportId
-
string
연속 내보내기 구성 ID입니다. 이는 Application Insights 구성 요소 내에서 고유합니다.
get(string, string, string, RequestOptionsBase)
이 내보내기 ID에 대한 연속 내보내기 구성을 가져옵니다.
function get(resourceGroupName: string, resourceName: string, exportId: string, options?: RequestOptionsBase): Promise<ExportConfigurationsGetResponse>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- resourceName
-
string
Application Insights 구성 요소 리소스의 이름입니다.
- exportId
-
string
연속 내보내기 구성 ID입니다. 이는 Application Insights 구성 요소 내에서 고유합니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<ExportConfigurationsGetResponse>
Promise<Models.ExportConfigurationsGetResponse>
get(string, string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentExportConfiguration>)
function get(resourceGroupName: string, resourceName: string, exportId: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentExportConfiguration>)
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- resourceName
-
string
Application Insights 구성 요소 리소스의 이름입니다.
- exportId
-
string
연속 내보내기 구성 ID입니다. 이는 Application Insights 구성 요소 내에서 고유합니다.
- options
- RequestOptionsBase
선택적 매개 변수
get(string, string, string, ServiceCallback<ApplicationInsightsComponentExportConfiguration>)
function get(resourceGroupName: string, resourceName: string, exportId: string, callback: ServiceCallback<ApplicationInsightsComponentExportConfiguration>)
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- resourceName
-
string
Application Insights 구성 요소 리소스의 이름입니다.
- exportId
-
string
연속 내보내기 구성 ID입니다. 이는 Application Insights 구성 요소 내에서 고유합니다.
list(string, string, RequestOptionsBase)
Application Insights 구성 요소의 연속 내보내기 구성 목록을 가져옵니다.
function list(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<ExportConfigurationsListResponse>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- resourceName
-
string
Application Insights 구성 요소 리소스의 이름입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<ExportConfigurationsListResponse>
Promise<Models.ExportConfigurationsListResponse>
list(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentExportConfiguration[]>)
function list(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentExportConfiguration[]>)
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- resourceName
-
string
Application Insights 구성 요소 리소스의 이름입니다.
- options
- RequestOptionsBase
선택적 매개 변수
콜백
list(string, string, ServiceCallback<ApplicationInsightsComponentExportConfiguration[]>)
function list(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsComponentExportConfiguration[]>)
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- resourceName
-
string
Application Insights 구성 요소 리소스의 이름입니다.
콜백
update(string, string, string, ApplicationInsightsComponentExportRequest, RequestOptionsBase)
이 내보내기 ID에 대한 연속 내보내기 구성을 업데이트합니다.
function update(resourceGroupName: string, resourceName: string, exportId: string, exportProperties: ApplicationInsightsComponentExportRequest, options?: RequestOptionsBase): Promise<ExportConfigurationsUpdateResponse>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- resourceName
-
string
Application Insights 구성 요소 리소스의 이름입니다.
- exportId
-
string
연속 내보내기 구성 ID입니다. 이는 Application Insights 구성 요소 내에서 고유합니다.
- exportProperties
- ApplicationInsightsComponentExportRequest
연속 내보내기 구성을 업데이트하기 위해 지정해야 하는 속성입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<ExportConfigurationsUpdateResponse>
Promise<Models.ExportConfigurationsUpdateResponse>
update(string, string, string, ApplicationInsightsComponentExportRequest, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentExportConfiguration>)
function update(resourceGroupName: string, resourceName: string, exportId: string, exportProperties: ApplicationInsightsComponentExportRequest, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentExportConfiguration>)
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- resourceName
-
string
Application Insights 구성 요소 리소스의 이름입니다.
- exportId
-
string
연속 내보내기 구성 ID입니다. 이는 Application Insights 구성 요소 내에서 고유합니다.
- exportProperties
- ApplicationInsightsComponentExportRequest
연속 내보내기 구성을 업데이트하기 위해 지정해야 하는 속성입니다.
- options
- RequestOptionsBase
선택적 매개 변수
update(string, string, string, ApplicationInsightsComponentExportRequest, ServiceCallback<ApplicationInsightsComponentExportConfiguration>)
function update(resourceGroupName: string, resourceName: string, exportId: string, exportProperties: ApplicationInsightsComponentExportRequest, callback: ServiceCallback<ApplicationInsightsComponentExportConfiguration>)
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- resourceName
-
string
Application Insights 구성 요소 리소스의 이름입니다.
- exportId
-
string
연속 내보내기 구성 ID입니다. 이는 Application Insights 구성 요소 내에서 고유합니다.
- exportProperties
- ApplicationInsightsComponentExportRequest
연속 내보내기 구성을 업데이트하기 위해 지정해야 하는 속성입니다.