ContainerServiceLinuxProfile Constructors

Definition

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

Applies to