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