ZonesOperationsExtensions Class

Definition

Extension methods for ZonesOperations.

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

Methods

BeginDelete(IZonesOperations, String, String, String)

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

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.

CreateOrUpdate(IZonesOperations, String, String, Zone, String, String)

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

CreateOrUpdateAsync(IZonesOperations, String, String, Zone, String, String, CancellationToken)

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

Delete(IZonesOperations, String, String, String)

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

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.

Get(IZonesOperations, String, String)

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

GetAsync(IZonesOperations, String, String, CancellationToken)

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

List(IZonesOperations, Nullable<Int32>)

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

ListAsync(IZonesOperations, Nullable<Int32>, CancellationToken)

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

ListByResourceGroup(IZonesOperations, String, Nullable<Int32>)

Lists the DNS zones within a resource group.

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

Lists the DNS zones within a resource group.

ListByResourceGroupNext(IZonesOperations, String)

Lists the DNS zones within a resource group.

ListByResourceGroupNextAsync(IZonesOperations, String, CancellationToken)

Lists the DNS zones within a resource group.

ListNext(IZonesOperations, String)

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

ListNextAsync(IZonesOperations, String, CancellationToken)

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

Update(IZonesOperations, String, String, String, IDictionary<String,String>)

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

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

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

Applies to