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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Accepted<Void>beginDeleteById(String id)Begins deleting a public IP address from Azure, identifying it by its resource ID.Accepted<Void>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
manager
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsBatchCreation
create, create, createAsync, createAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsBatchDeletion
deleteByIds, deleteByIds, deleteByIdsAsync, deleteByIdsAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating
define
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById
deleteById, deleteByIdAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup
deleteByResourceGroup, deleteByResourceGroupAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById
getById, getByIdAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup
getByResourceGroup, getByResourceGroupAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing
list, listAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsListingByResourceGroup
listByResourceGroup, listByResourceGroupAsync
-
-
-
-
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 ofname- the public IP address name- Returns:
- the accepted deleting operation
-
-