Freigeben über


ArmLargeInstanceModelFactory.LargeInstanceOSProfile Method

Definition

Initializes a new instance of LargeInstanceOSProfile.

public static Azure.ResourceManager.LargeInstance.Models.LargeInstanceOSProfile LargeInstanceOSProfile (string computerName = default, string osType = default, string version = default, string sshPublicKey = default);
static member LargeInstanceOSProfile : string * string * string * string -> Azure.ResourceManager.LargeInstance.Models.LargeInstanceOSProfile
Public Shared Function LargeInstanceOSProfile (Optional computerName As String = Nothing, Optional osType As String = Nothing, Optional version As String = Nothing, Optional sshPublicKey As String = Nothing) As LargeInstanceOSProfile

Parameters

computerName
String

Specifies the host OS name of the Azure Large Instance.

osType
String

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

version
String

Specifies version of operating system.

sshPublicKey
String

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

Returns

A new LargeInstanceOSProfile instance for mocking.

Applies to