IWithPublicIPAddress<ReturnT> Interface

Definition

The stage definition allowing to associate the resource with a public IP address.

public interface IWithPublicIPAddress<ReturnT> : Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Update.IWithExistingPublicIPAddress<ReturnT>, Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Update.IWithNewPublicIPAddress<ReturnT>, Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Update.IWithNewPublicIPAddressNoDnsLabel<ReturnT>
type IWithPublicIPAddress<'ReturnT> = interface
    interface IWithExistingPublicIPAddress<'ReturnT>
    interface IWithNewPublicIPAddress<'ReturnT>
    interface IWithNewPublicIPAddressNoDnsLabel<'ReturnT>
Public Interface IWithPublicIPAddress(Of ReturnT)
Implements IWithExistingPublicIPAddress(Of ReturnT), IWithNewPublicIPAddress(Of ReturnT), IWithNewPublicIPAddressNoDnsLabel(Of ReturnT)

Type Parameters

ReturnT

The next stage of the update.

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>)
WithNewPublicIPAddress(String)

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

(Inherited from IWithNewPublicIPAddress<ReturnT>)
WithoutPublicIPAddress()

Removes the existing reference to a public IP address.

(Inherited from IWithExistingPublicIPAddress<ReturnT>)

Applies to