Class LinuxVirtualMachineScaleSetSecret
Inheritance
System.Object
LinuxVirtualMachineScaleSetSecret
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.Compute.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class LinuxVirtualMachineScaleSetSecret
Fields
View SourceCertificates
One or more certificate blocks as defined above.
Declaration
public readonly ImmutableArray<LinuxVirtualMachineScaleSetSecretCertificate> Certificates
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<LinuxVirtualMachineScaleSetSecretCertificate> |
KeyVaultId
The ID of the Key Vault from which all Secrets should be sourced.
Declaration
public readonly string KeyVaultId
Field Value
| Type | Description |
|---|---|
| System.String |