Ip Pools - Get
Adja vissza a kért IP-készletet.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/ipPools/{ipPool}?api-version=2016-05-01
URI-paraméterek
Name | In | Kötelező | Típus | Description |
---|---|---|---|---|
ip
|
path | True |
string |
IP-készlet neve. |
location
|
path | True |
string |
Az erőforrás helye. |
resource
|
path | True |
string |
Az erőforráscsoport neve. |
subscription
|
path | True |
string |
A Microsoft Azure-előfizetés egyedi azonosítására szolgáló előfizetési hitelesítő adatok. Az előfizetés azonosítója minden szolgáltatáshíváshoz az URI részét képezi. |
api-version
|
query | True |
string |
Ügyfél API-verziója. |
Válaszok
Name | Típus | Description |
---|---|---|
200 OK |
OKÉ |
|
404 Not Found |
NEM TALÁLHATÓ |
Biztonság
azure_auth
Az engedélyezés egy Azure Active Directory OAuth2-folyamatot használ.
Típus:
oauth2
Folyamat:
implicit
Engedélyezési URL:
https://login.microsoftonline.com/common/oauth2/authorize
Hatókörök
Name | Description |
---|---|
user_impersonation | a felhasználói fiók megszemélyesítése |
Példák
Return the requested IP pool.
Mintakérelem
GET https://management.azure.com/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/ipPools/981fec89-67d6-453e-bf21-5ff11562564f?api-version=2016-05-01
Mintaválasz
{
"id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/ipPools/TestIpPool1993",
"name": "TestIpPool1993",
"type": "Microsoft.Fabric.Admin/fabricLocations/ipPools",
"location": "local",
"tags": {},
"properties": {
"startIpAddress": "192.3.9.1",
"endIpAddress": "192.3.9.255",
"numberOfIpAddresses": 255,
"numberOfAllocatedIpAddresses": 0,
"numberOfIpAddressesInTransition": 0
}
}
Definíciók
IpPool
Ez az erőforrás határozza meg azoknak az IP-címeknek a tartományát, amelyekből az alhálózat csomópontjaihoz vannak lefoglalva.
Name | Típus | Description |
---|---|---|
id |
string |
Az erőforrás URI-ja. |
location |
string |
Az a régió, ahol az erőforrás található. |
name |
string |
Az erőforrás neve. |
properties.addressPrefix |
string |
A címelőtag. |
properties.endIpAddress |
string |
A záró IP-cím. |
properties.numberOfAllocatedIpAddresses |
integer (int64) |
A jelenleg lefoglalt IP-címek száma. |
properties.numberOfIpAddresses |
integer (int64) |
Az IP-címek teljes száma. |
properties.numberOfIpAddressesInTransition |
integer (int64) |
Az áttűnésben lévő IP-címek aktuális száma. |
properties.startIpAddress |
string |
A kezdő IP-cím. |
tags |
object |
Kulcs-érték párok listája. |
type |
string |
Erőforrás típusa. |