Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IAppServiceCertificateKeyVaultBinding 接口

定义

Azure 应用服务 密钥保管库绑定的不可变客户端表示形式。

public interface IAppServiceCertificateKeyVaultBinding : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.AppService.Fluent.IAppServiceManager,Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceCertificateResourceInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceCertificateResourceInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.AppService.Fluent.IAppServiceManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IIndependentChild<Microsoft.Azure.Management.AppService.Fluent.IAppServiceManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IIndependentChildResource<Microsoft.Azure.Management.AppService.Fluent.IAppServiceManager,Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceCertificateResourceInner>
type IAppServiceCertificateKeyVaultBinding = interface
    interface IBeta
    interface IIndependentChildResource<IAppServiceManager, AppServiceCertificateResourceInner>
    interface IGroupableResource<IAppServiceManager, AppServiceCertificateResourceInner>
    interface IResource
    interface IIndexable
    interface IHasId
    interface IHasName
    interface IHasResourceGroup
    interface IHasManager<IAppServiceManager>
    interface IHasInner<AppServiceCertificateResourceInner>
    interface IIndependentChild<IAppServiceManager>
Public Interface IAppServiceCertificateKeyVaultBinding
Implements IBeta, IGroupableResource(Of IAppServiceManager, AppServiceCertificateResourceInner), IHasInner(Of AppServiceCertificateResourceInner), IHasManager(Of IAppServiceManager), IIndependentChild(Of IAppServiceManager), IIndependentChildResource(Of IAppServiceManager, AppServiceCertificateResourceInner)
实现

属性

Id

获取资源 ID 字符串

(继承自 IHasId)
Inner

Azure 应用服务 密钥保管库绑定的不可变客户端表示形式。

(继承自 IHasInner<T>)
Key

Azure 应用服务 密钥保管库绑定的不可变客户端表示形式。

(继承自 IIndexable)
KeyVaultId

获取密钥保管库资源 ID。

KeyVaultSecretName

获取密钥保管库机密名称。

Manager

获取此资源类型的管理器客户端类型。

(继承自 IHasManager<ManagerT>)
Name

获取资源的名称

(继承自 IHasName)
ProvisioningState

获取密钥保管库机密的状态。

Region

Azure 应用服务 密钥保管库绑定的不可变客户端表示形式。

(继承自 IResource)
RegionName

Azure 应用服务 密钥保管库绑定的不可变客户端表示形式。

(继承自 IResource)
ResourceGroupName

Azure 应用服务 密钥保管库绑定的不可变客户端表示形式。

(继承自 IHasResourceGroup)
Tags

Azure 应用服务 密钥保管库绑定的不可变客户端表示形式。

(继承自 IResource)
Type

Azure 应用服务 密钥保管库绑定的不可变客户端表示形式。

(继承自 IResource)

适用于