IKey インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Azure Key Vault キーの不変のクライアント側表現。
public interface IKey : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.KeyVault.Models.KeyBundle>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.KeyVault.Fluent.Key.Update.IUpdate>
type IKey = interface
interface IBeta
interface IIndexable
interface IHasInner<KeyBundle>
interface IHasId
interface IHasName
interface IUpdatable<IUpdate>
Public Interface IKey
Implements IBeta, IHasId, IHasInner(Of KeyBundle), IHasName, IIndexable, IUpdatable(Of IUpdate)
- 実装
プロパティ
Attributes |
キー管理属性を取得します。 |
Id |
リソース ID 文字列を取得します (継承元 IHasId) |
Inner |
Azure Key Vault キーの不変のクライアント側表現。 (継承元 IHasInner<T>) |
JsonWebKey |
Json Web キーを取得します。 |
Key |
Azure Key Vault キーの不変のクライアント側表現。 (継承元 IIndexable) |
Managed |
キーの有効期間がキー コンテナーによって管理されている場合は true を取得します。 これが証明書をバックアップするキーの場合、マネージドは true になります。 |
Name |
リソースの名前を取得します (継承元 IHasName) |
Tags |
キーと値のペアの形式でアプリケーション固有のメタデータを取得します。 |
メソッド
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET