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

LinuxConfiguration Class

Definition

Specifies the Linux operating system settings on the virtual machine.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.Api20210501.LinuxConfigurationTypeConverter))]
public class LinuxConfiguration : Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.Api20210501.ILinuxConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.Api20210501.LinuxConfigurationTypeConverter))>]
type LinuxConfiguration = class
    interface ILinuxConfiguration
    interface IJsonSerializable
Public Class LinuxConfiguration
Implements ILinuxConfiguration
Inheritance
LinuxConfiguration
Attributes
Implements

Constructors

LinuxConfiguration()

Creates an new LinuxConfiguration instance.

Properties

SshPublicKey

The list of SSH public keys used to authenticate with linux based VMs.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LinuxConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LinuxConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.Api20210501.ILinuxConfiguration.

FromJsonString(String)

Creates a new instance of LinuxConfiguration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of LinuxConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to