New-AzPlatformTelemetryDataSourceObject
PlatformTelemetryDataSource에 대한 메모리 내 개체를 만듭니다.
구문
New-AzPlatformTelemetryDataSourceObject
-Stream <String[]>
[-Name <String>]
[<CommonParameters>]
Description
PlatformTelemetryDataSource에 대한 메모리 내 개체를 만듭니다.
예제
예제 1: 플랫폼 원격 분석 데이터 원본 개체 만들기
New-AzPlatformTelemetryDataSourceObject -Stream "Microsoft.Insights/autoscalesettings:Logs-AutoscaleEvaluations","Microsoft.Insights/autoscalesettings:Logs-AutoscaleScaleActions" -Name "myAutoScalePlatformTelemetryLogs"
Name Stream
---- ------
myAutoScalePlatformTelemetryLogs {Microsoft.Insights/autoscalesettings:Logs-AutoscaleEvaluations, Microsoft.Insights/autoscalesettings:Logs-AutoscaleScaleActions}
이 명령은 XPathQuery를 사용하여 플랫폼 원격 분석 데이터 원본 개체를 만듭니다.
매개 변수
-Name
데이터 원본의 이름입니다. 이 이름은 데이터 수집 규칙 내의 모든 데이터 원본(형식에 관계없이)에서 고유해야 합니다.
형식: | String |
Position: | Named |
Default value: | None |
필수: | False |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-Stream
수집할 플랫폼 원격 분석 스트림 목록입니다.
형식: | String[] |
Position: | Named |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
출력
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure PowerShell