PublicIpAddresses Interface
Implements
public interface PublicIpAddresses
extends SupportsListing<PublicIpAddress>, SupportsCreating<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 Type | Method and Description |
---|---|
abstract Accepted<Void> |
beginDeleteById(String id)
Begins deleting a public IP address from Azure, identifying it by its resource ID. |
abstract Accepted<Void> |
beginDeleteByResourceGroup(String resourceGroupName, String name)
Begins deleting a public IP address from Azure, identifying it by its name and its resource group. |
Method Details
beginDeleteById
public abstract Accepted
Begins deleting a public IP address from Azure, identifying it by its resource ID.
Parameters:
Returns:
beginDeleteByResourceGroup
public abstract Accepted
Begins deleting a public IP address from Azure, identifying it by its name and its resource group.
Parameters:
Returns:
Applies to
Azure SDK for Java