LinuxConfiguration 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
LinuxConfiguration() | |
LinuxConfiguration(Nullable<Boolean>, SshConfiguration) |
LinuxConfiguration()
public LinuxConfiguration ();
Public Sub New ()
Applies to
LinuxConfiguration(Nullable<Boolean>, SshConfiguration)
public LinuxConfiguration (bool? disablePasswordAuthentication = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SshConfiguration ssh = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.LinuxConfiguration : Nullable<bool> * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SshConfiguration -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.LinuxConfiguration
Public Sub New (Optional disablePasswordAuthentication As Nullable(Of Boolean) = Nothing, Optional ssh As SshConfiguration = Nothing)
Parameters
- ssh
- SshConfiguration