ApplicationGatewayAuthenticationCertificatePropertiesFormat Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. ApplicationGatewayAuthenticationCertificatePropertiesFormat
- com.
Implements
public final class ApplicationGatewayAuthenticationCertificatePropertiesFormat
implements JsonSerializable<ApplicationGatewayAuthenticationCertificatePropertiesFormat>
Authentication certificates properties of an application gateway.
Constructor Summary
| Constructor | Description |
|---|---|
| ApplicationGatewayAuthenticationCertificatePropertiesFormat() |
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 |
|
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. |
Methods inherited from java.lang.Object
Constructor Details
ApplicationGatewayAuthenticationCertificatePropertiesFormat
public ApplicationGatewayAuthenticationCertificatePropertiesFormat()
Creates an instance of ApplicationGatewayAuthenticationCertificatePropertiesFormat class.
Method Details
data
public String data()
Get the data property: Certificate public data.
Returns:
fromJson
public static ApplicationGatewayAuthenticationCertificatePropertiesFormat fromJson(JsonReader jsonReader)
Reads an instance of ApplicationGatewayAuthenticationCertificatePropertiesFormat from the JsonReader.
Parameters:
Returns:
Throws:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the authentication certificate resource.
Returns:
toJson
validate
public void validate()
Validates the instance.
withData
public ApplicationGatewayAuthenticationCertificatePropertiesFormat withData(String data)
Set the data property: Certificate public data.
Parameters:
Returns: