PriceSheetOperations interface
프라이스시트 작업을 나타내는 인터페이스.
속성
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| download |
등록 ID에 따라 제공된 청구 기간의 가격표를 비동기적으로 생성합니다. 기업계약 고객을 위한 것입니다. 버전 2025-03-01로 마이그레이션 새 URI와 함께 2025-03-01 API 버전을 사용할 수 있습니다. '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingPeriods/{billingPeriodName}/providers/Microsoft.CostManagement/pricesheets/default/download' 아래에 자세히 설명된 새 스키마를 사용하여 가격표의 새 버전은 추가 정보를 제공하고 현재 청구 기간의 RI(Azure Reserved Instances)에 대한 가격을 포함합니다. 이전 RI(Azure Reserved Instance) 가격 책정에 대한 지속적인 레코드를 유지 관리하는 경우 새 청구 기간을 입력할 때 Azure 가격표를 다운로드하는 것이 좋습니다. EA Azure 가격표는 지난 13개월 동안 청구 기간에 사용할 수 있습니다. 13개월 이전의 청구 기간에 대한 가격표를 요청하려면 고객 지원에 문의하세요. Azure 가격표 다운로드 환경은 단일 .csv 파일에서 각각 최대 크기가 75MB인 여러 .csv 파일이 포함된 zip 파일로 업데이트되었습니다. 2023-11-01 버전은 http POST 메서드를 사용하도록 업그레이드되었습니다. 자세한 내용은 아래에서 확인할 수 있습니다. 모든 버전의 Microsoft.Consumption Azure 가격표 - 청구 계정으로 다운로드(2022-06-01 포함, 2021-10-01, 2020-01-01-preview, 2019-10-01, 2019-05-01)는 2026년 6월 1일에 사용 중지될 예정이며 이 날짜 이후에는 더 이상 지원되지 않습니다. |
| download |
청구 프로필에 대한 현재 월의 가격표를 다운로드할 URL을 가져옵니다. 이 작업은 계약 유형이 Microsoft 파트너 계약 또는 Microsoft 고객 계약 청구 계정에 대해 지원됩니다. 2023년 1월 이후 청구 기간에 새 2023-09-01 API 버전을 사용할 수 있습니다. RI(Azure Reserved Instance) 가격은 새 버전의 API를 통해서만 사용할 수 있습니다. Azure 제품 증가로 인해 이 미리 보기 버전의 Azure 가격표 다운로드 환경은 단일 csv/json 파일에서 각각 최대 크기가 75MB인 여러 csv/json 파일이 포함된 Zip 파일로 업데이트됩니다. |
| download |
청구서의 가격표를 다운로드할 URL을 가져옵니다. 이 작업은 계약 유형이 Microsoft 파트너 계약 또는 Microsoft 고객 계약 청구 계정에 대해 지원됩니다. |
속성 세부 정보
beginDownloadByBillingAccount
경고
이 API는 이제 사용되지 않습니다.
use downloadByBillingAccount instead
beginDownloadByBillingAccount: (billingAccountId: string, billingPeriodName: string, options?: PriceSheetDownloadByBillingAccountOptionalParams) => Promise<SimplePollerLike<OperationState<OperationStatus>, OperationStatus>>
속성 값
(billingAccountId: string, billingPeriodName: string, options?: PriceSheetDownloadByBillingAccountOptionalParams) => Promise<SimplePollerLike<OperationState<OperationStatus>, OperationStatus>>
beginDownloadByBillingAccountAndWait
경고
이 API는 이제 사용되지 않습니다.
use downloadByBillingAccount instead
beginDownloadByBillingAccountAndWait: (billingAccountId: string, billingPeriodName: string, options?: PriceSheetDownloadByBillingAccountOptionalParams) => Promise<OperationStatus>
속성 값
(billingAccountId: string, billingPeriodName: string, options?: PriceSheetDownloadByBillingAccountOptionalParams) => Promise<OperationStatus>
beginDownloadByBillingProfile
경고
이 API는 이제 사용되지 않습니다.
use downloadByBillingProfile instead
beginDownloadByBillingProfile: (billingAccountName: string, billingProfileName: string, options?: PriceSheetDownloadByBillingProfileOptionalParams) => Promise<SimplePollerLike<OperationState<PricesheetDownloadProperties>, PricesheetDownloadProperties>>
속성 값
(billingAccountName: string, billingProfileName: string, options?: PriceSheetDownloadByBillingProfileOptionalParams) => Promise<SimplePollerLike<OperationState<PricesheetDownloadProperties>, PricesheetDownloadProperties>>
beginDownloadByBillingProfileAndWait
경고
이 API는 이제 사용되지 않습니다.
use downloadByBillingProfile instead
beginDownloadByBillingProfileAndWait: (billingAccountName: string, billingProfileName: string, options?: PriceSheetDownloadByBillingProfileOptionalParams) => Promise<PricesheetDownloadProperties>
속성 값
(billingAccountName: string, billingProfileName: string, options?: PriceSheetDownloadByBillingProfileOptionalParams) => Promise<PricesheetDownloadProperties>
beginDownloadByInvoice
경고
이 API는 이제 사용되지 않습니다.
use downloadByInvoice instead
beginDownloadByInvoice: (billingAccountName: string, billingProfileName: string, invoiceName: string, options?: PriceSheetDownloadByInvoiceOptionalParams) => Promise<SimplePollerLike<OperationState<DownloadURL>, DownloadURL>>
속성 값
(billingAccountName: string, billingProfileName: string, invoiceName: string, options?: PriceSheetDownloadByInvoiceOptionalParams) => Promise<SimplePollerLike<OperationState<DownloadURL>, DownloadURL>>
beginDownloadByInvoiceAndWait
경고
이 API는 이제 사용되지 않습니다.
use downloadByInvoice instead
beginDownloadByInvoiceAndWait: (billingAccountName: string, billingProfileName: string, invoiceName: string, options?: PriceSheetDownloadByInvoiceOptionalParams) => Promise<DownloadURL>
속성 값
(billingAccountName: string, billingProfileName: string, invoiceName: string, options?: PriceSheetDownloadByInvoiceOptionalParams) => Promise<DownloadURL>
downloadByBillingAccount
등록 ID에 따라 제공된 청구 기간의 가격표를 비동기적으로 생성합니다. 기업계약 고객을 위한 것입니다.
버전 2025-03-01로 마이그레이션
새 URI와 함께 2025-03-01 API 버전을 사용할 수 있습니다.
'/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingPeriods/{billingPeriodName}/providers/Microsoft.CostManagement/pricesheets/default/download'
아래에 자세히 설명된 새 스키마를 사용하여 가격표의 새 버전은 추가 정보를 제공하고 현재 청구 기간의 RI(Azure Reserved Instances)에 대한 가격을 포함합니다. 이전 RI(Azure Reserved Instance) 가격 책정에 대한 지속적인 레코드를 유지 관리하는 경우 새 청구 기간을 입력할 때 Azure 가격표를 다운로드하는 것이 좋습니다.
EA Azure 가격표는 지난 13개월 동안 청구 기간에 사용할 수 있습니다. 13개월 이전의 청구 기간에 대한 가격표를 요청하려면 고객 지원에 문의하세요.
Azure 가격표 다운로드 환경은 단일 .csv 파일에서 각각 최대 크기가 75MB인 여러 .csv 파일이 포함된 zip 파일로 업데이트되었습니다. 2023-11-01 버전은 http POST 메서드를 사용하도록 업그레이드되었습니다. 자세한 내용은 아래에서 확인할 수 있습니다.
모든 버전의 Microsoft.Consumption Azure 가격표 - 청구 계정으로 다운로드(2022-06-01 포함, 2021-10-01, 2020-01-01-preview, 2019-10-01, 2019-05-01)는 2026년 6월 1일에 사용 중지될 예정이며 이 날짜 이후에는 더 이상 지원되지 않습니다.
downloadByBillingAccount: (billingAccountId: string, billingPeriodName: string, options?: PriceSheetDownloadByBillingAccountOptionalParams) => PollerLike<OperationState<OperationStatus>, OperationStatus>
속성 값
(billingAccountId: string, billingPeriodName: string, options?: PriceSheetDownloadByBillingAccountOptionalParams) => PollerLike<OperationState<OperationStatus>, OperationStatus>
downloadByBillingProfile
청구 프로필에 대한 현재 월의 가격표를 다운로드할 URL을 가져옵니다. 이 작업은 계약 유형이 Microsoft 파트너 계약 또는 Microsoft 고객 계약 청구 계정에 대해 지원됩니다.
2023년 1월 이후 청구 기간에 새 2023-09-01 API 버전을 사용할 수 있습니다. RI(Azure Reserved Instance) 가격은 새 버전의 API를 통해서만 사용할 수 있습니다.
Azure 제품 증가로 인해 이 미리 보기 버전의 Azure 가격표 다운로드 환경은 단일 csv/json 파일에서 각각 최대 크기가 75MB인 여러 csv/json 파일이 포함된 Zip 파일로 업데이트됩니다.
downloadByBillingProfile: (billingAccountName: string, billingProfileName: string, options?: PriceSheetDownloadByBillingProfileOptionalParams) => PollerLike<OperationState<PricesheetDownloadProperties>, PricesheetDownloadProperties>
속성 값
(billingAccountName: string, billingProfileName: string, options?: PriceSheetDownloadByBillingProfileOptionalParams) => PollerLike<OperationState<PricesheetDownloadProperties>, PricesheetDownloadProperties>
downloadByInvoice
청구서의 가격표를 다운로드할 URL을 가져옵니다. 이 작업은 계약 유형이 Microsoft 파트너 계약 또는 Microsoft 고객 계약 청구 계정에 대해 지원됩니다.
downloadByInvoice: (billingAccountName: string, billingProfileName: string, invoiceName: string, options?: PriceSheetDownloadByInvoiceOptionalParams) => PollerLike<OperationState<DownloadURL>, DownloadURL>
속성 값
(billingAccountName: string, billingProfileName: string, invoiceName: string, options?: PriceSheetDownloadByInvoiceOptionalParams) => PollerLike<OperationState<DownloadURL>, DownloadURL>