Class ContainerServiceLinuxProfile
Profile for Linux VMs in the container service cluster.
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.Compute.dll
Syntax
public class ContainerServiceLinuxProfile
Constructors
ContainerServiceLinuxProfile()
Initializes a new instance of the ContainerServiceLinuxProfile class.
Declaration
public ContainerServiceLinuxProfile ();
ContainerServiceLinuxProfile(String, ContainerServiceSshConfiguration)
Initializes a new instance of the ContainerServiceLinuxProfile class.
Declaration
public ContainerServiceLinuxProfile (string adminUsername, Microsoft.Azure.Management.Compute.Models.ContainerServiceSshConfiguration ssh);
Parameters
|
String
adminUsername
The administrator username to use for Linux VMs. |
|
ContainerServiceSshConfiguration
ssh
The ssh key configuration for Linux VMs. |
Properties
AdminUsername
Gets or sets the administrator username to use for Linux VMs.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="adminUsername")]
public string AdminUsername { get; set; }
Property Value
|
String
|
Ssh
Gets or sets the ssh key configuration for Linux VMs.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="ssh")]
public Microsoft.Azure.Management.Compute.Models.ContainerServiceSshConfiguration Ssh { get; set; }
Property Value
|
ContainerServiceSshConfiguration
|
Methods
Validate()
Validate the object.
Declaration
public virtual void Validate ();
Exceptions
|
ValidationException
Thrown if validation fails |