ArmHDInsightModelFactory.HDInsightLinuxOSProfile 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.
public static Azure.ResourceManager.HDInsight.Models.HDInsightLinuxOSProfile HDInsightLinuxOSProfile(string username = default, string password = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.HDInsight.Models.HDInsightSshPublicKey> sshPublicKeys = default);
static member HDInsightLinuxOSProfile : string * string * seq<Azure.ResourceManager.HDInsight.Models.HDInsightSshPublicKey> -> Azure.ResourceManager.HDInsight.Models.HDInsightLinuxOSProfile
Public Shared Function HDInsightLinuxOSProfile (Optional username As String = Nothing, Optional password As String = Nothing, Optional sshPublicKeys As IEnumerable(Of HDInsightSshPublicKey) = Nothing) As HDInsightLinuxOSProfile
Parameters
- username
- String
The username.
- password
- String
The password.
- sshPublicKeys
- IEnumerable<HDInsightSshPublicKey>
The list of SSH public keys.
Returns
A new HDInsightLinuxOSProfile instance for mocking.