PSLinuxUserConfiguration Constructor
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 PSLinuxUserConfiguration (int? uid = default, int? gid = default, string sshPrivateKey = default);
new Microsoft.Azure.Commands.Batch.Models.PSLinuxUserConfiguration : Nullable<int> * Nullable<int> * string -> Microsoft.Azure.Commands.Batch.Models.PSLinuxUserConfiguration
Public Sub New (Optional uid As Nullable(Of Integer) = Nothing, Optional gid As Nullable(Of Integer) = Nothing, Optional sshPrivateKey As String = Nothing)
Parameters
- sshPrivateKey
- String