ContainerServiceWindowsProfile Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ContainerServiceWindowsProfile() |
Initializes a new instance of the ContainerServiceWindowsProfile class. |
ContainerServiceWindowsProfile(String, String) |
Initializes a new instance of the ContainerServiceWindowsProfile class. |
ContainerServiceWindowsProfile()
Initializes a new instance of the ContainerServiceWindowsProfile class.
public ContainerServiceWindowsProfile ();
Public Sub New ()
Applies to
ContainerServiceWindowsProfile(String, String)
Initializes a new instance of the ContainerServiceWindowsProfile class.
public ContainerServiceWindowsProfile (string adminUsername, string adminPassword);
new Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceWindowsProfile : string * string -> Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceWindowsProfile
Public Sub New (adminUsername As String, adminPassword As String)
Parameters
- adminUsername
- String
The administrator username to use for Windows VMs.
- adminPassword
- String
The administrator password to use for Windows VMs.