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

LargeInstanceOSProfile Class

Definition

Specifies the operating system settings for the Azure Large Instance.

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

Properties

ComputerName

Specifies the host OS name of the Azure Large Instance.

OSType

This property allows you to specify the type of the OS.

SshPublicKey

Specifies the SSH public key used to access the operating system.

Version

Specifies version of operating system.

Explicit Interface Implementations

IJsonModel<LargeInstanceOSProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LargeInstanceOSProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LargeInstanceOSProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LargeInstanceOSProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LargeInstanceOSProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to