public interface PublicIpAddresses extends SupportsListing<PublicIpAddress>, SupportsCreating<PublicIpAddress.DefinitionStages.Blank>, SupportsDeletingById, SupportsListingByResourceGroup<PublicIpAddress>, SupportsGettingByResourceGroup<PublicIpAddress>, SupportsGettingById<PublicIpAddress>, SupportsDeletingByResourceGroup, SupportsBatchCreation<PublicIpAddress>, SupportsBatchDeletion, HasManager<NetworkManager>
| Modifier and Type | Method and 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.
|
list, listAsyncdefinedeleteById, deleteByIdAsynclistByResourceGroup, listByResourceGroupAsyncgetByResourceGroup, getByResourceGroupAsyncgetById, getByIdAsyncdeleteByResourceGroup, deleteByResourceGroupAsynccreate, create, createAsync, createAsyncdeleteByIds, deleteByIds, deleteByIdsAsync, deleteByIdsAsyncmanagerAccepted<Void> beginDeleteById(String id)
id - the resource ID of the public IP address to deleteAccepted<Void> beginDeleteByResourceGroup(String resourceGroupName, String name)
resourceGroupName - the resource group the resource is part ofname - the public IP address nameCopyright © 2020 Microsoft Corporation. All rights reserved.