Avs Assessment Options Operations - Get
AvsAssessmentOptions を取得する
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/avsAssessmentOptions/{avsAssessmentOptionsName}?api-version=2024-01-15
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
avs
|
path | True |
string pattern: ^[^<>&:\?/#]{1,260}$ |
AVS 評価オプションの ARM 名。 受け入れ可能な値は 'default' です |
project
|
path | True |
string pattern: ^[^<>&:\?/#]{1,260}$ |
評価プロジェクト名 |
resource
|
path | True |
string minLength: 1maxLength: 90 |
リソース グループの名前。 名前は大文字と小文字が区別されます。 |
subscription
|
path | True |
string (uuid) |
ターゲット サブスクリプションの ID。 値は UUID である必要があります。 |
api-version
|
query | True |
string minLength: 1 |
この操作に使用する API バージョン。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
ARM 操作が正常に完了しました。 |
|
Other Status Codes |
予期しないエラー応答。 |
セキュリティ
azure_auth
Azure Active Directory OAuth2 フロー。
型:
oauth2
フロー:
implicit
Authorization URL (承認 URL):
https://login.microsoftonline.com/common/oauth2/authorize
スコープ
名前 | 説明 |
---|---|
user_impersonation | ユーザー アカウントを偽装する |
例
AvsAssessmentOptionsOperations_Get_MaximumSet_Gen
要求のサンプル
GET https://management.azure.com/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/ayagrawrg/providers/Microsoft.Migrate/assessmentProjects/app18700project/avsAssessmentOptions/default?api-version=2024-01-15
応答のサンプル
{
"properties": {
"avsNodes": [
{
"nodeType": "AV36",
"targetLocations": [
"EastAsia",
"SoutheastAsia",
"AustraliaEast",
"AustraliaSoutheast",
"BrazilSouth",
"CanadaCentral",
"CanadaEast",
"WestEurope",
"NorthEurope",
"JapanEast",
"JapanWest",
"UkWest",
"UkSouth",
"NorthCentralUs",
"EastUs",
"SouthCentralUs",
"CentralUs",
"EastUs2",
"WestUs",
"FranceCentral",
"SouthAfricaNorth",
"GermanyWestCentral",
"SwedenCentral"
]
},
{
"nodeType": "AV36P",
"targetLocations": [
"AustraliaEast",
"CanadaCentral",
"UkSouth",
"NorthCentralUs",
"EastUs",
"WestUs2",
"SouthCentralUs",
"EastUs2",
"WestUs",
"QatarCentral",
"WestEurope"
]
},
{
"nodeType": "AV52",
"targetLocations": [
"WestEurope",
"UkSouth",
"EastUs2"
]
}
],
"avsExternalStorageTypes": [
{
"storageType": "AnfStandard",
"targetLocations": [
"EastAsia",
"SoutheastAsia",
"AustraliaEast",
"AustraliaSoutheast",
"BrazilSouth",
"CanadaCentral",
"CanadaEast",
"WestEurope",
"NorthEurope",
"JapanEast",
"JapanWest",
"UkWest",
"UkSouth",
"NorthCentralUs",
"EastUs",
"SouthCentralUs",
"CentralUs",
"EastUs2",
"WestUs",
"FranceCentral",
"SouthAfricaNorth",
"GermanyWestCentral",
"SwedenCentral"
]
},
{
"storageType": "AnfPremium",
"targetLocations": [
"WestUs",
"FranceCentral",
"SouthAfricaNorth",
"GermanyWestCentral",
"SwedenCentral"
]
}
],
"failuresToTolerateAndRaidLevelValues": [
"Ftt1Raid1",
"Ftt1Raid5",
"Ftt2Raid1",
"Ftt2Raid6",
"Ftt3Raid1"
],
"reservedInstanceAvsNodes": [
"AV36",
"AV36P",
"AV52"
],
"reservedInstanceSupportedLocations": [
"EastAsia",
"SoutheastAsia",
"AustraliaEast",
"AustraliaSoutheast",
"BrazilSouth",
"CanadaCentral",
"CanadaEast",
"WestEurope",
"NorthEurope",
"JapanEast",
"JapanWest",
"UkWest",
"UkSouth",
"NorthCentralUs",
"EastUs",
"SouthCentralUs",
"CentralUs",
"EastUs2",
"WestUs",
"FranceCentral",
"SouthAfricaNorth",
"GermanyWestCentral",
"SwedenCentral",
"WestUs2",
"QatarCentral"
],
"reservedInstanceSupportedCurrencies": [
"USD",
"DKK",
"CAD",
"JPY",
"KRW",
"NZD",
"NOK",
"RUB",
"SEK",
"GBP",
"INR",
"BRL",
"TWD",
"EUR",
"CHF",
"AUD"
],
"reservedInstanceSupportedOffers": [
"MSAZR0003P"
]
},
"id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/ayagrawrg/providers/Microsoft.Migrate/assessmentprojects/app18700project/avsAssessmentOptions/default",
"name": "default",
"type": "Microsoft.Migrate/assessmentprojects/{assessmentOptionsName}",
"systemData": {
"createdBy": "asd",
"createdByType": "User",
"createdAt": "2023-09-15T07:22:18.589Z",
"lastModifiedBy": "tnmop",
"lastModifiedByType": "User",
"lastModifiedAt": "2023-09-15T07:22:18.589Z"
}
}
定義
名前 | 説明 |
---|---|
Avs |
AVS 評価オプション リソース。 |
Avs |
AVS 外部ストレージ固有のオプション。 |
Avs |
AVS SKU 固有のオプション。 |
Azure |
|
Azure |
Azure の通貨。 |
Azure |
Azure の場所。 |
Azure |
|
created |
リソースを作成した ID の種類。 |
Error |
エラーの詳細 |
Error |
エラー応答 |
External |
さまざまな外部ストレージ SKU。 |
Ftt |
FTT および RAID レベル。 |
system |
リソースの作成と最後の変更に関連するメタデータ。 |
AvsAssessmentOptions
AVS 評価オプション リソース。
名前 | 型 | 説明 |
---|---|---|
id |
string (arm-id) |
リソースの完全修飾リソース ID。 例: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" |
name |
string |
リソースの名前 |
properties.avsExternalStorageTypes |
AVS 外部ストレージの種類がサポートされています。 |
|
properties.avsNodes |
AVS SKU ノード。 |
|
properties.failuresToTolerateAndRaidLevelValues |
FTT レベルと Raid レベルの値。 |
|
properties.reservedInstanceAvsNodes |
RI の AVS ノードの一覧。 |
|
properties.reservedInstanceSupportedCurrencies |
予約インスタンスでサポートされている通貨の一覧。 |
|
properties.reservedInstanceSupportedLocations |
予約インスタンスでサポートされている Azure リージョンの一覧。 |
|
properties.reservedInstanceSupportedOffers |
予約インスタンスでサポートされている Azure オファー コードの一覧。 |
|
systemData |
createdBy および modifiedBy 情報を含む Azure Resource Manager メタデータ。 |
|
type |
string |
リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts" |
AvsExternalStorageOptions
AVS 外部ストレージ固有のオプション。
名前 | 型 | 説明 |
---|---|---|
storageType |
AVS 外部ストレージの種類。 |
|
targetLocations |
このストレージの種類を使用できる場所の一覧。 |
AvsSkuOptions
AVS SKU 固有のオプション。
名前 | 型 | 説明 |
---|---|---|
nodeType |
AVS ノードの種類。 |
|
targetLocations |
このノード タイプが使用可能な場所の一覧。 |
AzureAvsNodeType
値 | 説明 |
---|---|
AV36 | |
AV36P | |
AV52 | |
AV64 | |
Unknown |
AzureCurrency
Azure の通貨。
値 | 説明 |
---|---|
ARS | |
AUD | |
BRL | |
CAD | |
CHF | |
CNY | |
DKK | |
EUR | |
GBP | |
HKD | |
IDR | |
INR | |
JPY | |
KRW | |
MXN | |
MYR | |
NOK | |
NZD | |
RUB | |
SAR | |
SEK | |
TRY | |
TWD | |
USD | |
Unknown | |
ZAR |
AzureLocation
Azure の場所。
値 | 説明 |
---|---|
AustraliaCentral | |
AustraliaCentral2 | |
AustraliaEast | |
AustraliaSoutheast | |
BrazilSouth | |
CanadaCentral | |
CanadaEast | |
CentralIndia | |
CentralUs | |
ChinaEast | |
ChinaEast2 | |
ChinaNorth | |
ChinaNorth2 | |
EastAsia | |
EastUs | |
EastUs2 | |
FranceCentral | |
FranceSouth | |
GermanyCentral | |
GermanyNorth | |
GermanyNortheast | |
GermanyWestCentral | |
JapanEast | |
JapanWest | |
KoreaCentral | |
KoreaSouth | |
NorthCentralUs | |
NorthEurope | |
NorwayEast | |
NorwayWest | |
QatarCentral | |
SouthAfricaNorth | |
SouthAfricaWest | |
SouthCentralUs | |
SouthIndia | |
SoutheastAsia | |
SwedenCentral | |
SwitzerlandNorth | |
SwitzerlandWest | |
UAECentral | |
UAENorth | |
USDoDCentral | |
USDoDEast | |
USGovArizona | |
USGovIowa | |
USGovTexas | |
USGovVirginia | |
UkSouth | |
UkWest | |
Unknown | |
UsNatEast | |
UsNatWest | |
UsSecCentral | |
UsSecEast | |
UsSecWest | |
WestCentralUs | |
WestEurope | |
WestIndia | |
WestUs | |
WestUs2 |
AzureOfferCode
値 | 説明 |
---|---|
EA | |
MSAZR0003P | |
MSAZR0022P | |
MSAZR0023P | |
MSAZR0025P | |
MSAZR0029P | |
MSAZR0036P | |
MSAZR0044P | |
MSAZR0059P | |
MSAZR0060P | |
MSAZR0062P | |
MSAZR0063P | |
MSAZR0064P | |
MSAZR0111P | |
MSAZR0120P | |
MSAZR0121P | |
MSAZR0122P | |
MSAZR0123P | |
MSAZR0124P | |
MSAZR0125P | |
MSAZR0126P | |
MSAZR0127P | |
MSAZR0128P | |
MSAZR0129P | |
MSAZR0130P | |
MSAZR0144P | |
MSAZR0148P | |
MSAZR0149P | |
MSAZR0243P | |
MSAZRDE0003P | |
MSAZRDE0044P | |
MSAZRUSGOV0003P | |
MSMCAZR0044P | |
MSMCAZR0059P | |
MSMCAZR0060P | |
MSMCAZR0063P | |
MSMCAZR0120P | |
MSMCAZR0121P | |
MSMCAZR0125P | |
MSMCAZR0128P | |
SavingsPlan1Year | |
SavingsPlan3Year | |
Unknown |
createdByType
リソースを作成した ID の種類。
値 | 説明 |
---|---|
Application | |
Key | |
ManagedIdentity | |
User |
ErrorDetail
エラーの詳細
名前 | 型 | 説明 |
---|---|---|
code |
string |
エラー コード |
message |
string |
エラーの説明が発生しました |
ErrorResponse
エラー応答
名前 | 型 | 説明 |
---|---|---|
error |
エラー オブジェクト。 |
ExternalStorageType
さまざまな外部ストレージ SKU。
値 | 説明 |
---|---|
AnfPremium |
Premium SKU を使用した ANF 外部ストレージ。 |
AnfStandard |
Standard SKU を使用した ANF 外部ストレージ。 |
AnfUltra |
Ultra SKU を使用した ANF 外部ストレージ。 |
None |
[外部ストレージなし] を示します。 |
Unknown |
サポートされていない外部ストレージを示します。 |
FttAndRaidLevel
FTT および RAID レベル。
値 | 説明 |
---|---|
Ftt1Raid1 |
FTT 1 および RAID レベル 1。 |
Ftt1Raid5 |
FTT 1 および RAID レベル 5。 |
Ftt2Raid1 |
FTT 2 および RAID レベル 1。 |
Ftt2Raid6 |
FTT 2 および RAID レベル 6。 |
Ftt3Raid1 |
FTT 3 および RAID レベル 1。 |
Unknown |
不明な FTT および RAID レベル。 |
systemData
リソースの作成と最後の変更に関連するメタデータ。
名前 | 型 | 説明 |
---|---|---|
createdAt |
string (date-time) |
リソース作成のタイムスタンプ (UTC)。 |
createdBy |
string |
リソースを作成した ID。 |
createdByType |
リソースを作成した ID の種類。 |
|
lastModifiedAt |
string (date-time) |
リソースの最終変更のタイムスタンプ (UTC) |
lastModifiedBy |
string |
リソースを最後に変更した ID。 |
lastModifiedByType |
リソースを最後に変更した ID の種類。 |