IntegrationAccountCertificate Class

Definition

The integration account certificate.

[Microsoft.Rest.Serialization.JsonTransformation]
public class IntegrationAccountCertificate : Microsoft.Azure.Management.Logic.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type IntegrationAccountCertificate = class
    inherit Resource
Public Class IntegrationAccountCertificate
Inherits Resource
Inheritance
IntegrationAccountCertificate
Attributes

Constructors

IntegrationAccountCertificate()

Initializes a new instance of the IntegrationAccountCertificate class.

IntegrationAccountCertificate(String, String, String, String, IDictionary<String,String>, Nullable<DateTime>, Nullable<DateTime>, Object, KeyVaultKeyReference, String)

Initializes a new instance of the IntegrationAccountCertificate class.

Properties

ChangedTime

Gets the changed time.

CreatedTime

Gets the created time.

Id

Gets the resource id.

(Inherited from Resource)
Key

Gets or sets the key details in the key vault.

Location

Gets or sets the resource location.

(Inherited from Resource)
Metadata

Gets or sets the metadata.

Name

Gets the resource name.

(Inherited from Resource)
PublicCertificate

Gets or sets the public certificate.

Tags

Gets or sets the resource tags.

(Inherited from Resource)
Type

Gets the resource type.

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to