Class PoolCertificateArgs
Inherited Members
Namespace: Pulumi.Azure.Batch.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class PoolCertificateArgs : ResourceArgs
Constructors
View SourcePoolCertificateArgs()
Declaration
public PoolCertificateArgs()
Properties
View SourceId
The ID of the Batch Certificate to install on the Batch Pool, which must be inside the same Batch Account.
Declaration
public Input<string> Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StoreLocation
The location of the certificate store on the compute node into which to install the certificate. Possible values are CurrentUser or LocalMachine.
Declaration
public Input<string> StoreLocation { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StoreName
The name of the certificate store on the compute node into which to install the certificate. This property is applicable only for pools configured with Windows nodes (that is, created with cloudServiceConfiguration, or with virtualMachineConfiguration using a Windows image reference). Common store names include: My, Root, CA, Trust, Disallowed, TrustedPeople, TrustedPublisher, AuthRoot, AddressBook, but any custom store name can also be used. The default value is My.
Declaration
public Input<string> StoreName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Visibilities
Which user accounts on the compute node should have access to the private data of the certificate.
Declaration
public InputList<string> Visibilities { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |