ISqlEncryptionProtector インターフェイス

定義

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>)

適用対象