public final class AppServiceCertificateInner extends Object
| Constructor and Description |
|---|
AppServiceCertificateInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
keyVaultId()
Get the keyVaultId property: Key Vault resource Id.
|
String |
keyVaultSecretName()
Get the keyVaultSecretName property: Key Vault secret name.
|
KeyVaultSecretStatus |
provisioningState()
Get the provisioningState property: Status of the Key Vault secret.
|
void |
validate()
Validates the instance.
|
AppServiceCertificateInner |
withKeyVaultId(String keyVaultId)
Set the keyVaultId property: Key Vault resource Id.
|
AppServiceCertificateInner |
withKeyVaultSecretName(String keyVaultSecretName)
Set the keyVaultSecretName property: Key Vault secret name.
|
public String keyVaultId()
public AppServiceCertificateInner withKeyVaultId(String keyVaultId)
keyVaultId - the keyVaultId value to set.public String keyVaultSecretName()
public AppServiceCertificateInner withKeyVaultSecretName(String keyVaultSecretName)
keyVaultSecretName - the keyVaultSecretName value to set.public KeyVaultSecretStatus provisioningState()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.