Show / Hide Table of Contents

Class VirtualMachineOsProfileSecret

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

Fields

View Source

SourceVaultId

Specifies the ID of the Key Vault to use.

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

VaultCertificates

One or more vault_certificates blocks.

Declaration
public readonly ImmutableArray<VirtualMachineOsProfileSecretVaultCertificate> VaultCertificates
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<VirtualMachineOsProfileSecretVaultCertificate>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.