ArmLargeInstanceModelFactory.LargeInstanceOSProfile Method
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.
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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET