Class GetPoolCertificateArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetPoolCertificateArgs : InvokeArgs
Constructors
View SourceGetPoolCertificateArgs()
Declaration
public GetPoolCertificateArgs()
Properties
View SourceId
The fully qualified ID of the certificate installed on the pool.
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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 |
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 |
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> |