az costmanagement export
참고 항목
이 참조는 Azure CLI(버전 2.55.0 이상)에 대한 비용 관리 확장의 일부입니다. az costmanagement export 명령을 처음 실행할 때 확장이 자동으로 설치됩니다. 확장 프로그램에 대해 자세히 알아보세요.
Costmanagement 내보내기.
명령
Name | Description | 형식 | 상태 |
---|---|---|---|
az costmanagement export create |
내보내기를 만드는 작업입니다. |
내선 번호 | GA |
az costmanagement export delete |
내보내기를 삭제하는 작업입니다. |
내선 번호 | GA |
az costmanagement export list |
지정된 범위의 모든 내보내기를 나열하는 작업입니다. |
내선 번호 | GA |
az costmanagement export show |
내보내기 이름으로 정의된 범위에 대한 내보내기의 실행 기록을 가져오는 작업입니다. |
내선 번호 | GA |
az costmanagement export update |
내보내기를 업데이트하는 작업입니다. |
내선 번호 | GA |
az costmanagement export create
내보내기를 만드는 작업입니다.
az costmanagement export create --name
--scope
--storage-account-id
--storage-container
--timeframe {BillingMonthToDate, Custom, MonthToDate, TheLastBillingMonth, TheLastMonth, WeekToDate}
[--dataset-configuration]
[--recurrence {Annually, Daily, Monthly, Weekly}]
[--recurrence-period]
[--schedule-status {Active, Inactive}]
[--storage-directory]
[--time-period]
[--type {ActualCost, AmortizedCost, Usage}]
예제
ManagementGroup 범위에 대한 내보내기 만들기
az costmanagement export create --name "TestExport" --type "Usage" --dataset-configuration columns="Date" columns="MeterId" columns="InstanceId" columns="ResourceLocation" columns="PreTaxCost" --timeframe "MonthToDate" --storage-container="exports" --storage-account-id="/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MYDEVTESTRG/providers/Microsoft.Storage/storageAccounts/ccmeastusdiag182" --storage-directory="ad-hoc" --recurrence "Weekly" --recurrence-period from="2018-06-01T00:00:00Z" to="2018-10-31T00:00:00Z" --schedule-status "Active" --scope "providers/Microsoft.Management/managementGroups/TestMG"
ResourceGroup 범위에 대한 내보내기 만들기
az costmanagement export create --name "TestExport" --type "Usage" --dataset-configuration columns="Date" columns="MeterId" columns="InstanceId" columns="ResourceLocation" columns="PreTaxCost" --timeframe "MonthToDate" --storage-container="exports" --storage-account-id="/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MYDEVTESTRG/providers/Microsoft.Storage/storageAccounts/ccmeastusdiag182" --storage-directory="ad-hoc" --recurrence "Weekly" --recurrence-period from="2018-06-01T00:00:00Z" to="2018-10-31T00:00:00Z" --schedule-status "Active" --scope "subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MYDEVTESTRG"
구독 범위에 대한 내보내기 만들기
az costmanagement export create --name "TestExport" --type "Usage" --dataset-configuration columns="Date" columns="MeterId" columns="InstanceId" columns="ResourceLocation" columns="PreTaxCost" --timeframe "MonthToDate" --storage-container="exports" --storage-account-id="/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MYDEVTESTRG/providers/Microsoft.Storage/storageAccounts/ccmeastusdiag182" --storage-directory="ad-hoc" --recurrence "Weekly" --recurrence-period from="2018-06-01T00:00:00Z" to="2018-10-31T00:00:00Z" --schedule-status "Active" --scope "subscriptions/00000000-0000-0000-0000-000000000000"
필수 매개 변수
내보내기 이름입니다.
쿼리 및 내보내기 작업과 관련된 범위입니다. 여기에는 구독 범위에 대한 '/subscriptions/{subscriptionId}/', resourceGroup 범위의 경우 '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', 관리 그룹 범위의 경우 '/providers/Microsoft.Management/managementGroups/{managementGroupId}'가 포함됩니다.
내보내기를 저장할 스토리지 계정의 ID입니다.
내보내기를 제공할 스토리지 컨테이너입니다.
쿼리에 대한 데이터를 끌어당기는 시간 프레임입니다. 사용자 지정인 경우 특정 기간을 제공해야 합니다.
선택적 매개 변수
내보내기에서 데이터에 대한 구성 정보가 있습니다. 집계 및 그룹화가 제공되면 구성이 무시됩니다. 예상 값: columns=xx.
일정 되풀이입니다.
되풀이의 시작 및 종료 날짜가 있습니다. 시작 날짜는 이후여야 합니다. 있는 경우 종료 날짜는 시작 날짜보다 커야 합니다. 예상 값: KEY1=VALUE1 KEY2=VALUE2 ... , 사용 가능한 KEY는 다음과 같습니다. 시간 형식은 2020-05-01T00:00:00과 같습니다.
내보내기 일정의 상태. 비활성 상태이면 내보내기 예약 실행이 일시 중지됩니다.
내보내기를 저장할 스토리지 컨테이너의 루트 디렉터리입니다.
쿼리에 대한 데이터를 끌어당기는 기간이 있습니다. 예상 값: from=TIMESTAMP1 to=TIMESTAMP2. 타임스탬프 형식은 2020-05-01T00:00:00과 같습니다. TIMESTAMP1 향후에 있어야 하며 TIMESTAMP2 TIMESTAMP1보다 커야 합니다.
쿼리의 형식입니다.
전역 매개 변수
로깅의 자세한 정도를 늘려 모든 디버그 로그를 표시합니다.
이 도움말 메시지를 표시하고 종료합니다.
경고를 표시하지 않고 오류만 표시합니다.
출력 형식입니다.
JMESPath 쿼리 문자열입니다. 자세한 내용과 예제는 http://jmespath.org/를 참조하세요.
구독의 이름 또는 ID입니다. 를 사용하여 az account set -s NAME_OR_ID
기본 구독을 구성할 수 있습니다.
로깅의 자세한 정도를 늘립니다. 전체 디버그 로그를 표시하려면 --debug를 사용합니다.
az costmanagement export delete
내보내기를 삭제하는 작업입니다.
az costmanagement export delete --name
--scope
[--yes]
예제
ManagementGroup 범위에 대한 내보내기 삭제
az costmanagement export delete --name "TestExport" --scope "providers/Microsoft.Management/managementGroups/TestMG"
ResourceGroup 범위에 대한 내보내기 삭제
az costmanagement export delete --name "TestExport" --scope "subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MYDEVTESTRG"
구독 범위에 대한 내보내기 삭제
az costmanagement export delete --name "TestExport" --scope "subscriptions/00000000-0000-0000-0000-000000000000"
필수 매개 변수
내보내기 이름입니다.
쿼리 및 내보내기 작업과 관련된 범위입니다. 여기에는 구독 범위에 대한 '/subscriptions/{subscriptionId}/', resourceGroup 범위의 경우 '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', 관리 그룹 범위의 경우 '/providers/Microsoft.Management/managementGroups/{managementGroupId}'가 포함됩니다.
선택적 매개 변수
확인 메시지를 표시하지 않습니다.
전역 매개 변수
로깅의 자세한 정도를 늘려 모든 디버그 로그를 표시합니다.
이 도움말 메시지를 표시하고 종료합니다.
경고를 표시하지 않고 오류만 표시합니다.
출력 형식입니다.
JMESPath 쿼리 문자열입니다. 자세한 내용과 예제는 http://jmespath.org/를 참조하세요.
구독의 이름 또는 ID입니다. 를 사용하여 az account set -s NAME_OR_ID
기본 구독을 구성할 수 있습니다.
로깅의 자세한 정도를 늘립니다. 전체 디버그 로그를 표시하려면 --debug를 사용합니다.
az costmanagement export list
지정된 범위의 모든 내보내기를 나열하는 작업입니다.
az costmanagement export list --scope
예제
ManagementGroup 범위의 목록 내보내기
az costmanagement export list --scope "providers/Microsoft.Management/managementGroups/TestMG"
ResourceGroup 범위의 목록 내보내기
az costmanagement export list --scope "subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MYDEVTESTRG"
구독 범위의 목록 내보내기
az costmanagement export list --scope "subscriptions/00000000-0000-0000-0000-000000000000"
필수 매개 변수
쿼리 및 내보내기 작업과 관련된 범위입니다. 여기에는 구독 범위에 대한 '/subscriptions/{subscriptionId}/', resourceGroup 범위의 경우 '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', 관리 그룹 범위의 경우 '/providers/Microsoft.Management/managementGroups/{managementGroupId}'가 포함됩니다.
전역 매개 변수
로깅의 자세한 정도를 늘려 모든 디버그 로그를 표시합니다.
이 도움말 메시지를 표시하고 종료합니다.
경고를 표시하지 않고 오류만 표시합니다.
출력 형식입니다.
JMESPath 쿼리 문자열입니다. 자세한 내용과 예제는 http://jmespath.org/를 참조하세요.
구독의 이름 또는 ID입니다. 를 사용하여 az account set -s NAME_OR_ID
기본 구독을 구성할 수 있습니다.
로깅의 자세한 정도를 늘립니다. 전체 디버그 로그를 표시하려면 --debug를 사용합니다.
az costmanagement export show
내보내기 이름으로 정의된 범위에 대한 내보내기의 실행 기록을 가져오는 작업입니다.
az costmanagement export show --name
--scope
예제
ManagementGroup 범위에 내보내기 표시
az costmanagement export show --name "TestExport" --scope "providers/Microsoft.Management/managementGroups/TestMG"
ResourceGroup 범위에 내보내기 표시
az costmanagement export show --name "TestExport" --scope "subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MYDEVTESTRG"
구독 범위에 내보내기 표시
az costmanagement export show --name "TestExport" --scope "subscriptions/00000000-0000-0000-0000-000000000000"
필수 매개 변수
내보내기 이름입니다.
쿼리 및 내보내기 작업과 관련된 범위입니다. 여기에는 구독 범위에 대한 '/subscriptions/{subscriptionId}/', resourceGroup 범위의 경우 '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', 관리 그룹 범위의 경우 '/providers/Microsoft.Management/managementGroups/{managementGroupId}'가 포함됩니다.
전역 매개 변수
로깅의 자세한 정도를 늘려 모든 디버그 로그를 표시합니다.
이 도움말 메시지를 표시하고 종료합니다.
경고를 표시하지 않고 오류만 표시합니다.
출력 형식입니다.
JMESPath 쿼리 문자열입니다. 자세한 내용과 예제는 http://jmespath.org/를 참조하세요.
구독의 이름 또는 ID입니다. 를 사용하여 az account set -s NAME_OR_ID
기본 구독을 구성할 수 있습니다.
로깅의 자세한 정도를 늘립니다. 전체 디버그 로그를 표시하려면 --debug를 사용합니다.
az costmanagement export update
내보내기를 업데이트하는 작업입니다.
az costmanagement export update --name
--scope
[--dataset-configuration]
[--recurrence {Annually, Daily, Monthly, Weekly}]
[--recurrence-period]
[--schedule-status {Active, Inactive}]
[--storage-account-id]
[--storage-container]
[--storage-directory]
[--time-period]
[--timeframe {BillingMonthToDate, Custom, MonthToDate, TheLastBillingMonth, TheLastMonth, WeekToDate}]
예제
ManagementGroup 범위에서 내보내기 업데이트
az costmanagement export update --name "TestExport" --dataset-configuration columns="Date" columns="MeterId" columns="InstanceId" columns="ResourceLocation" columns="PreTaxCost" --timeframe "MonthToDate" --storage-container="exports" --storage-account-id="/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MYDEVTESTRG/providers/Microsoft.Storage/storageAccounts/ccmeastusdiag182" --storage-directory="ad-hoc" --recurrence "Weekly" --recurrence-period from="2018-06-01T00:00:00Z" to="2018-10-31T00:00:00Z" --schedule-status "Active" --scope "providers/Microsoft.Management/managementGroups/TestMG"
ResourceGroup 범위에서 내보내기 업데이트
az costmanagement export update --name "TestExport" --dataset-configuration columns="Date" columns="MeterId" columns="InstanceId" columns="ResourceLocation" columns="PreTaxCost" --timeframe "MonthToDate" --storage-container="exports" --storage-account-id="/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MYDEVTESTRG/providers/Microsoft.Storage/storageAccounts/ccmeastusdiag182" --storage-directory="ad-hoc" --recurrence "Weekly" --recurrence-period from="2018-06-01T00:00:00Z" to="2018-10-31T00:00:00Z" --schedule-status "Active" --scope "subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MYDEVTESTRG"
구독 범위에서 내보내기 업데이트
az costmanagement export update --name "TestExport" --dataset-configuration columns="Date" columns="MeterId" columns="InstanceId" columns="ResourceLocation" columns="PreTaxCost" --timeframe "MonthToDate" --storage-container="exports" --storage-account-id="/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MYDEVTESTRG/providers/Microsoft.Storage/storageAccounts/ccmeastusdiag182" --storage-directory="ad-hoc" --recurrence "Weekly" --recurrence-period from="2018-06-01T00:00:00Z" to="2018-10-31T00:00:00Z" --schedule-status "Active" --scope "subscriptions/00000000-0000-0000-0000-000000000000"
필수 매개 변수
내보내기 이름입니다.
쿼리 및 내보내기 작업과 관련된 범위입니다. 여기에는 구독 범위에 대한 '/subscriptions/{subscriptionId}/', resourceGroup 범위의 경우 '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', 관리 그룹 범위의 경우 '/providers/Microsoft.Management/managementGroups/{managementGroupId}'가 포함됩니다.
선택적 매개 변수
내보내기에서 데이터에 대한 구성 정보가 있습니다. 집계 및 그룹화가 제공되면 구성이 무시됩니다. 예상 값: columns=xx.
일정 되풀이입니다.
되풀이의 시작 및 종료 날짜가 있습니다. 시작 날짜는 이후여야 합니다. 있는 경우 종료 날짜는 시작 날짜보다 커야 합니다. 예상 값: KEY1=VALUE1 KEY2=VALUE2 ... , 사용 가능한 KEY는 다음과 같습니다. 시간 형식은 2020-05-01T00:00:00과 같습니다.
내보내기 일정의 상태. 비활성 상태이면 내보내기 예약 실행이 일시 중지됩니다.
내보내기를 저장할 스토리지 계정의 ID입니다.
내보내기를 제공할 스토리지 컨테이너입니다.
내보내기를 저장할 스토리지 컨테이너의 루트 디렉터리입니다.
쿼리에 대한 데이터를 끌어당기는 기간이 있습니다. 예상 값: from=TIMESTAMP1 to=TIMESTAMP2. 타임스탬프 형식은 2020-05-01T00:00:00과 같습니다. TIMESTAMP1 향후에 있어야 하며 TIMESTAMP2 TIMESTAMP1보다 커야 합니다.
쿼리에 대한 데이터를 끌어당기는 시간 프레임입니다. 사용자 지정인 경우 특정 기간을 제공해야 합니다.
전역 매개 변수
로깅의 자세한 정도를 늘려 모든 디버그 로그를 표시합니다.
이 도움말 메시지를 표시하고 종료합니다.
경고를 표시하지 않고 오류만 표시합니다.
출력 형식입니다.
JMESPath 쿼리 문자열입니다. 자세한 내용과 예제는 http://jmespath.org/를 참조하세요.
구독의 이름 또는 ID입니다. 를 사용하여 az account set -s NAME_OR_ID
기본 구독을 구성할 수 있습니다.
로깅의 자세한 정도를 늘립니다. 전체 디버그 로그를 표시하려면 --debug를 사용합니다.
Azure CLI