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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET