Class AppServiceCertificateInner
- java.lang.Object
-
- com.azure.resourcemanager.appservice.fluent.models.AppServiceCertificateInner
-
public final class AppServiceCertificateInner extends Object
Key Vault container for a certificate that is purchased through Azure.
-
-
Constructor Summary
Constructors Constructor Description AppServiceCertificateInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringkeyVaultId()Get the keyVaultId property: Key Vault resource Id.StringkeyVaultSecretName()Get the keyVaultSecretName property: Key Vault secret name.KeyVaultSecretStatusprovisioningState()Get the provisioningState property: Status of the Key Vault secret.voidvalidate()Validates the instance.AppServiceCertificateInnerwithKeyVaultId(String keyVaultId)Set the keyVaultId property: Key Vault resource Id.AppServiceCertificateInnerwithKeyVaultSecretName(String keyVaultSecretName)Set the keyVaultSecretName property: Key Vault secret name.
-
-
-
Method Detail
-
keyVaultId
public String keyVaultId()
Get the keyVaultId property: Key Vault resource Id.- Returns:
- the keyVaultId value.
-
withKeyVaultId
public AppServiceCertificateInner withKeyVaultId(String keyVaultId)
Set the keyVaultId property: Key Vault resource Id.- Parameters:
keyVaultId- the keyVaultId value to set.- Returns:
- the AppServiceCertificateInner object itself.
-
keyVaultSecretName
public String keyVaultSecretName()
Get the keyVaultSecretName property: Key Vault secret name.- Returns:
- the keyVaultSecretName value.
-
withKeyVaultSecretName
public AppServiceCertificateInner withKeyVaultSecretName(String keyVaultSecretName)
Set the keyVaultSecretName property: Key Vault secret name.- Parameters:
keyVaultSecretName- the keyVaultSecretName value to set.- Returns:
- the AppServiceCertificateInner object itself.
-
provisioningState
public KeyVaultSecretStatus provisioningState()
Get the provisioningState property: Status of the Key Vault secret.- Returns:
- the provisioningState value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-