IAppServiceCertificateKeyVaultBinding Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An immutable client-side representation of an Azure App Service Key Vault binding.
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)
- Implements
-
IBeta IGroupableResource<ManagerT,InnerT> IGroupableResource<IAppServiceManager,AppServiceCertificateResourceInner> IHasId IHasInner<InnerT> IHasInner<AppServiceCertificateResourceInner> IHasManager<ManagerT> IHasManager<IAppServiceManager> IHasName IHasResourceGroup IIndependentChild<ManagerT> IIndependentChild<IAppServiceManager> IIndependentChildResource<IAppServiceManager,AppServiceCertificateResourceInner> IResource IIndexable
Properties
Id |
Gets the resource id string (Inherited from IHasId) |
Inner | (Inherited from IHasInner<T>) |
Key | (Inherited from IIndexable) |
KeyVaultId |
Gets the key vault resource Id. |
KeyVaultSecretName |
Gets the key vault secret name. |
Manager |
Gets the manager client type of this resource type. (Inherited from IHasManager<ManagerT>) |
Name |
Gets the name of the resource (Inherited from IHasName) |
ProvisioningState |
Gets the status of the Key Vault secret. |
Region | (Inherited from IResource) |
RegionName | (Inherited from IResource) |
ResourceGroupName | (Inherited from IHasResourceGroup) |
Tags | (Inherited from IResource) |
Type | (Inherited from IResource) |
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET