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 SourceId
The fully qualified ID of the certificate installed on the pool.
Declaration
public readonly string Id
Field 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 readonly string StoreLocation
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
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> |