Interface AppServiceCertificateKeyVaultBinding
- All Superinterfaces:
GroupableResource<AppServiceManager, AppServiceCertificateResourceInner>, HasId, HasInnerModel<AppServiceCertificateResourceInner>, HasManager<AppServiceManager>, HasName, HasResourceGroup, IndependentChild<AppServiceManager>, IndependentChildResource<AppServiceManager, AppServiceCertificateResourceInner>, Indexable, Resource
public interface AppServiceCertificateKeyVaultBinding
extends IndependentChildResource<AppServiceManager, AppServiceCertificateResourceInner>
An immutable client-side representation of an Azure App Service Key Vault binding.
-
Nested Class Summary
Nested classes/interfaces inherited from interface GroupableResource
GroupableResource.DefinitionStagesNested classes/interfaces inherited from interface IndependentChild
IndependentChild.DefinitionStagesNested classes/interfaces inherited from interface Resource
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T> -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the key vault resource Id.Gets the key vault secret name.Gets the status of the Key Vault secret.Methods inherited from interface HasInnerModel
innerModelMethods inherited from interface HasManager
managerMethods inherited from interface HasResourceGroup
resourceGroupNameMethods inherited from interface Resource
region, regionName, tags, type
-
Method Details
-
keyVaultId
-
keyVaultSecretName
-
provisioningState
KeyVaultSecretStatus provisioningState()Gets the status of the Key Vault secret.- Returns:
- the status of the Key Vault secret
-