ISqlServerKey インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Azure SQL サーバー キーの不変のクライアント側表現。
public interface ISqlServerKey : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Sql.Fluent.Models.ServerKeyInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Sql.Fluent.ISqlServerKey>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Sql.Fluent.SqlServerKey.Update.IUpdate>
type ISqlServerKey = interface
interface IBeta
interface IHasId
interface IHasInner<ServerKeyInner>
interface IHasName
interface IHasResourceGroup
interface IIndexable
interface IRefreshable<ISqlServerKey>
interface IUpdatable<IUpdate>
Public Interface ISqlServerKey
Implements IBeta, IHasId, IHasInner(Of ServerKeyInner), IHasName, IHasResourceGroup, IIndexable, IRefreshable(Of ISqlServerKey), IUpdatable(Of IUpdate)
- 実装
プロパティ
CreationDate |
サーバー キーの作成日を取得します。 |
Id |
リソース ID 文字列を取得します (継承元 IHasId) |
Inner |
Azure SQL サーバー キーの不変のクライアント側表現。 (継承元 IHasInner<T>) |
Key |
Azure SQL サーバー キーの不変のクライアント側表現。 (継承元 IIndexable) |
Kind |
暗号化保護機能の種類を取得します。これは、Azure Portal エクスペリエンスに使用されるメタデータです。 |
Name |
リソースの名前を取得します (継承元 IHasName) |
ParentId |
親 SQL サーバー ID を取得します。 |
Region |
リソースの場所を取得します。 |
ResourceGroupName |
Azure SQL サーバー キーの不変のクライアント側表現。 (継承元 IHasResourceGroup) |
ServerKeyType |
サーバー キーの種類を取得します。 |
SqlServerName |
この DNS エイリアスが属するSQL Serverの名前を取得します。 |
Thumbprint |
サーバー キーの拇印を取得します。 |
Uri |
サーバー キーの URI を取得します。 |
メソッド
Delete() |
DNS エイリアスを削除します。 |
DeleteAsync(CancellationToken) |
DNS エイリアスを非同期的に削除します。 |
Refresh() |
Azure と同期するようにリソースを更新します。 (継承元 IRefreshable<T>) |
RefreshAsync(CancellationToken) |
Azure と同期するようにリソースを更新します。 (継承元 IRefreshable<T>) |
Update() |
Azure SQL サーバー キーの不変のクライアント側表現。 (継承元 IUpdatable<T>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET