你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LinuxUserConfiguration Class

Definition

Properties used to create a user account on a Linux node.

public class LinuxUserConfiguration
type LinuxUserConfiguration = class
Public Class LinuxUserConfiguration
Inheritance
LinuxUserConfiguration

Constructors

Name Description
LinuxUserConfiguration()

Default constructor to support mocking the LinuxUserConfiguration class.

LinuxUserConfiguration(Nullable<Int32>, Nullable<Int32>, String)

Initializes a new instance of the LinuxUserConfiguration class.

Properties

Name Description
Gid

Gets or sets the group ID of the user account.

SshPrivateKey

Gets or sets the SSH private key for the user account.

Uid

Gets or sets the user ID of the user account.

Applies to