SshConfiguration 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
SshConfiguration() |
Initializes a new instance of the SshConfiguration class. |
SshConfiguration(UserAccountSettings, IList<String>) |
Initializes a new instance of the SshConfiguration class. |
SshConfiguration()
Initializes a new instance of the SshConfiguration class.
public SshConfiguration();
Public Sub New ()
Applies to
SshConfiguration(UserAccountSettings, IList<String>)
Initializes a new instance of the SshConfiguration class.
public SshConfiguration(Microsoft.Azure.Management.BatchAI.Models.UserAccountSettings userAccountSettings, System.Collections.Generic.IList<string> publicIPsToAllow = default);
new Microsoft.Azure.Management.BatchAI.Models.SshConfiguration : Microsoft.Azure.Management.BatchAI.Models.UserAccountSettings * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.BatchAI.Models.SshConfiguration
Public Sub New (userAccountSettings As UserAccountSettings, Optional publicIPsToAllow As IList(Of String) = Nothing)
Parameters
- userAccountSettings
- UserAccountSettings
User account settings.
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