IPrivateZonesOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |