IWithNewPublicIPAddressNoDnsLabel<ReturnT>.WithNewPublicIPAddress Method
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.
Overloads
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. |
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.
public ReturnT WithNewPublicIPAddress ();
abstract member WithNewPublicIPAddress : unit -> 'ReturnT
Public Function WithNewPublicIPAddress () As ReturnT
Returns
Applies to
WithNewPublicIPAddress(ICreatable<IPublicIPAddress>)
Creates a new public IP address to associate with the resource.
public ReturnT WithNewPublicIPAddress (Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Network.Fluent.IPublicIPAddress> creatable);
abstract member WithNewPublicIPAddress : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Network.Fluent.IPublicIPAddress> -> 'ReturnT
Public Function WithNewPublicIPAddress (creatable As ICreatable(Of IPublicIPAddress)) As ReturnT
Parameters
- creatable
- ICreatable<IPublicIPAddress>
A creatable definition for a new public IP.
Returns
Applies to
Azure SDK for .NET