New-AzsIPPool
Maak een IP-adresgroep. Nadat u een IP-adresgroep hebt gemaakt, kan deze niet worden verwijderd.
Syntax
New-AzsIPPool
-Name <String>
[-Location <String>]
[-ResourceGroupName <String>]
[-SubscriptionId <String>]
[-AddressPrefix <String>]
[-EndIPAddress <String>]
[-NumberOfAllocatedIPAddress <Int64>]
[-NumberOfIPAddress <Int64>]
[-NumberOfIPAddressesInTransition <Int64>]
[-StartIPAddress <String>]
[-Tag <Hashtable>]
[-DefaultProfile <PSObject>]
[-AsJob]
[-NoWait]
[-Confirm]
[-WhatIf]
[<CommonParameters>]
New-AzsIPPool
-Name <String>
-Pool \<IIPPool>
[-Location <String>]
[-ResourceGroupName <String>]
[-SubscriptionId <String>]
[-DefaultProfile <PSObject>]
[-AsJob]
[-NoWait]
[-Confirm]
[-WhatIf]
[<CommonParameters>]
Description
Maak een IP-adresgroep. Nadat u een IP-adresgroep hebt gemaakt, kan deze niet worden verwijderd.
Voorbeelden
Voorbeeld 1:
PS C:\> New-AzsIpPool -Name IpPool4 -StartIpAddress ***.***.***.*** -EndIpAddress ***.***.***.*** -AddressPrefix ***.***.***.***/24
Maak een nieuwe IP-pool.
Parameters
Het adresvoorvoegsel.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Voer de opdracht uit als een taak
| Type: | SwitchParameter |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Hiermee wordt u gevraagd om bevestiging voordat u de cmdlet uitvoert.
| Type: | SwitchParameter |
| Aliases: | cf |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
De referenties, het account, de tenant en het abonnement dat wordt gebruikt voor communicatie met Azure.
| Type: | PSObject |
| Aliases: | AzureRMContext, AzureCredential |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Het laatste IP-adres.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
De regio waar de resource zich bevindt.
| Type: | String |
| Position: | Named |
| Default value: | (Get-AzLocation)[0].Location |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Ip-adresgroepnaam.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Voer de opdracht asynchroon uit
| Type: | SwitchParameter |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Het aantal momenteel toegewezen IP-adressen.
| Type: | Int64 |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Het totale aantal IP-adressen.
| Type: | Int64 |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Het huidige aantal IP-adressen in overgang.
| Type: | Int64 |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Deze resource definieert het bereik van IP-adressen waaruit adressen worden toegewezen voor knooppunten binnen een subnet. Zie de sectie NOTES voor POOL-eigenschappen en maak een hash-tabel om deze samen te stellen.
| Type: | Microsoft.Azure.PowerShell.Cmdlets.FabricAdmin.Models.Api20160501.IIPPool |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |
De naam van de resourcegroep.
| Type: | String |
| Position: | Named |
| Default value: | -join("System.",(Get-AzLocation)[0].Location) |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Het begin-IP-adres.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Abonnementsreferenties waarmee het Microsoft Azure-abonnement uniek wordt geïdentificeerd. De abonnements-id maakt deel uit van de URI voor elke serviceoproep.
| Type: | String |
| Position: | Named |
| Default value: | (Get-AzContext).Subscription.Id |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Lijst met sleutel-waardeparen.
| Type: | Hashtable |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Hiermee wordt weergegeven wat er zou gebeuren als u de cmdlet uitvoert. De cmdlet wordt niet uitgevoerd.
| Type: | SwitchParameter |
| Aliases: | wi |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Invoerwaarden
Microsoft.Azure.PowerShell.Cmdlets.FabricAdmin.Models.Api20160501.IIPPool
Uitvoerwaarden
Microsoft.Azure.PowerShell.Cmdlets.FabricAdmin.Models.Api20160501.IIPPool
Notities
COMPLEXE PARAMETEREIGENSCHAPPEN Om de hieronder beschreven parameters te maken, maakt u een hash-tabel met de juiste eigenschappen. Voer Get-Help about_Hash_Tables uit voor informatie over hashtabellen.
POOL <IIPPool>: Deze resource definieert het bereik van IP-adressen waaruit adressen worden toegewezen voor knooppunten binnen een subnet.
[Location <String>]: de regio waar de resource zich bevindt.[Tag \<IResourceTags>]: Lijst met sleutel-waardeparen.[(Any) <String>]: Hiermee wordt aangegeven dat een eigenschap aan dit object kan worden toegevoegd.
[AddressPrefix <String>]: het adresvoorvoegsel.[EndIPAddress <String>]: het laatste IP-adres.[NumberOfAllocatedIPAddresses <Int64?>]: Het aantal momenteel toegewezen IP-adressen.[NumberOfIPAddresses <Int64?>]: Het totale aantal IP-adressen.[NumberOfIPAddressesInTransition <Int64?>]: Het huidige aantal IP-adressen in overgang.[StartIPAddress <String>]: het begin-IP-adres.