ISqlServersBeta Interface

Definition

Entry point to SQL Server management API.

public interface ISqlServersBeta : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type ISqlServersBeta = interface
    interface IBeta
Public Interface ISqlServersBeta
Implements IBeta
Derived
Implements

Properties

Databases

Gets the SQL Server Database API entry point.

DnsAliases

Gets the SQL Server DNS aliases API entry point.

ElasticPools

Gets the SQL Server Elastic Pools API entry point.

EncryptionProtectors

Gets the SQL Encryption Protector entry point.

FailoverGroups

Gets the SQL Failover Group API entry point.

FirewallRules

Gets the SQL Server Firewall Rules API entry point.

ServerKeys

Gets the SQL Server Key entry point.

SyncGroups

Gets the SQL Sync Group entry point.

SyncMembers

Gets the SQL Sync Group entry point.

VirtualNetworkRules

Gets the SQL Server VirtualNetwork Rules API entry point.

Methods

CheckNameAvailability(String)

Checks if the specified container registry name is valid and available.

CheckNameAvailabilityAsync(String, CancellationToken)

Checks if container registry name is valid and is not in use asynchronously.

GetCapabilitiesByRegion(Region)

Gets the Azure SQL server capabilities for a given Azure region.

GetCapabilitiesByRegionAsync(Region, CancellationToken)

Gets the Azure SQL server capabilities for a given Azure region asynchronously.

ListUsageByRegion(Region)

Lists the Azure SQL server usages for a given Azure region.

ListUsageByRegionAsync(Region, CancellationToken)

Lists the Azure SQL server usages for a given Azure region asynchronously.

Applies to