ContainerServiceLinuxProfile 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
ContainerServiceLinuxProfile() | |
ContainerServiceLinuxProfile(String, ContainerServiceSshConfiguration) |
ContainerServiceLinuxProfile()
public ContainerServiceLinuxProfile ();
Public Sub New ()
Applies to
ContainerServiceLinuxProfile(String, ContainerServiceSshConfiguration)
public ContainerServiceLinuxProfile (string adminUsername, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ContainerServiceSshConfiguration ssh);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ContainerServiceLinuxProfile : string * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ContainerServiceSshConfiguration -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ContainerServiceLinuxProfile
Public Sub New (adminUsername As String, ssh As ContainerServiceSshConfiguration)
Parameters
- adminUsername
- String