ComputeFleetLinuxConfiguration Class

Definition

Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions.

public class ComputeFleetLinuxConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetLinuxConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetLinuxConfiguration>
type ComputeFleetLinuxConfiguration = class
    interface IJsonModel<ComputeFleetLinuxConfiguration>
    interface IPersistableModel<ComputeFleetLinuxConfiguration>
Public Class ComputeFleetLinuxConfiguration
Implements IJsonModel(Of ComputeFleetLinuxConfiguration), IPersistableModel(Of ComputeFleetLinuxConfiguration)
Inheritance
ComputeFleetLinuxConfiguration
Implements

Constructors

ComputeFleetLinuxConfiguration()

Initializes a new instance of ComputeFleetLinuxConfiguration.

Properties

IsPasswordAuthenticationDisabled

Specifies whether password authentication should be disabled.

IsVmAgentPlatformUpdatesEnabled

Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine. Default value is false.

IsVmAgentProvisioned

Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.

PatchSettings

[Preview Feature] Specifies settings related to VM Guest Patching on Linux.

SshPublicKeys

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

Explicit Interface Implementations

IJsonModel<ComputeFleetLinuxConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ComputeFleetLinuxConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ComputeFleetLinuxConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ComputeFleetLinuxConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ComputeFleetLinuxConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to