Show / Hide Table of Contents

Class PoolCertificate

Inheritance
System.Object
PoolCertificate
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class PoolCertificate

Fields

View Source

Id

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
View Source

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
View Source

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
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.