你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IKeys 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
密钥保管库密钥 API 的入口点。
public interface IKeys : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.KeyVault.Fluent.Key.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.KeyVault.Fluent.IKey>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.KeyVault.Fluent.IKey>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByNameAsync<Microsoft.Azure.Management.KeyVault.Fluent.IKey>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.KeyVault.Fluent.IKey>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IKeys = interface
interface IBeta
interface ISupportsCreating<IBlank>
interface ISupportsDeletingById
interface ISupportsGettingById<IKey>
interface ISupportsGettingByNameAsync<IKey>
interface ISupportsGettingByName<IKey>
interface ISupportsListing<IKey>
Public Interface IKeys
Implements IBeta, ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsGettingById(Of IKey), ISupportsGettingByName(Of IKey), ISupportsGettingByNameAsync(Of IKey), ISupportsListing(Of IKey)
- 实现
方法
Define(String) |
密钥保管库密钥 API 的入口点。 (继承自 ISupportsCreating<T>) |
DeleteById(String) |
从 Azure 中删除资源,并按资源 ID 标识该资源。 (继承自 ISupportsDeletingById) |
DeleteByIdAsync(String, CancellationToken) |
从 Azure 中删除资源,并按资源 ID 标识该资源。 (继承自 ISupportsDeletingById) |
GetById(String) |
根据资源 ID 从 Azure 获取有关资源的信息。 (继承自 ISupportsGettingById<T>) |
GetByIdAsync(String, CancellationToken) |
根据资源 ID 从 Azure 获取有关资源的信息。 (继承自 ISupportsGettingById<T>) |
GetByName(String) |
根据当前资源组中的资源名称,从 Azure 获取有关资源的信息。 (继承自 ISupportsGettingByName<T>) |
GetByNameAndVersion(String, String) |
获取密钥保管库键。 |
GetByNameAndVersionAsync(String, String, CancellationToken) |
获取密钥保管库键。 |
GetByNameAsync(String, CancellationToken) |
根据当前资源组中的资源名称,从 Azure 获取有关资源的信息。 (继承自 ISupportsGettingByName<T>) |
List() |
列出当前所选订阅中指定类型的所有资源。 (继承自 ISupportsListing<T>) |
ListAsync(Boolean, CancellationToken) |
列出当前所选订阅中指定类型的所有资源。 (继承自 ISupportsListing<T>) |
Restore(Byte[]) |
将备份密钥还原到密钥保管库密钥中。 |
RestoreAsync(Byte[], CancellationToken) |
将备份密钥还原到密钥保管库密钥中。 |