你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PSAzureFirewall.Allocate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Allocate(SubResource) | |
Allocate(SubResource, PSPublicIpAddress[]) | |
Allocate(PSVirtualNetwork, PSPublicIpAddress[], PSPublicIpAddress) |
Allocate(SubResource)
public void Allocate (Microsoft.Azure.Management.Network.Models.SubResource virtualHub);
member this.Allocate : Microsoft.Azure.Management.Network.Models.SubResource -> unit
Public Sub Allocate (virtualHub As SubResource)
Parameters
- virtualHub
- SubResource
Applies to
Allocate(SubResource, PSPublicIpAddress[])
public void Allocate (Microsoft.Azure.Management.Network.Models.SubResource virtualHub, Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[] publicIpAddresses);
member this.Allocate : Microsoft.Azure.Management.Network.Models.SubResource * Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[] -> unit
Public Sub Allocate (virtualHub As SubResource, publicIpAddresses As PSPublicIpAddress())
Parameters
- virtualHub
- SubResource
- publicIpAddresses
- PSPublicIpAddress[]
Applies to
Allocate(PSVirtualNetwork, PSPublicIpAddress[], PSPublicIpAddress)
public void Allocate (Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork virtualNetwork, Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[] publicIpAddresses, Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress ManagementPublicIpAddress = default);
member this.Allocate : Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork * Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[] * Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress -> unit
Public Sub Allocate (virtualNetwork As PSVirtualNetwork, publicIpAddresses As PSPublicIpAddress(), Optional ManagementPublicIpAddress As PSPublicIpAddress = Nothing)
Parameters
- virtualNetwork
- PSVirtualNetwork
- publicIpAddresses
- PSPublicIpAddress[]
- ManagementPublicIpAddress
- PSPublicIpAddress