LinuxConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |