AzureReservationAPI class
- Extends
생성자
Azure |
AzureReservationAPI 클래스의 새 인스턴스를 초기화합니다. |
속성
$host | |
calculate |
|
calculate |
|
exchange | |
operation | |
quota | |
quota |
|
reservation | |
reservation |
|
return |
상속된 속성
pipeline | 이 클라이언트가 요청을 만드는 데 사용하는 파이프라인 |
메서드
get |
이 구독 또는 이 구독의 리소스 그룹에 적용되는 적용 가능한 |
list |
지정된 Azure 구독에 대해 RI 구매에 사용할 수 있는 지역 및 SKU를 가져옵니다. |
상속된 메서드
send |
제공된 OperationSpec을 사용하여 채워진 HTTP 요청을 보냅니다. |
send |
제공된 httpRequest를 보냅니다. |
생성자 세부 정보
AzureReservationAPI(TokenCredential, AzureReservationAPIOptionalParams)
AzureReservationAPI 클래스의 새 인스턴스를 초기화합니다.
new AzureReservationAPI(credentials: TokenCredential, options?: AzureReservationAPIOptionalParams)
매개 변수
- credentials
- TokenCredential
클라이언트 구독을 고유하게 식별하는 구독 자격 증명입니다.
매개 변수 옵션
속성 세부 정보
$host
$host: string
속성 값
string
calculateExchange
calculateRefund
exchange
operation
quota
quotaRequestStatus
reservation
reservationOrder
return
상속된 속성 세부 정보
pipeline
이 클라이언트가 요청을 만드는 데 사용하는 파이프라인
pipeline: Pipeline
속성 값
coreClient.ServiceClient.pipeline에서 상속됨
메서드 세부 정보
getAppliedReservationList(string, GetAppliedReservationListOptionalParams)
이 구독 또는 이 구독의 리소스 그룹에 적용되는 적용 가능한 Reservation
을 가져옵니다.
function getAppliedReservationList(subscriptionId: string, options?: GetAppliedReservationListOptionalParams): Promise<AppliedReservations>
매개 변수
- subscriptionId
-
string
구독의 ID
옵션 매개 변수입니다.
반환
Promise<AppliedReservations>
listCatalog(string, GetCatalogOptionalParams)
지정된 Azure 구독에 대해 RI 구매에 사용할 수 있는 지역 및 SKU를 가져옵니다.
function listCatalog(subscriptionId: string, options?: GetCatalogOptionalParams): PagedAsyncIterableIterator<Catalog, Catalog[], PageSettings>
매개 변수
- subscriptionId
-
string
구독의 ID
- options
- GetCatalogOptionalParams
옵션 매개 변수입니다.
반환
상속된 메서드 세부 정보
sendOperationRequest<T>(OperationArguments, OperationSpec)
제공된 OperationSpec을 사용하여 채워진 HTTP 요청을 보냅니다.
function sendOperationRequest<T>(operationArguments: OperationArguments, operationSpec: OperationSpec): Promise<T>
매개 변수
- operationArguments
- OperationArguments
HTTP 요청의 템플릿 값이 채워질 인수입니다.
- operationSpec
- OperationSpec
httpRequest를 채우는 데 사용할 OperationSpec입니다.
반환
Promise<T>
coreClient.ServiceClient.sendOperationRequest에서 상속됨
sendRequest(PipelineRequest)
제공된 httpRequest를 보냅니다.
function sendRequest(request: PipelineRequest): Promise<PipelineResponse>
매개 변수
- request
- PipelineRequest
반환
Promise<PipelineResponse>
coreClient.ServiceClient.sendRequest에서 상속됨