azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

108 строки
10 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerservice.ManagedClusterWindowsProfile"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterWindowsProfile"
name: "ManagedClusterWindowsProfile"
nameWithType: "ManagedClusterWindowsProfile"
summary: "Profile for Windows VMs in the container service cluster."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **ManagedClusterWindowsProfile**"
constructors:
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterWindowsProfile.ManagedClusterWindowsProfile()"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterWindowsProfile.ManagedClusterWindowsProfile()"
name: "ManagedClusterWindowsProfile()"
nameWithType: "ManagedClusterWindowsProfile.ManagedClusterWindowsProfile()"
syntax: "public ManagedClusterWindowsProfile()"
methods:
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterWindowsProfile.adminPassword()"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterWindowsProfile.adminPassword()"
name: "adminPassword()"
nameWithType: "ManagedClusterWindowsProfile.adminPassword()"
summary: "Get specifies the password of the administrator account."
syntax: "public String adminPassword()"
desc: "Get 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!\"."
returns:
description: "the adminPassword value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterWindowsProfile.adminUsername()"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterWindowsProfile.adminUsername()"
name: "adminUsername()"
nameWithType: "ManagedClusterWindowsProfile.adminUsername()"
summary: "Get specifies the name of the administrator account."
syntax: "public String adminUsername()"
desc: "Get 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."
returns:
description: "the adminUsername value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterWindowsProfile.licenseType()"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterWindowsProfile.licenseType()"
name: "licenseType()"
nameWithType: "ManagedClusterWindowsProfile.licenseType()"
summary: "Get the license<wbr>Type to use for Windows VMs."
syntax: "public LicenseType licenseType()"
desc: "Get the licenseType to use for Windows VMs. Windows\\_Server is used to enable Azure Hybrid User Benefits for Windows VMs. Possible values include: 'None', 'Windows\\_Server'."
returns:
description: "the licenseType value"
type: "<xref href=\"com.microsoft.azure.management.containerservice.LicenseType?alt=com.microsoft.azure.management.containerservice.LicenseType&text=LicenseType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterWindowsProfile.withAdminPassword(java.lang.String)"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterWindowsProfile.withAdminPassword(String adminPassword)"
name: "withAdminPassword(String adminPassword)"
nameWithType: "ManagedClusterWindowsProfile.withAdminPassword(String adminPassword)"
summary: "Set specifies the password of the administrator account."
parameters:
- description: "the adminPassword value to set"
name: "adminPassword"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ManagedClusterWindowsProfile withAdminPassword(String adminPassword)"
desc: "Set 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!\"."
returns:
description: "the ManagedClusterWindowsProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterWindowsProfile?alt=com.microsoft.azure.management.containerservice.ManagedClusterWindowsProfile&text=ManagedClusterWindowsProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterWindowsProfile.withAdminUsername(java.lang.String)"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterWindowsProfile.withAdminUsername(String adminUsername)"
name: "withAdminUsername(String adminUsername)"
nameWithType: "ManagedClusterWindowsProfile.withAdminUsername(String adminUsername)"
summary: "Set specifies the name of the administrator account."
parameters:
- description: "the adminUsername value to set"
name: "adminUsername"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ManagedClusterWindowsProfile withAdminUsername(String adminUsername)"
desc: "Set 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."
returns:
description: "the ManagedClusterWindowsProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterWindowsProfile?alt=com.microsoft.azure.management.containerservice.ManagedClusterWindowsProfile&text=ManagedClusterWindowsProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterWindowsProfile.withLicenseType(com.microsoft.azure.management.containerservice.LicenseType)"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterWindowsProfile.withLicenseType(LicenseType licenseType)"
name: "withLicenseType(LicenseType licenseType)"
nameWithType: "ManagedClusterWindowsProfile.withLicenseType(LicenseType licenseType)"
summary: "Set the license<wbr>Type to use for Windows VMs."
parameters:
- description: "the licenseType value to set"
name: "licenseType"
type: "<xref href=\"com.microsoft.azure.management.containerservice.LicenseType?alt=com.microsoft.azure.management.containerservice.LicenseType&text=LicenseType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ManagedClusterWindowsProfile withLicenseType(LicenseType licenseType)"
desc: "Set the licenseType to use for Windows VMs. Windows\\_Server is used to enable Azure Hybrid User Benefits for Windows VMs. Possible values include: 'None', 'Windows\\_Server'."
returns:
description: "the ManagedClusterWindowsProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterWindowsProfile?alt=com.microsoft.azure.management.containerservice.ManagedClusterWindowsProfile&text=ManagedClusterWindowsProfile\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Profile for Windows VMs in the container service cluster."
metadata: {}
package: "com.microsoft.azure.management.containerservice"
artifact: com.microsoft.azure:azure-mgmt-containerservice:1.41.4