AppServiceCertificateKeyVaultBinding Interface

public interface AppServiceCertificateKeyVaultBinding extends IndependentChildResource<AppServiceManager, AppServiceCertificateResourceInner>

An immutable client-side representation of an Azure App Service Key Vault binding.

Method Summary

Modifier and Type Method and Description
String keyVaultId()
String keyVaultSecretName()
KeyVaultSecretStatus provisioningState()

Inherited Members

Method Details

keyVaultId

public String keyVaultId()

Returns:

the key vault resource Id

keyVaultSecretName

public String keyVaultSecretName()

Returns:

the key vault secret name

provisioningState

public KeyVaultSecretStatus provisioningState()

Returns:

the status of the Key Vault secret

Applies to