IWithPublicIPAddressNoDnsLabel<ReturnT> Interface
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.
The stage of the definition allowing to associate the resource with a public IP address, but not allowing to create one with a DNS leaf label.
public interface IWithPublicIPAddressNoDnsLabel<ReturnT> : Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Definition.IWithExistingPublicIPAddress<ReturnT>, Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Definition.IWithNewPublicIPAddressNoDnsLabel<ReturnT>
type IWithPublicIPAddressNoDnsLabel<'ReturnT> = interface
interface IWithExistingPublicIPAddress<'ReturnT>
interface IWithNewPublicIPAddressNoDnsLabel<'ReturnT>
Public Interface IWithPublicIPAddressNoDnsLabel(Of ReturnT)
Implements IWithExistingPublicIPAddress(Of ReturnT), IWithNewPublicIPAddressNoDnsLabel(Of ReturnT)
Type Parameters
- ReturnT
The next stage of the definition.
- 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>) |