ManagedClusterWindowsProfile Class
Profile for Windows VMs in the managed cluster.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
ManagedClusterWindowsProfile
Constructor
ManagedClusterWindowsProfile(*, admin_username: str, admin_password: Optional[str] = None, license_type: Optional[Union[str, _models.LicenseType]] = None, enable_csi_proxy: Optional[bool] = None, gmsa_profile: Optional[_models.WindowsGmsaProfile] = None, **kwargs)
Variables
- admin_username
- str
Required. Specifies the name of the administrator account.
<br>``<br> Restriction: Cannot end in "." <br>``<br>
Disallowed values: "administrator", "admin", "user", "user1", "test", "user2", "test1",
"user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console",
"david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0",
"sys", "test2", "test3", "user4", "user5". <br>``<br> Minimum-length: 1
character <br>``<br> Max-length: 20 characters.
- admin_password
- str
Specifies the password of the administrator account.
<br>``<br> Minimum-length: 8 characters <br>``<br>
Max-length: 123 characters <br>``<br> Complexity requirements: 3 out of 4
conditions below need to be fulfilled <br> Has lower characters <br>Has upper
characters :code:<br> Has a digit <br> Has a special character (Regex match [W_])
<br>``<br> Disallowed values: "<xref:mailto:abc@123>", "<xref:mailto:P@$$w0rd>", "<xref:mailto:P@ssw0rd>",
"<xref:mailto:P@ssword123>", "Pa$$word", "<xref:mailto:pass@word1>", "Password!", "Password1", "Password22", "iloveyou!".
- license_type
- str or LicenseType
The license type to use for Windows VMs. See Azure Hybrid User Benefits for more details. Known values are: "None", "Windows_Server".
- enable_csi_proxy
- bool
For more details on CSI proxy, see the CSI proxy GitHub repo.
- gmsa_profile
- WindowsGmsaProfile
The Windows gMSA Profile in the Managed Cluster.
Feedback
Submit and view feedback for