CaCertificateData Class

Definition

A class representing the CaCertificate data model. The CA Certificate resource.

public class CaCertificateData : Azure.ResourceManager.Models.ResourceData
type CaCertificateData = class
    inherit ResourceData
Public Class CaCertificateData
Inherits ResourceData
Inheritance
CaCertificateData

Constructors

CaCertificateData()

Initializes a new instance of CaCertificateData.

Properties

Description

Description for the CA Certificate resource.

EncodedCertificate

Base64 encoded PEM (Privacy Enhanced Mail) format certificate data.

ExpiryTimeInUtc

Certificate expiry time in UTC. This is a read-only field.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
IssueTimeInUtc

Certificate issue time in UTC. This is a read-only field.

Name

The name of the resource.

(Inherited from ResourceData)
ProvisioningState

Provisioning state of the CA Certificate resource.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Applies to