ApplicationGatewayTrustedClientCertificatePropertiesFormat Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. ApplicationGatewayTrustedClientCertificatePropertiesFormat
- com.
Implements
public final class ApplicationGatewayTrustedClientCertificatePropertiesFormat
implements JsonSerializable<ApplicationGatewayTrustedClientCertificatePropertiesFormat>
Trusted client certificates properties of an application gateway.
Constructor Summary
| Constructor | Description |
|---|---|
| ApplicationGatewayTrustedClientCertificatePropertiesFormat() |
Creates an instance of Application |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
clientCertIssuerDN()
Get the client |
| String |
data()
Get the data property: Certificate public data. |
|
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| String |
validatedCertData()
Get the validated |
|
Application |
withData(String data)
Set the data property: Certificate public data. |
Methods inherited from java.lang.Object
Constructor Details
ApplicationGatewayTrustedClientCertificatePropertiesFormat
public ApplicationGatewayTrustedClientCertificatePropertiesFormat()
Creates an instance of ApplicationGatewayTrustedClientCertificatePropertiesFormat class.
Method Details
clientCertIssuerDN
public String clientCertIssuerDN()
Get the clientCertIssuerDN property: Distinguished name of client certificate issuer.
Returns:
data
public String data()
Get the data property: Certificate public data.
Returns:
fromJson
public static ApplicationGatewayTrustedClientCertificatePropertiesFormat fromJson(JsonReader jsonReader)
Reads an instance of ApplicationGatewayTrustedClientCertificatePropertiesFormat from the JsonReader.
Parameters:
Returns:
Throws:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the trusted client certificate resource.
Returns:
toJson
validate
public void validate()
Validates the instance.
validatedCertData
public String validatedCertData()
Get the validatedCertData property: Validated certificate data.
Returns:
withData
public ApplicationGatewayTrustedClientCertificatePropertiesFormat withData(String data)
Set the data property: Certificate public data.
Parameters:
Returns: