Mac Address Pools - Get
要求された MAC アドレス プールを返します。
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/macAddressPools/{macAddressPool}?api-version=2016-05-01
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
location
|
path | True |
string |
リソースの場所。 |
mac
|
path | True |
string |
MAC アドレス プールの名前。 |
resource
|
path | True |
string |
リソース グループの名前。 |
subscription
|
path | True |
string |
Microsoft Azure サブスクリプションを一意に識別するサブスクリプション資格情報。 サブスクリプション ID は、すべてのサービス呼び出しの URI の一部を形成します。 |
api-version
|
query | True |
string |
クライアント API のバージョン。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
わかりました |
|
404 Not Found |
見つかりません |
セキュリティ
azure_auth
承認では、Azure Active Directory OAuth2 フローが使用されます。
型:
oauth2
フロー:
implicit
Authorization URL (承認 URL):
https://login.microsoftonline.com/common/oauth2/authorize
スコープ
名前 | 説明 |
---|---|
user_impersonation | ユーザー アカウントを偽装する |
例
Returns the requested MAC address pool.
要求のサンプル
GET https://management.azure.com/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/macAddressPools/8197fd09-8a69-417e-a55c-10c2c61f5ee7?api-version=2016-05-01
応答のサンプル
{
"id": "/subscriptions/36e98cad-c8a5-4580-bef7-af878a237908/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/macAddressPools/8197fd09-8a69-417e-a55c-10c2c61f5ee7",
"name": "8197fd09-8a69-417e-a55c-10c2c61f5ee7",
"type": "Microsoft.Fabric.Admin/fabricLocations/macAddressPools",
"location": "local",
"tags": {},
"properties": {
"startMacAddress": "00-1D-D8-B7-1C-00",
"endMacAddress": "00-1D-D8-F4-1F-FF",
"numberOfAllocatedMacAddresses": 5,
"numberOfAvailableMacAddresses": 3998715
}
}
定義
MacAddressPool
このリソースは、MAC アドレス プールを表します。 仮想マシンの MAC アドレスの種類を "静的" に設定すると、既定の MAC アドレス プールが使用されます。 仮想マシンの設定が "動的" の場合、ハイパーバイザーによって MAC アドレスが割り当てられます。
名前 | 型 | 説明 |
---|---|---|
id |
string |
リソースの URI。 |
location |
string |
リソースが配置されているリージョン。 |
name |
string |
リソースの名前。 |
properties.endMacAddress |
string |
終了 MAC アドレス。 |
properties.metadata |
object |
MAC プールに関連するメタデータ。 |
properties.numberOfAllocatedMacAddresses |
integer (int64) |
割り当てられた MAC アドレスの数。 |
properties.numberOfAvailableMacAddresses |
integer (int64) |
使用可能な MAC アドレスの数。 |
properties.startMacAddress |
string |
MAC アドレスの開始。 |
tags |
object |
キーと値のペアの一覧。 |
type |
string |
リソースの種類。 |