Skus - List
Azure Lab Services 리소스 SKU를 가져옵니다.
Azure Lab Services 리소스 SKU 목록을 반환합니다.
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.LabServices/skus?api-version=2023-06-07
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.LabServices/skus?api-version=2023-06-07&$filter={$filter}
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
subscription
|
path | True |
string |
대상 구독의 ID입니다. |
api-version
|
query | True |
string |
이 작업에 사용할 API 버전입니다. |
$filter
|
query |
string |
작업에 적용할 필터입니다. |
응답
Name | 형식 | Description |
---|---|---|
200 OK |
요청이 성공했습니다. 응답에는 Azure Lab Services 리소스 sku가 포함됩니다. |
|
Other Status Codes |
기본 오류 응답입니다. |
예제
listSkus
샘플 요청
GET https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/providers/Microsoft.LabServices/skus?api-version=2023-06-07
샘플 응답
{
"nextLink": null,
"value": [
{
"resourceType": "labs",
"name": "Standard_Fv2_2_4GB_64_S_SSD",
"tier": "Standard",
"size": "Fv2_2_4GB_64_S_SSD",
"family": "Fv2",
"locations": [
"eastus2"
],
"capacity": {
"minimum": 0,
"maximum": 400,
"default": 1,
"scaleType": "Automatic"
},
"costs": [
{
"meterId": "",
"quantity": 20.4,
"extendedUnit": "WindowsHourly"
},
{
"meterId": "",
"quantity": 20.4,
"extendedUnit": "HybridBenefitHourly"
},
{
"meterId": "",
"quantity": 0.7,
"extendedUnit": "InactiveHourly"
},
{
"meterId": "",
"quantity": 20.4,
"extendedUnit": "LinuxHourly"
}
],
"capabilities": [
{
"name": "vCPUs",
"value": "2"
},
{
"name": "MemoryGB",
"value": "4"
},
{
"name": "StorageGB",
"value": "64"
},
{
"name": "StorageType",
"value": "StandardSSD"
},
{
"name": "HyperVGenerations",
"value": "V1,V2"
},
{
"name": "IsGpu",
"value": "False"
}
]
},
{
"resourceType": "labs",
"name": "Standard_Fv2_2_4GB_256_S_SSD",
"tier": "Standard",
"size": "Fv2_2_4GB_256_S_SSD",
"family": "Fv2",
"locations": [
"eastus2"
],
"capacity": {
"minimum": 0,
"maximum": 400,
"default": 1,
"scaleType": "Automatic"
},
"costs": [
{
"meterId": "",
"quantity": 22.8,
"extendedUnit": "WindowsHourly"
},
{
"meterId": "",
"quantity": 22.8,
"extendedUnit": "HybridBenefitHourly"
},
{
"meterId": "",
"quantity": 2.7,
"extendedUnit": "InactiveHourly"
},
{
"meterId": "",
"quantity": 22.8,
"extendedUnit": "LinuxHourly"
}
],
"capabilities": [
{
"name": "vCPUs",
"value": "2"
},
{
"name": "MemoryGB",
"value": "4"
},
{
"name": "StorageGB",
"value": "256"
},
{
"name": "StorageType",
"value": "StandardSSD"
},
{
"name": "HyperVGenerations",
"value": "V1,V2"
},
{
"name": "IsGpu",
"value": "False"
}
]
},
{
"resourceType": "labs",
"name": "Standard_Dv4_2_8GB_128_S_SSD",
"tier": "Standard",
"size": "Dv4_2_8GB_128_S_SSD",
"family": "Dv4",
"locations": [
"eastus2"
],
"capacity": {
"minimum": 0,
"maximum": 400,
"default": 1,
"scaleType": "Automatic"
},
"costs": [
{
"meterId": "",
"quantity": 24.2,
"extendedUnit": "WindowsHourly"
},
{
"meterId": "",
"quantity": 24.2,
"extendedUnit": "HybridBenefitHourly"
},
{
"meterId": "",
"quantity": 1.4,
"extendedUnit": "InactiveHourly"
},
{
"meterId": "",
"quantity": 24.2,
"extendedUnit": "LinuxHourly"
}
],
"capabilities": [
{
"name": "vCPUs",
"value": "2"
},
{
"name": "MemoryGB",
"value": "8"
},
{
"name": "StorageGB",
"value": "128"
},
{
"name": "StorageType",
"value": "StandardSSD"
},
{
"name": "HyperVGenerations",
"value": "V1,V2"
},
{
"name": "IsGpu",
"value": "False"
}
]
},
{
"resourceType": "labs",
"name": "Standard_Dv4_2_8GB_256_S_SSD",
"tier": "Standard",
"size": "Dv4_2_8GB_256_S_SSD",
"family": "Dv4",
"locations": [
"eastus2"
],
"capacity": {
"minimum": 0,
"maximum": 400,
"default": 1,
"scaleType": "Automatic"
},
"costs": [
{
"meterId": "",
"quantity": 25.8,
"extendedUnit": "WindowsHourly"
},
{
"meterId": "",
"quantity": 25.8,
"extendedUnit": "HybridBenefitHourly"
},
{
"meterId": "",
"quantity": 2.7,
"extendedUnit": "InactiveHourly"
},
{
"meterId": "",
"quantity": 25.8,
"extendedUnit": "LinuxHourly"
}
],
"capabilities": [
{
"name": "vCPUs",
"value": "2"
},
{
"name": "MemoryGB",
"value": "8"
},
{
"name": "StorageGB",
"value": "256"
},
{
"name": "StorageType",
"value": "StandardSSD"
},
{
"name": "HyperVGenerations",
"value": "V1,V2"
},
{
"name": "IsGpu",
"value": "False"
}
]
}
]
}
정의
Name | Description |
---|---|
Error |
리소스 관리 오류 추가 정보입니다. |
Error |
오류 세부 정보입니다. |
Error |
오류 응답 |
Lab |
Azure Lab Services 리소스 SKU |
Lab |
랩 서비스 SKU의 기능 배열입니다. |
Lab |
SKU의 스케일 아웃/인 옵션입니다. |
Lab |
랩 서비스 SKU의 비용 배열입니다. |
Lab |
제한 세부 정보입니다. |
Lab |
SKU의 계층입니다. |
Paged |
랩 서비스 sku의 페이징된 목록입니다. |
Restriction |
제한의 이유입니다. |
Restriction |
제한 유형입니다. |
Scale |
리소스의 지역화된 이름입니다. |
ErrorAdditionalInfo
리소스 관리 오류 추가 정보입니다.
Name | 형식 | Description |
---|---|---|
info |
object |
추가 정보입니다. |
type |
string |
추가 정보 유형입니다. |
ErrorDetail
오류 세부 정보입니다.
Name | 형식 | Description |
---|---|---|
additionalInfo |
오류 추가 정보입니다. |
|
code |
string |
오류 코드입니다. |
details |
오류 세부 정보입니다. |
|
message |
string |
오류 메시지입니다. |
target |
string |
오류 대상입니다. |
ErrorResponse
오류 응답
Name | 형식 | Description |
---|---|---|
error |
Error 개체. |
LabServicesSku
Azure Lab Services 리소스 SKU
Name | 형식 | Description |
---|---|---|
capabilities |
SKU의 기능입니다. |
|
capacity |
SKU의 스케일 아웃/인 옵션입니다. |
|
costs |
랩 서비스 SKU의 가격 정보를 검색하기 위한 메타데이터입니다. |
|
family |
string |
SKU의 제품군입니다. |
locations |
string[] |
크기에 사용할 수 있는 위치 목록입니다. |
name |
string |
SKU의 이름입니다. |
resourceType |
string |
랩 서비스 리소스 종류입니다. |
restrictions |
랩 서비스 SKU의 제한 사항입니다. |
|
size |
string |
SKU 크기입니다. |
tier |
SKU의 계층입니다. |
LabServicesSkuCapabilities
랩 서비스 SKU의 기능 배열입니다.
Name | 형식 | Description |
---|---|---|
name |
string |
SKU에 대한 기능의 이름입니다. |
value |
string |
SKU에 대한 기능 값입니다. |
LabServicesSkuCapacity
SKU의 스케일 아웃/인 옵션입니다.
Name | 형식 | Description |
---|---|---|
default |
integer |
이 리소스의 기본 용량입니다. |
maximum |
integer |
이 리소스에 대해 허용되는 가장 높은 용량입니다. |
minimum |
integer |
이 리소스에 대해 허용되는 가장 낮은 용량입니다. |
scaleType |
리소스의 지역화된 이름입니다. |
LabServicesSkuCost
랩 서비스 SKU의 비용 배열입니다.
Name | 형식 | Description |
---|---|---|
extendedUnit |
string |
확장 단위입니다. |
meterId |
string |
미터 ID입니다. |
quantity |
number |
청구된 단위의 수량입니다. |
LabServicesSkuRestrictions
제한 세부 정보입니다.
Name | 형식 | Description |
---|---|---|
reasonCode |
제한의 이유입니다. |
|
type |
제한 유형입니다. |
|
values |
string[] |
제한 값입니다. |
LabServicesSkuTier
SKU의 계층입니다.
Name | 형식 | Description |
---|---|---|
Premium |
string |
|
Standard |
string |
PagedLabServicesSkus
랩 서비스 sku의 페이징된 목록입니다.
Name | 형식 | Description |
---|---|---|
nextLink |
string |
sku 결과의 다음 페이지를 가져오는 링크입니다. |
value |
sku 결과의 배열 페이지입니다. |
RestrictionReasonCode
제한의 이유입니다.
Name | 형식 | Description |
---|---|---|
NotAvailableForSubscription |
string |
|
QuotaId |
string |
RestrictionType
제한 유형입니다.
Name | 형식 | Description |
---|---|---|
Location |
string |
ScaleType
리소스의 지역화된 이름입니다.
Name | 형식 | Description |
---|---|---|
Automatic |
string |
사용자는 이 SKU를 스케일 인 및 스케일 아웃할 수 있습니다. |
Manual |
string |
사용자는 이 SKU를 수동으로 스케일 인 및 스케일 아웃해야 합니다. |
None |
string |
용량은 어떤 식으로든 조정할 수 없습니다. |