Bagikan melalui


IWithIpConfigurationSettings.WithPublicIpAddress(String) Method

Definition

Sets the public IP address of Azure firewall.

public Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithIpConfigurationSettings WithPublicIpAddress (string publicIpAddressId);
abstract member WithPublicIpAddress : string -> Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithIpConfigurationSettings
Public Function WithPublicIpAddress (publicIpAddressId As String) As IWithIpConfigurationSettings

Parameters

publicIpAddressId
String

The ID of public IP address.

Returns

Applies to