Class VirtualMachineOsProfileWindowsConfigWinrmGetArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class VirtualMachineOsProfileWindowsConfigWinrmGetArgs : ResourceArgs
Constructors
View SourceVirtualMachineOsProfileWindowsConfigWinrmGetArgs()
Declaration
public VirtualMachineOsProfileWindowsConfigWinrmGetArgs()
Properties
View SourceCertificateUrl
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> |
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> |