ContainerServiceWindowsProfile Class

Profile for Windows VMs in the container service cluster.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.containerservice._serialization.Model
ContainerServiceWindowsProfile

Constructor

ContainerServiceWindowsProfile(*, admin_username: str, admin_password: str, **kwargs: Any)

Keyword-Only Parameters

Name Description
admin_username
str

The administrator username to use for Windows VMs. Required.

admin_password
str

The administrator password to use for Windows VMs. Required.

Variables

Name Description
admin_username
str

The administrator username to use for Windows VMs. Required.

admin_password
str

The administrator password to use for Windows VMs. Required.