IWithPublicIPAddress<ParentT> 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 network interface IP configuration definition allowing to associate it with a public IP address.
public interface IWithPublicIPAddress<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Definition.IWithExistingPublicIPAddress<Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Definition.IWithAttach<Microsoft.Azure.Management.Network.Fluent.NetworkInterface.Definition.IWithCreate>>, Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Definition.IWithNewPublicIPAddress<Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Definition.IWithAttach<Microsoft.Azure.Management.Network.Fluent.NetworkInterface.Definition.IWithCreate>>, Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Definition.IWithNewPublicIPAddressNoDnsLabel<Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Definition.IWithAttach<Microsoft.Azure.Management.Network.Fluent.NetworkInterface.Definition.IWithCreate>>, Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Definition.IWithPublicIPAddress<Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Definition.IWithAttach<Microsoft.Azure.Management.Network.Fluent.NetworkInterface.Definition.IWithCreate>>
type IWithPublicIPAddress<'ParentT> = interface
interface IWithPublicIPAddress<IWithAttach<IWithCreate>>
interface IWithExistingPublicIPAddress<IWithAttach<IWithCreate>>
interface IWithNewPublicIPAddress<IWithAttach<IWithCreate>>
interface IWithNewPublicIPAddressNoDnsLabel<IWithAttach<IWithCreate>>
Public Interface IWithPublicIPAddress(Of ParentT)
Implements IWithExistingPublicIPAddress(Of IWithAttach(Of IWithCreate)), IWithNewPublicIPAddress(Of IWithAttach(Of IWithCreate)), IWithNewPublicIPAddressNoDnsLabel(Of IWithAttach(Of IWithCreate)), IWithPublicIPAddress(Of IWithAttach(Of IWithCreate))
Type Parameters
- ParentT
The stage of the parent network interface definition to return to after attaching this definition.
- Derived
- Implements
-
IWithExistingPublicIPAddress<IWithAttach<IWithCreate>> IWithExistingPublicIPAddress<ReturnT> IWithNewPublicIPAddress<IWithAttach<IWithCreate>> IWithNewPublicIPAddress<ReturnT> IWithNewPublicIPAddressNoDnsLabel<IWithAttach<IWithCreate>> IWithNewPublicIPAddressNoDnsLabel<ReturnT> IWithPublicIPAddress<IWithAttach<IWithCreate>>
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>) |
Applies to
Azure SDK for .NET