LargeInstanceOSProfile 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 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
Azure SDK for .NET