PriceSheet interface
PriceSheet를 나타내는 인터페이스입니다.
메서드
begin |
청구서의 가격표를 다운로드할 URL을 가져옵니다. 이 작업은 계약 유형이 Microsoft 파트너 계약 또는 Microsoft 고객 계약인 청구 계정에 대해 지원됩니다. |
begin |
청구서의 가격표를 다운로드할 URL을 가져옵니다. 이 작업은 계약 유형이 Microsoft 파트너 계약 또는 Microsoft 고객 계약인 청구 계정에 대해 지원됩니다. |
begin |
청구 프로필에 대한 현재 월의 가격표를 다운로드할 URL을 가져옵니다. 이 작업은 계약 유형이 Microsoft 파트너 계약 또는 Microsoft 고객 계약 청구 계정에 대해 지원됩니다. Azure 제품 증가로 인해 이 미리 보기 버전의 Azure 가격표 다운로드 환경은 단일 csv 파일에서 각각 최대 200k 레코드가 있는 여러 csv 파일이 포함된 Zip 파일로 업데이트됩니다. |
begin |
청구 프로필에 대한 현재 월의 가격표를 다운로드할 URL을 가져옵니다. 이 작업은 계약 유형이 Microsoft 파트너 계약 또는 Microsoft 고객 계약 청구 계정에 대해 지원됩니다. Azure 제품 증가로 인해 이 미리 보기 버전의 Azure 가격표 다운로드 환경은 단일 csv 파일에서 각각 최대 200k 레코드가 있는 여러 csv 파일이 포함된 Zip 파일로 업데이트됩니다. |
메서드 세부 정보
beginDownload(string, string, string, PriceSheetDownloadOptionalParams)
청구서의 가격표를 다운로드할 URL을 가져옵니다. 이 작업은 계약 유형이 Microsoft 파트너 계약 또는 Microsoft 고객 계약인 청구 계정에 대해 지원됩니다.
function beginDownload(billingAccountName: string, billingProfileName: string, invoiceName: string, options?: PriceSheetDownloadOptionalParams): Promise<SimplePollerLike<OperationState<DownloadURL>, DownloadURL>>
매개 변수
- billingAccountName
-
string
청구 계정을 고유하게 식별하는 ID입니다.
- billingProfileName
-
string
청구 프로필을 고유하게 식별하는 ID입니다.
- invoiceName
-
string
청구서를 고유하게 식별하는 ID입니다.
- options
- PriceSheetDownloadOptionalParams
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.SimplePollerLike<OperationState<DownloadURL>, DownloadURL>>
beginDownloadAndWait(string, string, string, PriceSheetDownloadOptionalParams)
청구서의 가격표를 다운로드할 URL을 가져옵니다. 이 작업은 계약 유형이 Microsoft 파트너 계약 또는 Microsoft 고객 계약인 청구 계정에 대해 지원됩니다.
function beginDownloadAndWait(billingAccountName: string, billingProfileName: string, invoiceName: string, options?: PriceSheetDownloadOptionalParams): Promise<DownloadURL>
매개 변수
- billingAccountName
-
string
청구 계정을 고유하게 식별하는 ID입니다.
- billingProfileName
-
string
청구 프로필을 고유하게 식별하는 ID입니다.
- invoiceName
-
string
청구서를 고유하게 식별하는 ID입니다.
- options
- PriceSheetDownloadOptionalParams
옵션 매개 변수입니다.
반환
Promise<DownloadURL>
beginDownloadByBillingProfile(string, string, PriceSheetDownloadByBillingProfileOptionalParams)
청구 프로필에 대한 현재 월의 가격표를 다운로드할 URL을 가져옵니다. 이 작업은 계약 유형이 Microsoft 파트너 계약 또는 Microsoft 고객 계약 청구 계정에 대해 지원됩니다. Azure 제품 증가로 인해 이 미리 보기 버전의 Azure 가격표 다운로드 환경은 단일 csv 파일에서 각각 최대 200k 레코드가 있는 여러 csv 파일이 포함된 Zip 파일로 업데이트됩니다.
function beginDownloadByBillingProfile(billingAccountName: string, billingProfileName: string, options?: PriceSheetDownloadByBillingProfileOptionalParams): Promise<SimplePollerLike<OperationState<DownloadURL>, DownloadURL>>
매개 변수
- billingAccountName
-
string
청구 계정을 고유하게 식별하는 ID입니다.
- billingProfileName
-
string
청구 프로필을 고유하게 식별하는 ID입니다.
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.SimplePollerLike<OperationState<DownloadURL>, DownloadURL>>
beginDownloadByBillingProfileAndWait(string, string, PriceSheetDownloadByBillingProfileOptionalParams)
청구 프로필에 대한 현재 월의 가격표를 다운로드할 URL을 가져옵니다. 이 작업은 계약 유형이 Microsoft 파트너 계약 또는 Microsoft 고객 계약 청구 계정에 대해 지원됩니다. Azure 제품 증가로 인해 이 미리 보기 버전의 Azure 가격표 다운로드 환경은 단일 csv 파일에서 각각 최대 200k 레코드가 있는 여러 csv 파일이 포함된 Zip 파일로 업데이트됩니다.
function beginDownloadByBillingProfileAndWait(billingAccountName: string, billingProfileName: string, options?: PriceSheetDownloadByBillingProfileOptionalParams): Promise<DownloadURL>
매개 변수
- billingAccountName
-
string
청구 계정을 고유하게 식별하는 ID입니다.
- billingProfileName
-
string
청구 프로필을 고유하게 식별하는 ID입니다.
옵션 매개 변수입니다.
반환
Promise<DownloadURL>
Azure SDK for JavaScript