Show / Hide Table of Contents

Class GetPoolCertificateResult

Inheritance
System.Object
GetPoolCertificateResult
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 GetPoolCertificateResult

Fields

View Source

Id

The fully qualified ID of the certificate installed on the pool.

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 the certificate is installed, either 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 the certificate is installed.

Declaration
public readonly string StoreName
Field Value
Type Description
System.String
View Source

Visibilities

Which user accounts on the compute node 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.