共用方式為


IWithPublicIPAddress Interface

Definition

The stage of an application gateway update allowing to specify a public IP address for the public frontend.

public interface IWithPublicIPAddress : Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Update.IWithExistingPublicIPAddress<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Update.IWithNewPublicIPAddressNoDnsLabel<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Update.IWithPublicIPAddressNoDnsLabel<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate>
type IWithPublicIPAddress = interface
    interface IWithPublicIPAddressNoDnsLabel<IUpdate>
    interface IWithExistingPublicIPAddress<IUpdate>
    interface IWithNewPublicIPAddressNoDnsLabel<IUpdate>
Public Interface IWithPublicIPAddress
Implements IWithExistingPublicIPAddress(Of IUpdate), IWithNewPublicIPAddressNoDnsLabel(Of IUpdate), IWithPublicIPAddressNoDnsLabel(Of IUpdate)
Derived
Implements

Methods

WithExistingPublicIPAddress(IPublicIPAddress)

Associates an existing public IP address with the resource.

(Inherited from IWithExistingPublicIPAddress<ReturnT>)
WithExistingPublicIPAddress(String)

Associates an existing public IP address with the resource.

(Inherited from IWithExistingPublicIPAddress<ReturnT>)
WithNewPublicIPAddress()

Creates a new public IP address in the same region and group as the resource and associates it with the resource. The internal name and DNS label for the public IP address will be derived from the resource's name.

(Inherited from IWithNewPublicIPAddressNoDnsLabel<ReturnT>)
WithNewPublicIPAddress(ICreatable<IPublicIPAddress>)

Creates a new public IP address to associate with the resource.

(Inherited from IWithNewPublicIPAddressNoDnsLabel<ReturnT>)
WithoutPublicIPAddress()

Removes the existing reference to a public IP address.

(Inherited from IWithExistingPublicIPAddress<ReturnT>)

Applies to