DnsZones Interface
public interface DnsZones extends SupportsCreating<DnsZone.DefinitionStages.Blank>,SupportsListing,SupportsListingByResourceGroup,SupportsGettingByResourceGroup,SupportsGettingById,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation,SupportsBatchDeletion,HasManager,HasInner
Entry point to DNS zone management API in Azure.
Method Summary
Modifier and Type | Method and Description |
---|---|
void |
deleteById(String id, String eTagValue)
Deletes a resource from Azure, identifying it by its resource ID. |
Completable |
deleteByIdAsync(String id, String eTagValue)
Asynchronously delete the zone from Azure, identifying it by its resource ID. |
void |
deleteByResourceGroupName(String resourceGroupName, String zoneName, String eTagValue)
Deletes the zone from Azure, identifying it by its name and its resource group. |
Completable |
deleteByResourceGroupNameAsync(String resourceGroupName, String zoneName, String eTagValue)
Asynchronously deletes the zone from Azure, identifying it by its name and its resource group. |
Inherited Members
Method Details
deleteById
public void deleteById(String id, String eTagValue)
Deletes a resource from Azure, identifying it by its resource ID.
Parameters:
deleteByIdAsync
public Completable deleteByIdAsync(String id, String eTagValue)
Asynchronously delete the zone from Azure, identifying it by its resource ID.
Parameters:
Returns:
deleteByResourceGroupName
public void deleteByResourceGroupName(String resourceGroupName, String zoneName, String eTagValue)
Deletes the zone from Azure, identifying it by its name and its resource group.
Parameters:
deleteByResourceGroupNameAsync
public Completable deleteByResourceGroupNameAsync(String resourceGroupName, String zoneName, String eTagValue)
Asynchronously deletes the zone from Azure, identifying it by its name and its resource group.
Parameters:
Returns:
Applies to
Azure SDK for Java