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 com.azure.resourcemanager.resources.fluentcore.arm.models.GroupableResource
GroupableResource.DefinitionStagesNested classes/interfaces inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.IndependentChild
IndependentChild.DefinitionStagesNested classes/interfaces inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.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 com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModelMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
managerMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
nameMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupNameMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
region, regionName, tags, type
-
Method Details
-
keyVaultId
String keyVaultId()Gets the key vault resource Id.- Returns:
- the key vault resource Id
-
keyVaultSecretName
String keyVaultSecretName()Gets the key vault secret name.- Returns:
- the key vault secret name
-
provisioningState
KeyVaultSecretStatus provisioningState()Gets the status of the Key Vault secret.- Returns:
- the status of the Key Vault secret
-