Class ContainerServiceWindowsProfile
Profile for Windows VMs in the container service cluster.
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.Compute.dll
Syntax
public class ContainerServiceWindowsProfile
Constructors
ContainerServiceWindowsProfile()
Initializes a new instance of the ContainerServiceWindowsProfile class.
Declaration
public ContainerServiceWindowsProfile ();
ContainerServiceWindowsProfile(String, String)
Initializes a new instance of the ContainerServiceWindowsProfile class.
Declaration
public ContainerServiceWindowsProfile (string adminUsername, string adminPassword);
Parameters
|
String
adminUsername
The administrator username to use for Windows VMs. |
|
String
adminPassword
The administrator password to use for Windows VMs. |
Properties
AdminPassword
Gets or sets the administrator password to use for Windows VMs.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="adminPassword")]
public string AdminPassword { get; set; }
Property Value
|
String
|
AdminUsername
Gets or sets the administrator username to use for Windows VMs.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="adminUsername")]
public string AdminUsername { get; set; }
Property Value
|
String
|
Methods
Validate()
Validate the object.
Declaration
public virtual void Validate ();
Exceptions
|
ValidationException
Thrown if validation fails |