ApplicationGatewayTrustedClientCertificate Constructors

Definition

Overloads

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.

ApplicationGatewayTrustedClientCertificate()

Initializes a new instance of the ApplicationGatewayTrustedClientCertificate class.

public ApplicationGatewayTrustedClientCertificate ();
Public Sub New ()

Applies to

ApplicationGatewayTrustedClientCertificate(String, String, String, String, String, String, String, String)

Initializes a new instance of the ApplicationGatewayTrustedClientCertificate class.

public ApplicationGatewayTrustedClientCertificate (string id = default, string data = default, string validatedCertData = default, string clientCertIssuerDN = default, string provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayTrustedClientCertificate : string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayTrustedClientCertificate
Public Sub New (Optional id As String = Nothing, Optional data As String = Nothing, Optional validatedCertData As String = Nothing, Optional clientCertIssuerDN As String = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)

Parameters

id
String

Resource ID.

data
String

Certificate public data.

validatedCertData
String

Validated certificate data.

clientCertIssuerDN
String

Distinguished name of client certificate issuer.

provisioningState
String

The provisioning state of the trusted client certificate resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

name
String

Name of the trusted client certificate that is unique within an Application Gateway.

etag
String

A unique read-only string that changes whenever the resource is updated.

type
String

Type of the resource.

Applies to