Show / Hide Table of Contents

Class GetPoolCertificateArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetPoolCertificateArgs
Inherited Members
InvokeArgs.Empty
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetPoolCertificateArgs : InvokeArgs

Constructors

View Source

GetPoolCertificateArgs()

Declaration
public GetPoolCertificateArgs()

Properties

View Source

Id

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

Declaration
public string Id { get; set; }
Property 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 string StoreLocation { get; set; }
Property 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 string StoreName { get; set; }
Property 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 List<string> Visibilities { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.