Show / Hide Table of Contents

Class VirtualMachineOsProfileWindowsConfigWinrmGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
VirtualMachineOsProfileWindowsConfigWinrmGetArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class VirtualMachineOsProfileWindowsConfigWinrmGetArgs : ResourceArgs

Constructors

View Source

VirtualMachineOsProfileWindowsConfigWinrmGetArgs()

Declaration
public VirtualMachineOsProfileWindowsConfigWinrmGetArgs()

Properties

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 Input<string> CertificateUrl { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Protocol

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

Declaration
public Input<string> Protocol { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.