你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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: