ApplicationGatewayTrustedClientCertificate Class
- java.
lang. Object - com.
azure. core. management. SubResource - com.
azure. resourcemanager. network. models. ApplicationGatewayTrustedClientCertificate
- com.
- com.
public final class ApplicationGatewayTrustedClientCertificate
extends SubResource
Trusted client certificates of an application gateway.
Constructor Summary
Constructor | Description |
---|---|
ApplicationGatewayTrustedClientCertificate() |
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. |
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated. |
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
String |
name()
Get the name property: Name of the trusted client certificate that is unique within an Application Gateway. |
Provisioning |
provisioningState()
Get the provisioning |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: Type of the resource. |
void |
validate()
Validates the instance. |
String |
validatedCertData()
Get the validated |
Application |
withData(String data)
Set the data property: Certificate public data. |
Application |
withId(String id) |
Application |
withName(String name)
Set the name property: Name of the trusted client certificate that is unique within an Application Gateway. |
Methods inherited from SubResource
Methods inherited from java.lang.Object
Constructor Details
ApplicationGatewayTrustedClientCertificate
public ApplicationGatewayTrustedClientCertificate()
Creates an instance of ApplicationGatewayTrustedClientCertificate 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:
etag
public String etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
Returns:
fromJson
public static ApplicationGatewayTrustedClientCertificate fromJson(JsonReader jsonReader)
Reads an instance of ApplicationGatewayTrustedClientCertificate from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Name of the trusted client certificate that is unique within an Application Gateway.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the trusted client certificate resource.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ApplicationGatewayTrustedClientCertificate.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Type of the resource.
Returns:
validate
public void validate()
Validates the instance.
validatedCertData
public String validatedCertData()
Get the validatedCertData property: Validated certificate data.
Returns:
withData
public ApplicationGatewayTrustedClientCertificate withData(String data)
Set the data property: Certificate public data.
Parameters:
Returns:
withId
public ApplicationGatewayTrustedClientCertificate withId(String id)
Overrides:
ApplicationGatewayTrustedClientCertificate.withId(String id)Parameters:
withName
public ApplicationGatewayTrustedClientCertificate withName(String name)
Set the name property: Name of the trusted client certificate that is unique within an Application Gateway.
Parameters:
Returns:
Applies to
Azure SDK for Java