ApplicationGatewayAuthenticationCertificateInner Class

Definition

Authentication certificates of an application gateway.

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

Constructors

ApplicationGatewayAuthenticationCertificateInner()

Initializes a new instance of the ApplicationGatewayAuthenticationCertificateInner class.

ApplicationGatewayAuthenticationCertificateInner(String, String, ProvisioningState, String, String, String)

Initializes a new instance of the ApplicationGatewayAuthenticationCertificateInner 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)
Name

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

ProvisioningState

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

Type

Gets type of the resource.

Applies to