ApplicationGatewayTrustedRootCertificateInner Class

Definition

Trusted Root certificates of an application gateway.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewayTrustedRootCertificateInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewayTrustedRootCertificateInner = class
    inherit SubResource
Public Class ApplicationGatewayTrustedRootCertificateInner
Inherits SubResource
Inheritance
ApplicationGatewayTrustedRootCertificateInner
Attributes

Constructors

ApplicationGatewayTrustedRootCertificateInner()

Initializes a new instance of the ApplicationGatewayTrustedRootCertificateInner class.

ApplicationGatewayTrustedRootCertificateInner(String, String, String, ProvisioningState, String, String, String)

Initializes a new instance of the ApplicationGatewayTrustedRootCertificateInner class.

Properties

Data

Gets or sets certificate public data.

Etag

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

Id

Resource Id

(Inherited from SubResource)
KeyVaultSecretId

Gets or sets secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault.

Name

Gets or sets name of the trusted root certificate that is unique within an Application Gateway.

ProvisioningState

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

Type

Gets type of the resource.

Applies to