ManagedClusterWindowsProfile Class

Definition

Profile for Windows VMs in the managed cluster.

public class ManagedClusterWindowsProfile : Azure.Provisioning.Primitives.ProvisionableConstruct
type ManagedClusterWindowsProfile = class
    inherit ProvisionableConstruct
Public Class ManagedClusterWindowsProfile
Inherits ProvisionableConstruct
Inheritance
ManagedClusterWindowsProfile

Constructors

ManagedClusterWindowsProfile()

Creates a new ManagedClusterWindowsProfile.

Properties

AdminPassword

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 <br> Has a digit <br> Has a special character (Regex match [\W_]) <br><br> Disallowed values: "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!".

AdminUsername

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.

GmsaProfile

The Windows gMSA Profile in the Managed Cluster.

IsCsiProxyEnabled

For more details on CSI proxy, see the CSI proxy GitHub repo.

LicenseType

The license type to use for Windows VMs. See Azure Hybrid User Benefits for more details.

Methods

AssignOrReplace<T>(T, T) (Inherited from ProvisionableConstruct)
Compile()

Compile the resource into a set of Bicep statements.

(Inherited from ProvisionableConstruct)
DefineDictionaryProperty<T>(String, String[], Boolean, Boolean) (Inherited from ProvisionableConstruct)
DefineListProperty<T>(String, String[], Boolean, Boolean) (Inherited from ProvisionableConstruct)
DefineModelProperty<T>(String, String[], Boolean, Boolean, Boolean, String) (Inherited from ProvisionableConstruct)
DefineProperty<T>(String, String[], Boolean, Boolean, Boolean, BicepValue<T>, String) (Inherited from ProvisionableConstruct)
DefineProvisionableProperties()

Define all the provisionable properties of ManagedClusterWindowsProfile.

GetProvisionableResources()

Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure.

(Inherited from Provisionable)
GetResources()

Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure.

(Inherited from Provisionable)
Initialize()

Initialize this construct.

(Inherited from ProvisionableConstruct)
OverrideWithExpression(BicepExpression) (Inherited from ProvisionableConstruct)
Resolve(ProvisioningBuildOptions)

Resolve any resources or properties that were not explicitly specified.

(Inherited from ProvisionableConstruct)
Resolve(ProvisioningContext)

Resolve any resources or properties that were not explicitly specified.

(Inherited from Provisionable)
Validate(ProvisioningBuildOptions)

Validate the presence of any required members.

(Inherited from ProvisionableConstruct)
Validate(ProvisioningContext)

Validate the presence of any required members.

(Inherited from Provisionable)

Applies to