Show / Hide Table of Contents

Class VirtualMachineOsProfileWindowsConfigWinrm

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

Fields

View Source

CertificateUrl

The ID of the Key Vault Secret which contains the encrypted Certificate which should be installed on the Virtual Machine. This certificate must also be specified in the vault_certificates block within the os_profile_secrets block.

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

Protocol

Specifies the protocol of listener. Possible values are HTTP or HTTPS.

Declaration
public readonly string Protocol
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.