Interface PublicIpAddresses

    • Method Detail

      • 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