public interface DnsZones extends SupportsCreating<DnsZone.DefinitionStages.Blank>, SupportsListing<DnsZone>, SupportsListingByResourceGroup<DnsZone>, SupportsGettingByResourceGroup<DnsZone>, SupportsGettingById<DnsZone>, SupportsDeletingById, SupportsDeletingByResourceGroup, SupportsBatchCreation<DnsZone>, SupportsBatchDeletion, HasManager<com.microsoft.azure.management.dns.implementation.DnsZoneManager>, HasInner<com.microsoft.azure.management.dns.implementation.ZonesInner>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteById(String id,
String eTagValue)
Deletes a resource from Azure, identifying it by its resource ID.
|
rx.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.
|
rx.Completable |
deleteByResourceGroupNameAsync(String resourceGroupName,
String zoneName,
String eTagValue)
Asynchronously deletes the zone from Azure, identifying it by its name and its resource group.
|
definelist, listAsynclistByResourceGroup, listByResourceGroupAsyncgetByResourceGroup, getByResourceGroupAsync, getByResourceGroupAsyncgetById, getByIdAsync, getByIdAsyncdeleteById, deleteByIdAsync, deleteByIdAsyncdeleteByResourceGroup, deleteByResourceGroupAsync, deleteByResourceGroupAsynccreate, create, createAsync, createAsync, createAsync, createAsyncdeleteByIds, deleteByIds, deleteByIdsAsync, deleteByIdsAsyncmanagerrx.Completable deleteByResourceGroupNameAsync(String resourceGroupName, String zoneName, String eTagValue)
resourceGroupName - the resource group the resource is part ofzoneName - the name of the zoneeTagValue - the ETag value to set on IfMatch header for concurrency protectionrx.Completable deleteByIdAsync(String id, String eTagValue)
id - the resource ID of the resource to deleteeTagValue - the ETag value to set on IfMatch header for concurrency protectionvoid deleteByResourceGroupName(String resourceGroupName, String zoneName, String eTagValue)
resourceGroupName - the resource group the resource is part ofzoneName - the name of the zoneeTagValue - the ETag value to set on IfMatch header for concurrency protectionCopyright © 2019. All rights reserved.