Interface PublicIpAddresses

All Superinterfaces:
HasManager<NetworkManager>, SupportsBatchCreation<PublicIpAddress>, SupportsBatchDeletion, SupportsCreating<PublicIpAddress.DefinitionStages.Blank>, SupportsDeletingById, SupportsDeletingByResourceGroup, SupportsGettingById<PublicIpAddress>, SupportsGettingByResourceGroup<PublicIpAddress>, SupportsListing<PublicIpAddress>, SupportsListingByResourceGroup<PublicIpAddress>

Entry point to public IP address management.
  • Method Details

    • beginDeleteById

      Accepted<Void> beginDeleteById(String id)
      Begins deleting a public IP address from Azure, identifying it by its resource ID.
      Parameters:
      id - the resource ID of the public IP address to delete
      Returns:
      the accepted deleting operation
    • beginDeleteByResourceGroup

      Accepted<Void> beginDeleteByResourceGroup(String resourceGroupName, String name)
      Begins deleting a public IP address from Azure, identifying it by its name and its resource group.
      Parameters:
      resourceGroupName - the resource group the resource is part of
      name - the public IP address name
      Returns:
      the accepted deleting operation