CertificateCreateOrUpdateParameters Class

Definition

Contains information about a certificate.

[Microsoft.Rest.Serialization.JsonTransformation]
public class CertificateCreateOrUpdateParameters : Microsoft.Azure.Management.Batch.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type CertificateCreateOrUpdateParameters = class
    inherit ProxyResource
Public Class CertificateCreateOrUpdateParameters
Inherits ProxyResource
Inheritance
CertificateCreateOrUpdateParameters
Attributes

Constructors

CertificateCreateOrUpdateParameters()

Initializes a new instance of the CertificateCreateOrUpdateParameters class.

CertificateCreateOrUpdateParameters(String, String, String, String, String, String, String, CertificateFormat, String)

Initializes a new instance of the CertificateCreateOrUpdateParameters class.

Properties

Data

Gets or sets the base64-encoded contents of the certificate.

Etag

Gets the ETag of the resource, used for concurrency statements.

(Inherited from ProxyResource)
Format

Gets or sets the format of the certificate - either Pfx or Cer. If omitted, the default is Pfx. Possible values include: 'Pfx', 'Cer'

Id

Gets the ID of the resource.

(Inherited from ProxyResource)
Name

Gets the name of the resource.

(Inherited from ProxyResource)
Password

Gets or sets the password to access the certificate's private key.

Thumbprint

Gets or sets the thumbprint of the certificate.

ThumbprintAlgorithm

Gets or sets the algorithm of the certificate thumbprint.

Type

Gets the type of the resource.

(Inherited from ProxyResource)

Methods

Validate()

Validate the object.

Applies to