Interface PublicIpAddresses
- All Superinterfaces:
HasManager<NetworkManager>, SupportsBatchCreation<PublicIpAddress>, SupportsBatchDeletion, SupportsCreating<PublicIpAddress.DefinitionStages.Blank>, SupportsDeletingById, SupportsDeletingByResourceGroup, SupportsGettingById<PublicIpAddress>, SupportsGettingByResourceGroup<PublicIpAddress>, SupportsListing<PublicIpAddress>, SupportsListingByResourceGroup<PublicIpAddress>
public interface PublicIpAddresses
extends SupportsListing<PublicIpAddress>, SupportsCreating<PublicIpAddress.DefinitionStages.Blank>, SupportsDeletingById, SupportsListingByResourceGroup<PublicIpAddress>, SupportsGettingByResourceGroup<PublicIpAddress>, SupportsGettingById<PublicIpAddress>, SupportsDeletingByResourceGroup, SupportsBatchCreation<PublicIpAddress>, SupportsBatchDeletion, HasManager<NetworkManager>
Entry point to public IP address management.
-
Method Summary
Modifier and TypeMethodDescriptionBegins deleting a public IP address from Azure, identifying it by its resource ID.beginDeleteByResourceGroup(String resourceGroupName, String name) Begins deleting a public IP address from Azure, identifying it by its name and its resource group.Methods inherited from interface HasManager
managerMethods inherited from interface SupportsBatchCreation
create, create, createAsync, createAsyncMethods inherited from interface SupportsBatchDeletion
deleteByIds, deleteByIds, deleteByIdsAsync, deleteByIdsAsyncMethods inherited from interface SupportsCreating
defineMethods inherited from interface SupportsDeletingById
deleteById, deleteByIdAsyncMethods inherited from interface SupportsDeletingByResourceGroup
deleteByResourceGroup, deleteByResourceGroupAsyncMethods inherited from interface SupportsGettingById
getById, getByIdAsyncMethods inherited from interface SupportsGettingByResourceGroup
getByResourceGroup, getByResourceGroupAsyncMethods inherited from interface SupportsListing
list, listAsyncMethods inherited from interface SupportsListingByResourceGroup
listByResourceGroup, listByResourceGroupAsync
-
Method Details
-
beginDeleteById
-
beginDeleteByResourceGroup
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 ofname- the public IP address name- Returns:
- the accepted deleting operation
-