AppServiceCertificateInner Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. fluent. models. AppServiceCertificateInner
- com.
Implements
public final class AppServiceCertificateInner
implements JsonSerializable<AppServiceCertificateInner>
Key Vault container for a certificate that is purchased through Azure.
Constructor Summary
Constructor | Description |
---|---|
AppServiceCertificateInner() |
Creates an instance of App |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
App |
fromJson(JsonReader jsonReader)
Reads an instance of App |
String |
keyVaultId()
Get the key |
String |
keyVaultSecretName()
Get the key |
Key |
provisioningState()
Get the provisioning |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
App |
withKeyVaultId(String keyVaultId)
Set the key |
App |
withKeyVaultSecretName(String keyVaultSecretName)
Set the key |
Methods inherited from java.lang.Object
Constructor Details
AppServiceCertificateInner
public AppServiceCertificateInner()
Creates an instance of AppServiceCertificateInner class.
Method Details
fromJson
public static AppServiceCertificateInner fromJson(JsonReader jsonReader)
Reads an instance of AppServiceCertificateInner from the JsonReader.
Parameters:
Returns:
Throws:
keyVaultId
public String keyVaultId()
Get the keyVaultId property: Key Vault resource Id.
Returns:
keyVaultSecretName
public String keyVaultSecretName()
Get the keyVaultSecretName property: Key Vault secret name.
Returns:
provisioningState
public KeyVaultSecretStatus provisioningState()
Get the provisioningState property: Status of the Key Vault secret.
Returns:
toJson
validate
public void validate()
Validates the instance.
withKeyVaultId
public AppServiceCertificateInner withKeyVaultId(String keyVaultId)
Set the keyVaultId property: Key Vault resource Id.
Parameters:
Returns:
withKeyVaultSecretName
public AppServiceCertificateInner withKeyVaultSecretName(String keyVaultSecretName)
Set the keyVaultSecretName property: Key Vault secret name.
Parameters:
Returns:
Applies to
Azure SDK for Java