Class CertificateState
Inherited Members
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 SourceCertificateState()
Declaration
public CertificateState()
Properties
View SourceAccountName
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> |
BatchCertificate
The base64-encoded contents of the certificate.
Declaration
public Input<string> BatchCertificate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Name
The generated name of the certificate.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
PublicData
The public key of the certificate.
Declaration
public Input<string> PublicData { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
ThumbprintAlgorithm
Declaration
public Input<string> ThumbprintAlgorithm { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |