Interface AppServiceCertificateKeyVaultBinding
- All Superinterfaces:
GroupableResource<com.microsoft.azure.management.appservice.implementation.AppServiceManager,
,com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner> HasId
,HasInner<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner>
,HasManager<com.microsoft.azure.management.appservice.implementation.AppServiceManager>
,HasName
,HasResourceGroup
,IndependentChild<com.microsoft.azure.management.appservice.implementation.AppServiceManager>
,IndependentChildResource<com.microsoft.azure.management.appservice.implementation.AppServiceManager,
,com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner> Indexable
,Resource
@Beta
public interface AppServiceCertificateKeyVaultBinding
extends IndependentChildResource<com.microsoft.azure.management.appservice.implementation.AppServiceManager,com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner>
An immutable client-side representation of an Azure App Service Key Vault binding.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource
GroupableResource.DefinitionStages
Nested classes/interfaces inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.IndependentChild
IndependentChild.DefinitionStages
Nested classes/interfaces inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.Resource
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T>
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasId
id
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager
manager
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupName
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.Resource
region, regionName, tags, type
-
Method Details
-
keyVaultId
String keyVaultId()- Returns:
- the key vault resource Id
-
keyVaultSecretName
String keyVaultSecretName()- Returns:
- the key vault secret name
-
provisioningState
KeyVaultSecretStatus provisioningState()- Returns:
- the status of the Key Vault secret
-