Class ContainerServiceSshConfiguration
SSH configuration for Linux-based VMs running on Azure.
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.Compute.dll
Syntax
public class ContainerServiceSshConfiguration
Constructors
ContainerServiceSshConfiguration()
Initializes a new instance of the ContainerServiceSshConfiguration class.
Declaration
public ContainerServiceSshConfiguration ();
ContainerServiceSshConfiguration(IList<ContainerServiceSshPublicKey>)
Initializes a new instance of the ContainerServiceSshConfiguration class.
Declaration
public ContainerServiceSshConfiguration (System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.ContainerServiceSshPublicKey> publicKeys);
Parameters
|
IList<ContainerServiceSshPublicKey>
publicKeys
the list of SSH public keys used to authenticate with Linux-based VMs. |
Properties
PublicKeys
Gets or sets the list of SSH public keys used to authenticate with Linux-based VMs.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="publicKeys")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.ContainerServiceSshPublicKey> PublicKeys { get; set; }
Property Value
|
IList<ContainerServiceSshPublicKey>
|
Methods
Validate()
Validate the object.
Declaration
public virtual void Validate ();
Exceptions
|
ValidationException
Thrown if validation fails |