IWithNewPublicIPAddressNoDnsLabel<ReturnT> Interface

Definition

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

public interface IWithNewPublicIPAddressNoDnsLabel<ReturnT>
type IWithNewPublicIPAddressNoDnsLabel<'ReturnT> = interface
Public Interface IWithNewPublicIPAddressNoDnsLabel(Of ReturnT)

Type Parameters

ReturnT

The next stage of the definition.

Derived

Methods

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.

WithNewPublicIPAddress(ICreatable<IPublicIPAddress>)

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

Applies to