Interface VirtualNetworkGatewayIPConfiguration.DefinitionStages.WithSubnet<ParentT>
-
- Type Parameters:
ParentT- the stage of the virtual network gateway definition to return to after attaching this definition
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.arm.models.HasSubnet.DefinitionStages.WithSubnet<VirtualNetworkGatewayIPConfiguration.DefinitionStages.WithAttach<ParentT>>
- All Known Subinterfaces:
VirtualNetworkGatewayIPConfiguration.Definition<ParentT>,VirtualNetworkGatewayIPConfiguration.DefinitionStages.Blank<ParentT>
- Enclosing interface:
- VirtualNetworkGatewayIPConfiguration.DefinitionStages
public static interface VirtualNetworkGatewayIPConfiguration.DefinitionStages.WithSubnet<ParentT> extends com.microsoft.azure.management.resources.fluentcore.arm.models.HasSubnet.DefinitionStages.WithSubnet<VirtualNetworkGatewayIPConfiguration.DefinitionStages.WithAttach<ParentT>>
The stage of virtual network gateway IP configuration definition allowing to specify the subnet the virtual network gateway is on.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualNetworkGatewayIPConfiguration.DefinitionStages.WithAttach<ParentT>withExistingSubnet(Network network, String subnetName)Specifies an existing subnet the virtual network gateway should be part of and get its private IP address from.VirtualNetworkGatewayIPConfiguration.DefinitionStages.WithAttach<ParentT>withExistingSubnet(Subnet subnet)Specifies an existing subnet the virtual network gateway should be part of and get its private IP address from.
-
-
-
Method Detail
-
withExistingSubnet
VirtualNetworkGatewayIPConfiguration.DefinitionStages.WithAttach<ParentT> withExistingSubnet(Subnet subnet)
Specifies an existing subnet the virtual network gateway should be part of and get its private IP address from.- Parameters:
subnet- an existing subnet- Returns:
- the next stage of the definition
-
withExistingSubnet
VirtualNetworkGatewayIPConfiguration.DefinitionStages.WithAttach<ParentT> withExistingSubnet(Network network, String subnetName)
Specifies an existing subnet the virtual network gateway should be part of and get its private IP address from.- Parameters:
network- an existing virtual networksubnetName- the name of a subnet within the selected network- Returns:
- the next stage of the definition
-
-