IDefinition<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 entirety of an application gateway frontend definition.
public interface IDefinition<ParentT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.Definition.IBlank<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.Definition.IWithPrivateIP<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.Definition.IWithPublicIPAddress<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.Definition.IWithSubnet<ParentT>, Microsoft.Azure.Management.Network.Fluent.HasPrivateIPAddress.Definition.IWithPrivateIPAddress<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.Definition.IWithAttach<ParentT>>, Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Definition.IWithExistingPublicIPAddress<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.Definition.IWithAttach<ParentT>>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.IInDefinitionAlt<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.HasSubnet.Definition.IWithSubnet<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.Definition.IWithAttach<ParentT>>
type IDefinition<'ParentT> = interface
interface IBlank<'ParentT>
interface IWithSubnet<'ParentT>
interface IWithSubnet<IWithAttach<'ParentT>>
interface IWithAttach<'ParentT>
interface IInDefinitionAlt<'ParentT>
interface IWithPrivateIP<'ParentT>
interface IWithPrivateIPAddress<IWithAttach<'ParentT>>
interface IWithPublicIPAddress<'ParentT>
interface IWithExistingPublicIPAddress<IWithAttach<'ParentT>>
Public Interface IDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInDefinitionAlt(Of ParentT), IWithAttach(Of ParentT), IWithExistingPublicIPAddress(Of IWithAttach(Of ParentT)), IWithPrivateIP(Of ParentT), IWithPrivateIPAddress(Of IWithAttach(Of ParentT)), IWithPublicIPAddress(Of ParentT), IWithSubnet(Of IWithAttach(Of ParentT)), IWithSubnet(Of ParentT)
Type Parameters
- ParentT
The stage of the parent application gateway definition to return to after attaching this definition.
- Implements
Methods
Attach() |
Attaches the child definition to the parent resource definition. (Inherited from IInDefinitionAlt<ParentT>) |
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>) |
WithExistingSubnet(INetwork, String) |
Assigns the specified subnet to this private frontend. (Inherited from IWithSubnet<ParentT>) |
WithExistingSubnet(String, String) |
Assigns the specified subnet to this resource. (Inherited from IWithSubnet<ReturnT>) |
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