Interface HasPublicIPAddress.DefinitionStages.WithPublicIPAddress<ReturnT>
-
- Type Parameters:
ReturnT- the next stage of the definition
- All Superinterfaces:
HasPublicIPAddress.DefinitionStages.WithExistingPublicIPAddress<ReturnT>,HasPublicIPAddress.DefinitionStages.WithNewPublicIPAddress<ReturnT>,HasPublicIPAddress.DefinitionStages.WithNewPublicIPAddressNoDnsLabel<ReturnT>
- All Known Subinterfaces:
LoadBalancerPublicFrontend.Definition<ParentT>,LoadBalancerPublicFrontend.DefinitionStages.Blank<ParentT>,LoadBalancerPublicFrontend.DefinitionStages.WithPublicIPAddress<ParentT>,NicIPConfiguration.Definition<ParentT>,NicIPConfiguration.DefinitionStages.WithAttach<ParentT>,NicIPConfiguration.DefinitionStages.WithPublicIPAddress<ParentT>
- Enclosing interface:
- HasPublicIPAddress.DefinitionStages
public static interface HasPublicIPAddress.DefinitionStages.WithPublicIPAddress<ReturnT> extends HasPublicIPAddress.DefinitionStages.WithExistingPublicIPAddress<ReturnT>, HasPublicIPAddress.DefinitionStages.WithNewPublicIPAddress<ReturnT>
The stage of the definition allowing to associate the resource with a public IP address.
-
-
Method Summary
-
Methods inherited from interface com.microsoft.azure.management.network.model.HasPublicIPAddress.DefinitionStages.WithExistingPublicIPAddress
withExistingPublicIPAddress, withExistingPublicIPAddress
-
Methods inherited from interface com.microsoft.azure.management.network.model.HasPublicIPAddress.DefinitionStages.WithNewPublicIPAddress
withNewPublicIPAddress
-
Methods inherited from interface com.microsoft.azure.management.network.model.HasPublicIPAddress.DefinitionStages.WithNewPublicIPAddressNoDnsLabel
withNewPublicIPAddress, withNewPublicIPAddress
-
-