Interface VirtualNetworkGatewayIPConfiguration.Definition<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent application gateway definition to return to after attaching this definition
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.Attachable.InDefinition<ParentT>,HasPublicIPAddress.DefinitionStages.WithExistingPublicIPAddress<VirtualNetworkGatewayIPConfiguration.DefinitionStages.WithAttach<ParentT>>,com.microsoft.azure.management.resources.fluentcore.arm.models.HasSubnet.DefinitionStages.WithSubnet<VirtualNetworkGatewayIPConfiguration.DefinitionStages.WithAttach<ParentT>>,VirtualNetworkGatewayIPConfiguration.DefinitionStages.Blank<ParentT>,VirtualNetworkGatewayIPConfiguration.DefinitionStages.WithAttach<ParentT>,VirtualNetworkGatewayIPConfiguration.DefinitionStages.WithPublicIPAddress<ParentT>,VirtualNetworkGatewayIPConfiguration.DefinitionStages.WithSubnet<ParentT>
- Enclosing interface:
- VirtualNetworkGatewayIPConfiguration
public static interface VirtualNetworkGatewayIPConfiguration.Definition<ParentT> extends VirtualNetworkGatewayIPConfiguration.DefinitionStages.Blank<ParentT>, VirtualNetworkGatewayIPConfiguration.DefinitionStages.WithAttach<ParentT>, VirtualNetworkGatewayIPConfiguration.DefinitionStages.WithPublicIPAddress<ParentT>
The entirety of virtual network gateway IP configuration definition.
-
-
Method Summary
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Attachable.InDefinition
attach
-
Methods inherited from interface com.microsoft.azure.management.network.model.HasPublicIPAddress.DefinitionStages.WithExistingPublicIPAddress
withExistingPublicIPAddress, withExistingPublicIPAddress
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasSubnet.DefinitionStages.WithSubnet
withExistingSubnet
-
Methods inherited from interface com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration.DefinitionStages.WithSubnet
withExistingSubnet, withExistingSubnet
-
-