Class KubernetesClusterWindowsProfileArgs
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.ContainerService.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class KubernetesClusterWindowsProfileArgs : ResourceArgs
Constructors
View SourceKubernetesClusterWindowsProfileArgs()
Declaration
public KubernetesClusterWindowsProfileArgs()
Properties
View SourceAdminPassword
The Admin Password for Windows VMs.
Declaration
public Input<string> AdminPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AdminUsername
The Admin Username for Windows VMs.
Declaration
public Input<string> AdminUsername { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |