84 строки
6.5 KiB
YAML
84 строки
6.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.containerservice.ContainerServiceLinuxProfile"
|
|
fullName: "com.microsoft.azure.management.containerservice.ContainerServiceLinuxProfile"
|
|
name: "ContainerServiceLinuxProfile"
|
|
nameWithType: "ContainerServiceLinuxProfile"
|
|
summary: "Profile for Linux 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 **ContainerServiceLinuxProfile**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.containerservice.ContainerServiceLinuxProfile.ContainerServiceLinuxProfile()"
|
|
fullName: "com.microsoft.azure.management.containerservice.ContainerServiceLinuxProfile.ContainerServiceLinuxProfile()"
|
|
name: "ContainerServiceLinuxProfile()"
|
|
nameWithType: "ContainerServiceLinuxProfile.ContainerServiceLinuxProfile()"
|
|
syntax: "public ContainerServiceLinuxProfile()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.containerservice.ContainerServiceLinuxProfile.adminUsername()"
|
|
fullName: "com.microsoft.azure.management.containerservice.ContainerServiceLinuxProfile.adminUsername()"
|
|
name: "adminUsername()"
|
|
nameWithType: "ContainerServiceLinuxProfile.adminUsername()"
|
|
summary: "Get the administrator username to use for Linux VMs."
|
|
syntax: "public String adminUsername()"
|
|
desc: "Get the administrator username to use for Linux VMs."
|
|
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.ContainerServiceLinuxProfile.ssh()"
|
|
fullName: "com.microsoft.azure.management.containerservice.ContainerServiceLinuxProfile.ssh()"
|
|
name: "ssh()"
|
|
nameWithType: "ContainerServiceLinuxProfile.ssh()"
|
|
summary: "Get sSH configuration for Linux-based VMs running on Azure."
|
|
syntax: "public ContainerServiceSshConfiguration ssh()"
|
|
desc: "Get sSH configuration for Linux-based VMs running on Azure."
|
|
returns:
|
|
description: "the ssh value"
|
|
type: "<xref href=\"com.microsoft.azure.management.containerservice.ContainerServiceSshConfiguration?alt=com.microsoft.azure.management.containerservice.ContainerServiceSshConfiguration&text=ContainerServiceSshConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerservice.ContainerServiceLinuxProfile.withAdminUsername(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.containerservice.ContainerServiceLinuxProfile.withAdminUsername(String adminUsername)"
|
|
name: "withAdminUsername(String adminUsername)"
|
|
nameWithType: "ContainerServiceLinuxProfile.withAdminUsername(String adminUsername)"
|
|
summary: "Set the administrator username to use for Linux VMs."
|
|
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 ContainerServiceLinuxProfile withAdminUsername(String adminUsername)"
|
|
desc: "Set the administrator username to use for Linux VMs."
|
|
returns:
|
|
description: "the ContainerServiceLinuxProfile object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerservice.ContainerServiceLinuxProfile?alt=com.microsoft.azure.management.containerservice.ContainerServiceLinuxProfile&text=ContainerServiceLinuxProfile\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerservice.ContainerServiceLinuxProfile.withSsh(com.microsoft.azure.management.containerservice.ContainerServiceSshConfiguration)"
|
|
fullName: "com.microsoft.azure.management.containerservice.ContainerServiceLinuxProfile.withSsh(ContainerServiceSshConfiguration ssh)"
|
|
name: "withSsh(ContainerServiceSshConfiguration ssh)"
|
|
nameWithType: "ContainerServiceLinuxProfile.withSsh(ContainerServiceSshConfiguration ssh)"
|
|
summary: "Set sSH configuration for Linux-based VMs running on Azure."
|
|
parameters:
|
|
- description: "the ssh value to set"
|
|
name: "ssh"
|
|
type: "<xref href=\"com.microsoft.azure.management.containerservice.ContainerServiceSshConfiguration?alt=com.microsoft.azure.management.containerservice.ContainerServiceSshConfiguration&text=ContainerServiceSshConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ContainerServiceLinuxProfile withSsh(ContainerServiceSshConfiguration ssh)"
|
|
desc: "Set sSH configuration for Linux-based VMs running on Azure."
|
|
returns:
|
|
description: "the ContainerServiceLinuxProfile object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerservice.ContainerServiceLinuxProfile?alt=com.microsoft.azure.management.containerservice.ContainerServiceLinuxProfile&text=ContainerServiceLinuxProfile\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Profile for Linux VMs in the container service cluster."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.containerservice"
|
|
artifact: com.microsoft.azure:azure-mgmt-containerservice:1.41.4
|