Interface HasPublicIpAddress.UpdateStages.WithPublicIPAddress<ReturnT>
-
- Type Parameters:
ReturnT- the next stage of the update
- All Superinterfaces:
HasPublicIpAddress.UpdateStages.WithExistingPublicIPAddress<ReturnT>,HasPublicIpAddress.UpdateStages.WithNewPublicIPAddress<ReturnT>,HasPublicIpAddress.UpdateStages.WithNewPublicIPAddressNoDnsLabel<ReturnT>
- All Known Subinterfaces:
LoadBalancerPublicFrontend.Update,LoadBalancerPublicFrontend.UpdateStages.WithPublicIPAddress,NicIpConfiguration.Update,NicIpConfiguration.UpdateStages.WithPublicIPAddress
- Enclosing interface:
- HasPublicIpAddress.UpdateStages
public static interface HasPublicIpAddress.UpdateStages.WithPublicIPAddress<ReturnT> extends HasPublicIpAddress.UpdateStages.WithExistingPublicIPAddress<ReturnT>, HasPublicIpAddress.UpdateStages.WithNewPublicIPAddress<ReturnT>
The stage definition allowing to associate the resource with a public IP address.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasPublicIpAddress.UpdateStages.WithExistingPublicIPAddress
withExistingPublicIpAddress, withExistingPublicIpAddress, withoutPublicIpAddress
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasPublicIpAddress.UpdateStages.WithNewPublicIPAddress
withNewPublicIpAddress
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasPublicIpAddress.UpdateStages.WithNewPublicIPAddressNoDnsLabel
withNewPublicIpAddress, withNewPublicIpAddress
-
-