ZonesClient Interface
Implements
public interface ZonesClient
extends InnerSupportsGet<ZoneInner>, InnerSupportsListing<ZoneInner>, InnerSupportsDelete<Void>
An instance of this class provides access to all the operations defined in ZonesClient.
Method Summary
Method Details
beginDelete
public abstract SyncPoller
Deletes a DNS zone. WARNING: All DNS records in the zone will also be deleted. This operation cannot be undone.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes a DNS zone. WARNING: All DNS records in the zone will also be deleted. This operation cannot be undone.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Deletes a DNS zone. WARNING: All DNS records in the zone will also be deleted. This operation cannot be undone.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Deletes a DNS zone. WARNING: All DNS records in the zone will also be deleted. This operation cannot be undone.
Parameters:
Returns:
createOrUpdate
public abstract ZoneInner createOrUpdate(String resourceGroupName, String zoneName, ZoneInner parameters)
Creates or updates a DNS zone. Does not modify DNS records within the zone.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Creates or updates a DNS zone. Does not modify DNS records within the zone.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response
Creates or updates a DNS zone. Does not modify DNS records within the zone.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Creates or updates a DNS zone. Does not modify DNS records within the zone.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String zoneName)
Deletes a DNS zone. WARNING: All DNS records in the zone will also be deleted. This operation cannot be undone.
Parameters:
delete
public abstract void delete(String resourceGroupName, String zoneName, String ifMatch, Context context)
Deletes a DNS zone. WARNING: All DNS records in the zone will also be deleted. This operation cannot be undone.
Parameters:
deleteAsync
public abstract Mono
Deletes a DNS zone. WARNING: All DNS records in the zone will also be deleted. This operation cannot be undone.
Parameters:
Returns:
deleteAsync
public abstract Mono
Deletes a DNS zone. WARNING: All DNS records in the zone will also be deleted. This operation cannot be undone.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes a DNS zone. WARNING: All DNS records in the zone will also be deleted. This operation cannot be undone.
Parameters:
Returns:
getByResourceGroup
public abstract ZoneInner getByResourceGroup(String resourceGroupName, String zoneName)
Gets a DNS zone. Retrieves the zone properties, but not the record sets within the zone.
Parameters:
Returns:
getByResourceGroupAsync
public abstract Mono
Gets a DNS zone. Retrieves the zone properties, but not the record sets within the zone.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response
Gets a DNS zone. Retrieves the zone properties, but not the record sets within the zone.
Parameters:
Returns:
getByResourceGroupWithResponseAsync
public abstract Mono
Gets a DNS zone. Retrieves the zone properties, but not the record sets within the zone.
Parameters:
Returns:
list
public abstract PagedIterable
Lists the DNS zones in all resource groups in a subscription.
Returns:
list
public abstract PagedIterable
Lists the DNS zones in all resource groups in a subscription.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Lists the DNS zones in all resource groups in a subscription.
Returns:
listAsync
public abstract PagedFlux
Lists the DNS zones in all resource groups in a subscription.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable
Lists the DNS zones within a resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable
Lists the DNS zones within a resource group.
Parameters:
Returns:
listByResourceGroupAsync
public abstract PagedFlux
Lists the DNS zones within a resource group.
Parameters:
Returns:
listByResourceGroupAsync
public abstract PagedFlux
Lists the DNS zones within a resource group.
Parameters:
Returns:
update
public abstract ZoneInner update(String resourceGroupName, String zoneName, ZoneUpdate parameters)
Updates a DNS zone. Does not modify DNS records within the zone.
Parameters:
Returns:
updateAsync
public abstract Mono
Updates a DNS zone. Does not modify DNS records within the zone.
Parameters:
Returns:
updateWithResponse
public abstract Response
Updates a DNS zone. Does not modify DNS records within the zone.
Parameters:
Returns:
updateWithResponseAsync
public abstract Mono
Updates a DNS zone. Does not modify DNS records within the zone.
Parameters:
Returns:
Applies to
Azure SDK for Java