PrivateZonesOperationsExtensions Class

Definition

Extension methods for PrivateZonesOperations.

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

Methods

BeginCreateOrUpdate(IPrivateZonesOperations, String, String, PrivateZone, String, String)

Creates or updates a Private DNS zone. Does not modify Links to virtual networks or DNS records within the zone.

BeginCreateOrUpdateAsync(IPrivateZonesOperations, String, String, PrivateZone, String, String, CancellationToken)

Creates or updates a Private DNS zone. Does not modify Links to virtual networks or DNS records within the zone.

BeginDelete(IPrivateZonesOperations, String, String, String)

Deletes a Private DNS zone. WARNING: All DNS records in the zone will also be deleted. This operation cannot be undone. Private DNS zone cannot be deleted unless all virtual network links to it are removed.

BeginDeleteAsync(IPrivateZonesOperations, String, String, String, CancellationToken)

Deletes a Private DNS zone. WARNING: All DNS records in the zone will also be deleted. This operation cannot be undone. Private DNS zone cannot be deleted unless all virtual network links to it are removed.

BeginUpdate(IPrivateZonesOperations, String, String, PrivateZone, String)

Updates a Private DNS zone. Does not modify virtual network links or DNS records within the zone.

BeginUpdateAsync(IPrivateZonesOperations, String, String, PrivateZone, String, CancellationToken)

Updates a Private DNS zone. Does not modify virtual network links or DNS records within the zone.

CreateOrUpdate(IPrivateZonesOperations, String, String, PrivateZone, String, String)

Creates or updates a Private DNS zone. Does not modify Links to virtual networks or DNS records within the zone.

CreateOrUpdateAsync(IPrivateZonesOperations, String, String, PrivateZone, String, String, CancellationToken)

Creates or updates a Private DNS zone. Does not modify Links to virtual networks or DNS records within the zone.

Delete(IPrivateZonesOperations, String, String, String)

Deletes a Private DNS zone. WARNING: All DNS records in the zone will also be deleted. This operation cannot be undone. Private DNS zone cannot be deleted unless all virtual network links to it are removed.

DeleteAsync(IPrivateZonesOperations, String, String, String, CancellationToken)

Deletes a Private DNS zone. WARNING: All DNS records in the zone will also be deleted. This operation cannot be undone. Private DNS zone cannot be deleted unless all virtual network links to it are removed.

Get(IPrivateZonesOperations, String, String)

Gets a Private DNS zone. Retrieves the zone properties, but not the virtual networks links or the record sets within the zone.

GetAsync(IPrivateZonesOperations, String, String, CancellationToken)

Gets a Private DNS zone. Retrieves the zone properties, but not the virtual networks links or the record sets within the zone.

List(IPrivateZonesOperations, Nullable<Int32>)

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

ListAsync(IPrivateZonesOperations, Nullable<Int32>, CancellationToken)

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

ListByResourceGroup(IPrivateZonesOperations, String, Nullable<Int32>)

Lists the Private DNS zones within a resource group.

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

Lists the Private DNS zones within a resource group.

ListByResourceGroupNext(IPrivateZonesOperations, String)

Lists the Private DNS zones within a resource group.

ListByResourceGroupNextAsync(IPrivateZonesOperations, String, CancellationToken)

Lists the Private DNS zones within a resource group.

ListNext(IPrivateZonesOperations, String)

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

ListNextAsync(IPrivateZonesOperations, String, CancellationToken)

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

Update(IPrivateZonesOperations, String, String, PrivateZone, String)

Updates a Private DNS zone. Does not modify virtual network links or DNS records within the zone.

UpdateAsync(IPrivateZonesOperations, String, String, PrivateZone, String, CancellationToken)

Updates a Private DNS zone. Does not modify virtual network links or DNS records within the zone.

Applies to