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 com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
managerMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsBatchCreation
create, create, createAsync, createAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsBatchDeletion
deleteByIds, deleteByIds, deleteByIdsAsync, deleteByIdsAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating
defineMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById
deleteById, deleteByIdAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup
deleteByResourceGroup, deleteByResourceGroupAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById
getById, getByIdAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup
getByResourceGroup, getByResourceGroupAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing
list, listAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsListingByResourceGroup
listByResourceGroup, listByResourceGroupAsync
-
Method Details
-
beginDeleteById
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
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
-