Udostępnij za pośrednictwem


IPrivateZonesOperations Interface

Definition

PrivateZonesOperations operations.

public interface IPrivateZonesOperations
type IPrivateZonesOperations = interface
Public Interface IPrivateZonesOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, PrivateZone, String, String, Dictionary<String,List<String>>, CancellationToken)

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

CreateOrUpdateWithHttpMessagesAsync(String, String, PrivateZone, String, String, Dictionary<String,List<String>>, CancellationToken)

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

Extension 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.

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.

Applies to