Class PoolCertificate
Inheritance
Inherited Members
Namespace: Pulumi.Azure.Batch.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class PoolCertificate
Fields
View SourceId
The ID of the Batch Certificate to install on the Batch Pool, which must be inside the same Batch Account.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| 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 readonly string StoreLocation
Field Value
| Type | Description |
|---|---|
| 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 readonly string StoreName
Field Value
| Type | Description |
|---|---|
| System.String |
Visibilities
Which user accounts on the compute node should have access to the private data of the certificate.
Declaration
public readonly ImmutableArray<string> Visibilities
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |