ISqlServers インターフェイス

定義

SQL Server管理 API へのエントリ ポイント。

public interface ISqlServers : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchCreation<Microsoft.Azure.Management.Sql.Fluent.ISqlServer>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchDeletion, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Sql.Fluent.ISqlServer>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByResourceGroup<Microsoft.Azure.Management.Sql.Fluent.ISqlServer>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Sql.Fluent.ISqlServer>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByResourceGroup<Microsoft.Azure.Management.Sql.Fluent.ISqlServer>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Sql.Fluent.IServersOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Sql.Fluent.ISqlManager>, Microsoft.Azure.Management.Sql.Fluent.ISqlServersBeta
type ISqlServers = interface
    interface ISupportsCreating<IBlank>
    interface ISupportsListing<ISqlServer>
    interface ISupportsListingByResourceGroup<ISqlServer>
    interface ISupportsGettingByResourceGroup<ISqlServer>
    interface ISupportsGettingById<ISqlServer>
    interface ISupportsDeletingById
    interface ISupportsDeletingByResourceGroup
    interface ISupportsBatchCreation<ISqlServer>
    interface ISupportsBatchDeletion
    interface IBeta
    interface IHasManager<ISqlManager>
    interface IHasInner<IServersOperations>
    interface ISqlServersBeta
Public Interface ISqlServers
Implements IHasInner(Of IServersOperations), IHasManager(Of ISqlManager), ISqlServersBeta, ISupportsBatchCreation(Of ISqlServer), ISupportsBatchDeletion, ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByResourceGroup, ISupportsGettingById(Of ISqlServer), ISupportsGettingByResourceGroup(Of ISqlServer), ISupportsListing(Of ISqlServer), ISupportsListingByResourceGroup(Of ISqlServer)
実装

プロパティ

Databases

SQL Server Database API エントリ ポイントを取得します。

(継承元 ISqlServersBeta)
DnsAliases

SQL SERVER DNS エイリアス API エントリ ポイントを取得します。

(継承元 ISqlServersBeta)
ElasticPools

エラスティック プール API エントリ ポイントSQL Serverを取得します。

(継承元 ISqlServersBeta)
EncryptionProtectors

SQL Encryption 保護機能のエントリ ポイントを取得します。

(継承元 ISqlServersBeta)
FailoverGroups

SQL フェールオーバー グループ API エントリ ポイントを取得します。

(継承元 ISqlServersBeta)
FirewallRules

SQL Server ファイアウォール規則 API エントリ ポイントを取得します。

(継承元 ISqlServersBeta)
Inner

SQL Server管理 API へのエントリ ポイント。

(継承元 IHasInner<T>)
Manager

このリソースの種類のマネージャー クライアントの種類を取得します。

(継承元 IHasManager<ManagerT>)
ServerKeys

SQL Server キー エントリ ポイントを取得します。

(継承元 ISqlServersBeta)
SyncGroups

SQL 同期グループエントリ ポイントを取得します。

(継承元 ISqlServersBeta)
SyncMembers

SQL 同期グループエントリ ポイントを取得します。

(継承元 ISqlServersBeta)
VirtualNetworkRules

VirtualNetwork Rules API エントリ ポイントSQL Serverを取得します。

(継承元 ISqlServersBeta)

メソッド

CheckNameAvailability(String)

指定したコンテナー レジストリ名が有効で使用可能かどうかを確認します。

(継承元 ISqlServersBeta)
CheckNameAvailabilityAsync(String, CancellationToken)

コンテナー レジストリ名が有効で、非同期的に使用されていないかどうかを確認します。

(継承元 ISqlServersBeta)
Create(ICreatable<IFluentResourceT>[])

リソースのセット (バッチ) を作成します。

(継承元 ISupportsBatchCreation<IFluentResourceT>)
Create(IEnumerable<ICreatable<IFluentResourceT>>)

リソースのセット (バッチ) を作成します。

(継承元 ISupportsBatchCreation<IFluentResourceT>)
CreateAsync(IEnumerable<ICreatable<IFluentResourceT>>, CancellationToken)

リソースのセット (バッチ) を作成します。

(継承元 ISupportsBatchCreation<IFluentResourceT>)
Define(String)

SQL Server管理 API へのエントリ ポイント。

(継承元 ISupportsCreating<T>)
DeleteById(String)

Azure からリソースを削除し、そのリソース ID で識別します。

(継承元 ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Azure からリソースを削除し、そのリソース ID で識別します。

(継承元 ISupportsDeletingById)
DeleteByIds(IList<String>)

指定したリソースを Azure から削除します。

(継承元 ISupportsBatchDeletion)
DeleteByIds(String[])

指定したリソースを Azure から削除します。

(継承元 ISupportsBatchDeletion)
DeleteByIdsAsync(IList<String>, CancellationToken)

指定したリソースを Azure から非同期的かつ並列に削除します。

(継承元 ISupportsBatchDeletion)
DeleteByIdsAsync(String[], CancellationToken)

指定したリソースを Azure から非同期的かつ並列に削除します。

(継承元 ISupportsBatchDeletion)
DeleteByResourceGroup(String, String)

Azure からリソースを削除し、その名前とそのリソース グループで識別します。

(継承元 ISupportsDeletingByResourceGroup)
DeleteByResourceGroupAsync(String, String, CancellationToken)

Azure からリソースを削除し、その名前とそのリソース グループで識別します。

(継承元 ISupportsDeletingByResourceGroup)
GetById(String)

リソース ID に基づいて、Azure からリソースに関する情報を取得します。

(継承元 ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

リソース ID に基づいて、Azure からリソースに関する情報を取得します。

(継承元 ISupportsGettingById<T>)
GetByResourceGroup(String, String)

リソース名とそのリソース グループの名前に基づいて、Azure からリソースに関する情報を取得します。

(継承元 ISupportsGettingByResourceGroup<T>)
GetByResourceGroupAsync(String, String, CancellationToken)

リソース名とそのリソース グループの名前に基づいて、Azure からリソースに関する情報を取得します。

(継承元 ISupportsGettingByResourceGroup<T>)
GetCapabilitiesByRegion(Region)

特定の Azure リージョンのAzure SQL サーバー機能を取得します。

(継承元 ISqlServersBeta)
GetCapabilitiesByRegionAsync(Region, CancellationToken)

特定の Azure リージョンのAzure SQL サーバー機能を非同期的に取得します。

(継承元 ISqlServersBeta)
List()

現在選択されているサブスクリプション内の指定した種類のすべてのリソースを一覧表示します。

(継承元 ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

現在選択されているサブスクリプション内の指定した種類のすべてのリソースを一覧表示します。

(継承元 ISupportsListing<T>)
ListByResourceGroup(String)

指定したリソース グループ内の指定した種類のリソースを一覧表示します。

(継承元 ISupportsListingByResourceGroup<T>)
ListByResourceGroupAsync(String, Boolean, CancellationToken)

指定したリソース グループ内の指定した種類のリソースを一覧表示します。

(継承元 ISupportsListingByResourceGroup<T>)
ListUsageByRegion(Region)

特定の Azure リージョンのAzure SQL サーバーの使用状況を一覧表示します。

(継承元 ISqlServersBeta)
ListUsageByRegionAsync(Region, CancellationToken)

特定の Azure リージョンのAzure SQL サーバーの使用状況を非同期的に一覧表示します。

(継承元 ISqlServersBeta)

適用対象