Share via


ZonesOperationsExtensions Class

Definition

Extension methods for ZonesOperations.

public static class ZonesOperationsExtensions
type ZonesOperationsExtensions = class
Public Module ZonesOperationsExtensions
Inheritance
ZonesOperationsExtensions

Methods

BeginDeleteAsync(IZonesOperations, String, String, String, CancellationToken)

Deletes a DNS zone. WARNING: All DNS records in the zone will also be deleted. This operation cannot be undone.

CreateOrUpdateAsync(IZonesOperations, String, String, ZoneInner, String, String, CancellationToken)

Creates or updates a DNS zone. Does not modify DNS records within the zone.

DeleteAsync(IZonesOperations, String, String, String, CancellationToken)

Deletes a DNS zone. WARNING: All DNS records in the zone will also be deleted. This operation cannot be undone.

GetAsync(IZonesOperations, String, String, CancellationToken)

Gets a DNS zone. Retrieves the zone properties, but not the record sets within the zone.

ListAsync(IZonesOperations, Nullable<Int32>, CancellationToken)

Lists the DNS zones in all resource groups in a subscription.

ListByResourceGroupAsync(IZonesOperations, String, Nullable<Int32>, CancellationToken)

Lists the DNS zones within a resource group.

ListByResourceGroupNextAsync(IZonesOperations, String, CancellationToken)

Lists the DNS zones within a resource group.

ListNextAsync(IZonesOperations, String, CancellationToken)

Lists the DNS zones in all resource groups in a subscription.

UpdateAsync(IZonesOperations, String, String, String, IDictionary<String,String>, CancellationToken)

Updates a DNS zone. Does not modify DNS records within the zone.

Applies to