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.
public class ApplicationGatewayTrustedClientCertificate : Azure.ResourceManager.Network.Models.NetworkResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ApplicationGatewayTrustedClientCertificate>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ApplicationGatewayTrustedClientCertificate>
public class ApplicationGatewayTrustedClientCertificate : Azure.ResourceManager.Network.Models.NetworkResourceData
type ApplicationGatewayTrustedClientCertificate = class
inherit NetworkResourceData
interface IJsonModel<ApplicationGatewayTrustedClientCertificate>
interface IPersistableModel<ApplicationGatewayTrustedClientCertificate>
type ApplicationGatewayTrustedClientCertificate = class
inherit NetworkResourceData
Public Class ApplicationGatewayTrustedClientCertificate
Inherits NetworkResourceData
Implements IJsonModel(Of ApplicationGatewayTrustedClientCertificate), IPersistableModel(Of ApplicationGatewayTrustedClientCertificate)
Public Class ApplicationGatewayTrustedClientCertificate
Inherits NetworkResourceData
- Inheritance
- Implements
Constructors
ApplicationGatewayTrustedClientCertificate() |
Initializes a new instance of ApplicationGatewayTrustedClientCertificate. |
Properties
ClientCertIssuerDN |
Distinguished name of client certificate issuer. |
Data |
Certificate public data. To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
ETag |
A unique read-only string that changes whenever the resource is updated. |
Id |
Resource ID. (Inherited from NetworkResourceData) |
Name |
Resource name. (Inherited from NetworkResourceData) |
ProvisioningState |
The provisioning state of the trusted client certificate resource. |
ResourceType |
Resource type. (Inherited from NetworkResourceData) |
ValidatedCertData |
Validated certificate data. To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
Explicit Interface Implementations
Applies to
Azure SDK for .NET