Interface HasPublicIpAddress.DefinitionStages.WithExistingPublicIPAddress<ReturnT>
- Type Parameters:
ReturnT- the next stage of the definition
- All Known Subinterfaces:
ApplicationGateway.Definition,ApplicationGateway.DefinitionStages.WithCreate,ApplicationGateway.DefinitionStages.WithPublicFrontend,ApplicationGateway.DefinitionStages.WithPublicIPAddress,ApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreate,ApplicationGatewayFrontend.Definition<ParentT>,ApplicationGatewayFrontend.DefinitionStages.WithPublicIPAddress<ParentT>,HasPublicIpAddress.DefinitionStages.WithPublicIPAddress<ReturnT>,HasPublicIpAddress.DefinitionStages.WithPublicIPAddressNoDnsLabel<ReturnT>,LoadBalancerPublicFrontend.Definition<ParentT>,LoadBalancerPublicFrontend.DefinitionStages.Blank<ParentT>,LoadBalancerPublicFrontend.DefinitionStages.WithPublicIPAddress<ParentT>,NicIpConfiguration.Definition<ParentT>,NicIpConfiguration.DefinitionStages.WithAttach<ParentT>,NicIpConfiguration.DefinitionStages.WithPublicIPAddress<ParentT>,VirtualNetworkGateway.Definition,VirtualNetworkGateway.DefinitionStages.WithCreate,VirtualNetworkGateway.DefinitionStages.WithPublicIPAddress,VirtualNetworkGatewayIpConfiguration.Definition<ParentT>,VirtualNetworkGatewayIpConfiguration.DefinitionStages.WithPublicIPAddress<ParentT>
- Enclosing interface:
HasPublicIpAddress.DefinitionStages
public static interface HasPublicIpAddress.DefinitionStages.WithExistingPublicIPAddress<ReturnT>
The stage of the definition allowing to associate the resource with an existing public IP address.
-
Method Summary
Modifier and TypeMethodDescriptionwithExistingPublicIpAddress(PublicIpAddress publicIPAddress) Associates an existing public IP address with the resource.withExistingPublicIpAddress(String resourceId) Associates an existing public IP address with the resource.
-
Method Details
-
withExistingPublicIpAddress
Associates an existing public IP address with the resource.- Parameters:
publicIPAddress- an existing public IP address- Returns:
- the next stage of the definition
-
withExistingPublicIpAddress
Associates an existing public IP address with the resource.- Parameters:
resourceId- the resource ID of an existing public IP address- Returns:
- the next stage of the definition
-