IWithPrivateIP<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 an application gateway frontend definition allowing to specify the private IP address this application gateway should be available at within the selected subnet.
public interface IWithPrivateIP<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasPrivateIPAddress.Definition.IWithPrivateIPAddress<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.Definition.IWithAttach<ParentT>>
type IWithPrivateIP<'ParentT> = interface
interface IWithPrivateIPAddress<IWithAttach<'ParentT>>
Public Interface IWithPrivateIP(Of ParentT)
Implements IWithPrivateIPAddress(Of IWithAttach(Of ParentT))
Type Parameters
- ParentT
The stage of the parent application gateway definition to return to after attaching this definition.
- Derived
- Implements
-
IWithPrivateIPAddress<IWithAttach<ParentT>>
Methods
WithPrivateIPAddressDynamic() |
Enables dynamic private IP address allocation within the associated subnet. (Inherited from IWithPrivateIPAddress<ReturnT>) |
WithPrivateIPAddressStatic(String) |
Assigns the specified static private IP address within the associated subnet. (Inherited from IWithPrivateIPAddress<ReturnT>) |
Applies to
Azure SDK for .NET