Show / Hide Table of Contents

Class CertificateState

Inheritance
System.Object
InputArgs
ResourceArgs
CertificateState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Batch
Assembly: Pulumi.Azure.dll
Syntax
public sealed class CertificateState : ResourceArgs

Constructors

View Source

CertificateState()

Declaration
public CertificateState()

Properties

View Source

AccountName

Specifies the name of the Batch account. Changing this forces a new resource to be created.

Declaration
public Input<string> AccountName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

BatchCertificate

The base64-encoded contents of the certificate.

Declaration
public Input<string> BatchCertificate { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Format

The format of the certificate. Possible values are Cer or Pfx.

Declaration
public Input<string> Format { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The generated name of the certificate.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Password

The password to access the certificate's private key. This must and can only be specified when format is Pfx.

Declaration
public Input<string> Password { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PublicData

The public key of the certificate.

Declaration
public Input<string> PublicData { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ResourceGroupName

The name of the resource group in which to create the Batch account. Changing this forces a new resource to be created.

Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Thumbprint

The thumbprint of the certificate. At this time the only supported value is 'SHA1'.

Declaration
public Input<string> Thumbprint { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ThumbprintAlgorithm

Declaration
public Input<string> ThumbprintAlgorithm { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.