ApplicationGatewayTrustedRootCertificatePropertiesFormat Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. ApplicationGatewayTrustedRootCertificatePropertiesFormat
- com.
Implements
public final class ApplicationGatewayTrustedRootCertificatePropertiesFormat
implements JsonSerializable<ApplicationGatewayTrustedRootCertificatePropertiesFormat>
Trusted Root certificates properties of an application gateway.
Constructor Summary
| Constructor | Description |
|---|---|
| ApplicationGatewayTrustedRootCertificatePropertiesFormat() |
Creates an instance of Application |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
data()
Get the data property: Certificate public data. |
|
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
| String |
keyVaultSecretId()
Get the key |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Application |
withData(String data)
Set the data property: Certificate public data. |
|
Application |
withKeyVaultSecretId(String keyVaultSecretId)
Set the key |
Methods inherited from java.lang.Object
Constructor Details
ApplicationGatewayTrustedRootCertificatePropertiesFormat
public ApplicationGatewayTrustedRootCertificatePropertiesFormat()
Creates an instance of ApplicationGatewayTrustedRootCertificatePropertiesFormat class.
Method Details
data
public String data()
Get the data property: Certificate public data.
Returns:
fromJson
public static ApplicationGatewayTrustedRootCertificatePropertiesFormat fromJson(JsonReader jsonReader)
Reads an instance of ApplicationGatewayTrustedRootCertificatePropertiesFormat from the JsonReader.
Parameters:
Returns:
Throws:
keyVaultSecretId
public String keyVaultSecretId()
Get the keyVaultSecretId property: Secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the trusted root certificate resource.
Returns:
toJson
validate
public void validate()
Validates the instance.
withData
public ApplicationGatewayTrustedRootCertificatePropertiesFormat withData(String data)
Set the data property: Certificate public data.
Parameters:
Returns:
withKeyVaultSecretId
public ApplicationGatewayTrustedRootCertificatePropertiesFormat withKeyVaultSecretId(String keyVaultSecretId)
Set the keyVaultSecretId property: Secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault.
Parameters:
Returns: