ApplicationGatewayTrustedClientCertificate Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Trusted client certificates of an application gateway.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewayTrustedClientCertificate : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewayTrustedClientCertificate = class
inherit SubResource
Public Class ApplicationGatewayTrustedClientCertificate
Inherits SubResource
- Inheritance
- Attributes
Constructors
ApplicationGatewayTrustedClientCertificate() |
Initializes a new instance of the ApplicationGatewayTrustedClientCertificate class. |
ApplicationGatewayTrustedClientCertificate(String, String, String, String, String, String, String, String) |
Initializes a new instance of the ApplicationGatewayTrustedClientCertificate class. |
Properties
ClientCertIssuerDN |
Gets distinguished name of client certificate issuer. |
Data |
Gets or sets certificate public data. |
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
Id |
Gets or sets resource ID. (Inherited from SubResource) |
Name |
Gets or sets name of the trusted client certificate that is unique within an Application Gateway. |
ProvisioningState |
Gets the provisioning state of the trusted client certificate resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
Type |
Gets type of the resource. |
ValidatedCertData |
Gets validated certificate data. |
Applies to
Azure SDK for .NET