Interface DnsZones
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.dns.implementation.ZonesInner>,com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.dns.implementation.DnsZoneManager>,com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation<DnsZone>,com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion,com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<DnsZone.DefinitionStages.Blank>,com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById,com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup,com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<DnsZone>,com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<DnsZone>,com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<DnsZone>,com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<DnsZone>
public interface DnsZones extends com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<DnsZone.DefinitionStages.Blank>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<DnsZone>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<DnsZone>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<DnsZone>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<DnsZone>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup, com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation<DnsZone>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion, com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.dns.implementation.DnsZoneManager>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.dns.implementation.ZonesInner>
Entry point to DNS zone management API in Azure.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeleteById(String id, String eTagValue)Deletes a resource from Azure, identifying it by its resource ID.rx.CompletabledeleteByIdAsync(String id, String eTagValue)Asynchronously delete the zone from Azure, identifying it by its resource ID.voiddeleteByResourceGroupName(String resourceGroupName, String zoneName, String eTagValue)Deletes the zone from Azure, identifying it by its name and its resource group.rx.CompletabledeleteByResourceGroupNameAsync(String resourceGroupName, String zoneName, String eTagValue)Asynchronously deletes the zone from Azure, identifying it by its name and its resource group.-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager
manager
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation
create, create, createAsync, createAsync, createAsync, createAsync
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion
deleteByIds, deleteByIds, deleteByIdsAsync, deleteByIdsAsync
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating
define
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById
deleteById, deleteByIdAsync, deleteByIdAsync
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup
deleteByResourceGroup, deleteByResourceGroupAsync, deleteByResourceGroupAsync
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById
getById, getByIdAsync, getByIdAsync
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup
getByResourceGroup, getByResourceGroupAsync, getByResourceGroupAsync
-
-
-
-
Method Detail
-
deleteByResourceGroupNameAsync
rx.Completable deleteByResourceGroupNameAsync(String resourceGroupName, String zoneName, String eTagValue)
Asynchronously deletes the zone from Azure, identifying it by its name and its resource group.- Parameters:
resourceGroupName- the resource group the resource is part ofzoneName- the name of the zoneeTagValue- the ETag value to set on IfMatch header for concurrency protection- Returns:
- a representation of the deferred computation this delete call
-
deleteByIdAsync
rx.Completable deleteByIdAsync(String id, String eTagValue)
Asynchronously delete the zone from Azure, identifying it by its resource ID.- Parameters:
id- the resource ID of the resource to deleteeTagValue- the ETag value to set on IfMatch header for concurrency protection- Returns:
- a representation of the deferred computation this delete call
-
deleteByResourceGroupName
void deleteByResourceGroupName(String resourceGroupName, String zoneName, String eTagValue)
Deletes the zone from Azure, identifying it by its name and its resource group.- Parameters:
resourceGroupName- the resource group the resource is part ofzoneName- the name of the zoneeTagValue- the ETag value to set on IfMatch header for concurrency protection
-
-