LinuxUserConfiguration Constructors
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.
Overloads
LinuxUserConfiguration() |
Default constructor to support mocking the LinuxUserConfiguration class. |
LinuxUserConfiguration(Nullable<Int32>, Nullable<Int32>, String) |
Initializes a new instance of the LinuxUserConfiguration class. |
LinuxUserConfiguration()
- Source:
- LinuxUserConfiguration.cs
Default constructor to support mocking the LinuxUserConfiguration class.
protected LinuxUserConfiguration();
Protected Sub New ()
Applies to
LinuxUserConfiguration(Nullable<Int32>, Nullable<Int32>, String)
- Source:
- LinuxUserConfiguration.cs
Initializes a new instance of the LinuxUserConfiguration class.
public LinuxUserConfiguration(int? uid = default, int? gid = default, string sshPrivateKey = default);
new Microsoft.Azure.Batch.LinuxUserConfiguration : Nullable<int> * Nullable<int> * string -> Microsoft.Azure.Batch.LinuxUserConfiguration
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
The SSH private key for the user account.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET