azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.w...

122 строки
9.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.workloads.models.LinuxConfiguration"
fullName: "com.azure.resourcemanager.workloads.models.LinuxConfiguration"
name: "LinuxConfiguration"
nameWithType: "LinuxConfiguration"
summary: "Specifies the Linux operating system settings on the virtual machine."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.workloads.models.OSConfiguration?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.resourcemanager.workloads.models.OSConfiguration?alt=com.azure.resourcemanager.workloads.models.OSConfiguration&text=OSConfiguration\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.resourcemanager.workloads.models.OSConfiguration.validate()?alt=com.azure.resourcemanager.workloads.models.OSConfiguration.validate&text=validate\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **LinuxConfiguration**</br> extends <xref href=\"com.azure.resourcemanager.workloads.models.OSConfiguration?alt=com.azure.resourcemanager.workloads.models.OSConfiguration&text=OSConfiguration\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.workloads.models.LinuxConfiguration.LinuxConfiguration()"
fullName: "com.azure.resourcemanager.workloads.models.LinuxConfiguration.LinuxConfiguration()"
name: "LinuxConfiguration()"
nameWithType: "LinuxConfiguration.LinuxConfiguration()"
summary: "Creates an instance of Linux<wbr>Configuration class."
syntax: "public LinuxConfiguration()"
desc: "Creates an instance of LinuxConfiguration class."
methods:
- uid: "com.azure.resourcemanager.workloads.models.LinuxConfiguration.disablePasswordAuthentication()"
fullName: "com.azure.resourcemanager.workloads.models.LinuxConfiguration.disablePasswordAuthentication()"
name: "disablePasswordAuthentication()"
nameWithType: "LinuxConfiguration.disablePasswordAuthentication()"
summary: "Get the disable<wbr>Password<wbr>Authentication property: Specifies whether password authentication should be disabled."
syntax: "public Boolean disablePasswordAuthentication()"
desc: "Get the disablePasswordAuthentication property: Specifies whether password authentication should be disabled."
returns:
description: "the disablePasswordAuthentication value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.workloads.models.LinuxConfiguration.ssh()"
fullName: "com.azure.resourcemanager.workloads.models.LinuxConfiguration.ssh()"
name: "ssh()"
nameWithType: "LinuxConfiguration.ssh()"
summary: "Get the ssh property: Specifies the ssh key configuration for a Linux OS."
syntax: "public SshConfiguration ssh()"
desc: "Get the ssh property: Specifies the ssh key configuration for a Linux OS. (This property is deprecated, please use 'sshKeyPair' instead)."
returns:
description: "the ssh value."
type: "<xref href=\"com.azure.resourcemanager.workloads.models.SshConfiguration?alt=com.azure.resourcemanager.workloads.models.SshConfiguration&text=SshConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.workloads.models.LinuxConfiguration.sshKeyPair()"
fullName: "com.azure.resourcemanager.workloads.models.LinuxConfiguration.sshKeyPair()"
name: "sshKeyPair()"
nameWithType: "LinuxConfiguration.sshKeyPair()"
summary: "Get the ssh<wbr>Key<wbr>Pair property: The SSH Key-pair used to authenticate with the VM's."
syntax: "public SshKeyPair sshKeyPair()"
desc: "Get the sshKeyPair property: The SSH Key-pair used to authenticate with the VM's."
returns:
description: "the sshKeyPair value."
type: "<xref href=\"com.azure.resourcemanager.workloads.models.SshKeyPair?alt=com.azure.resourcemanager.workloads.models.SshKeyPair&text=SshKeyPair\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.workloads.models.LinuxConfiguration.validate()"
fullName: "com.azure.resourcemanager.workloads.models.LinuxConfiguration.validate()"
name: "validate()"
nameWithType: "LinuxConfiguration.validate()"
summary: "Validates the instance."
overridden: "com.azure.resourcemanager.workloads.models.OSConfiguration.validate()"
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.workloads.models.LinuxConfiguration.withDisablePasswordAuthentication(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.workloads.models.LinuxConfiguration.withDisablePasswordAuthentication(Boolean disablePasswordAuthentication)"
name: "withDisablePasswordAuthentication(Boolean disablePasswordAuthentication)"
nameWithType: "LinuxConfiguration.withDisablePasswordAuthentication(Boolean disablePasswordAuthentication)"
summary: "Set the disable<wbr>Password<wbr>Authentication property: Specifies whether password authentication should be disabled."
parameters:
- description: "the disablePasswordAuthentication value to set."
name: "disablePasswordAuthentication"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public LinuxConfiguration withDisablePasswordAuthentication(Boolean disablePasswordAuthentication)"
desc: "Set the disablePasswordAuthentication property: Specifies whether password authentication should be disabled."
returns:
description: "the LinuxConfiguration object itself."
type: "<xref href=\"com.azure.resourcemanager.workloads.models.LinuxConfiguration?alt=com.azure.resourcemanager.workloads.models.LinuxConfiguration&text=LinuxConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.workloads.models.LinuxConfiguration.withSsh(com.azure.resourcemanager.workloads.models.SshConfiguration)"
fullName: "com.azure.resourcemanager.workloads.models.LinuxConfiguration.withSsh(SshConfiguration ssh)"
name: "withSsh(SshConfiguration ssh)"
nameWithType: "LinuxConfiguration.withSsh(SshConfiguration ssh)"
summary: "Set the ssh property: Specifies the ssh key configuration for a Linux OS."
parameters:
- description: "the ssh value to set."
name: "ssh"
type: "<xref href=\"com.azure.resourcemanager.workloads.models.SshConfiguration?alt=com.azure.resourcemanager.workloads.models.SshConfiguration&text=SshConfiguration\" data-throw-if-not-resolved=\"False\" />"
syntax: "public LinuxConfiguration withSsh(SshConfiguration ssh)"
desc: "Set the ssh property: Specifies the ssh key configuration for a Linux OS. (This property is deprecated, please use 'sshKeyPair' instead)."
returns:
description: "the LinuxConfiguration object itself."
type: "<xref href=\"com.azure.resourcemanager.workloads.models.LinuxConfiguration?alt=com.azure.resourcemanager.workloads.models.LinuxConfiguration&text=LinuxConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.workloads.models.LinuxConfiguration.withSshKeyPair(com.azure.resourcemanager.workloads.models.SshKeyPair)"
fullName: "com.azure.resourcemanager.workloads.models.LinuxConfiguration.withSshKeyPair(SshKeyPair sshKeyPair)"
name: "withSshKeyPair(SshKeyPair sshKeyPair)"
nameWithType: "LinuxConfiguration.withSshKeyPair(SshKeyPair sshKeyPair)"
summary: "Set the ssh<wbr>Key<wbr>Pair property: The SSH Key-pair used to authenticate with the VM's."
parameters:
- description: "the sshKeyPair value to set."
name: "sshKeyPair"
type: "<xref href=\"com.azure.resourcemanager.workloads.models.SshKeyPair?alt=com.azure.resourcemanager.workloads.models.SshKeyPair&text=SshKeyPair\" data-throw-if-not-resolved=\"False\" />"
syntax: "public LinuxConfiguration withSshKeyPair(SshKeyPair sshKeyPair)"
desc: "Set the sshKeyPair property: The SSH Key-pair used to authenticate with the VM's."
returns:
description: "the LinuxConfiguration object itself."
type: "<xref href=\"com.azure.resourcemanager.workloads.models.LinuxConfiguration?alt=com.azure.resourcemanager.workloads.models.LinuxConfiguration&text=LinuxConfiguration\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Specifies the Linux operating system settings on the virtual machine. <br><br>For a list of supported Linux distributions, see \\[Linux on Azure-Endorsed Distributions\\](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros)."
metadata: {}
package: "com.azure.resourcemanager.workloads.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-workloads:1.0.0