public final class AppServiceCertificatePatchResourceInner extends ProxyOnlyResource
| Constructor and Description |
|---|
AppServiceCertificatePatchResourceInner() |
| 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.
|
AppServiceCertificatePatchResourceInner |
withKeyVaultId(String keyVaultId)
Set the keyVaultId property: Key Vault resource Id.
|
AppServiceCertificatePatchResourceInner |
withKeyVaultSecretName(String keyVaultSecretName)
Set the keyVaultSecretName property: Key Vault secret name.
|
AppServiceCertificatePatchResourceInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
kindpublic AppServiceCertificatePatchResourceInner()
public AppServiceCertificatePatchResourceInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public String keyVaultId()
public AppServiceCertificatePatchResourceInner withKeyVaultId(String keyVaultId)
keyVaultId - the keyVaultId value to set.public String keyVaultSecretName()
public AppServiceCertificatePatchResourceInner withKeyVaultSecretName(String keyVaultSecretName)
keyVaultSecretName - the keyVaultSecretName value to set.public KeyVaultSecretStatus provisioningState()
public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.