public class ApplicationGatewayTrustedClientCertificate
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
ApplicationGatewayTrustedClientCertificate() |
| Modifier and Type | Method and Description |
|---|---|
String |
clientCertIssuerDN()
Get the clientCertIssuerDN property: Distinguished name of client certificate issuer.
|
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.
|
String |
name()
Get the name property: Name of the trusted client certificate that is unique within an Application Gateway.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the trusted client certificate resource.
|
String |
type()
Get the type property: Type of the resource.
|
void |
validate()
Validates the instance.
|
String |
validatedCertData()
Get the validatedCertData property: Validated certificate data.
|
ApplicationGatewayTrustedClientCertificate |
withData(String data)
Set the data property: Certificate public data.
|
ApplicationGatewayTrustedClientCertificate |
withId(String id) |
ApplicationGatewayTrustedClientCertificate |
withName(String name)
Set the name property: Name of the trusted client certificate that is unique within an Application Gateway.
|
public ApplicationGatewayTrustedClientCertificate()
public String name()
public ApplicationGatewayTrustedClientCertificate withName(String name)
name - the name value to set.public String etag()
public String type()
public String data()
public ApplicationGatewayTrustedClientCertificate withData(String data)
data - the data value to set.public String validatedCertData()
public String clientCertIssuerDN()
public ProvisioningState provisioningState()
public ApplicationGatewayTrustedClientCertificate withId(String id)
withId in class com.azure.core.management.SubResourcepublic void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.