ContainerServiceSshConfiguration 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
ContainerServiceSshConfiguration() | |
ContainerServiceSshConfiguration(IList<ContainerServiceSshPublicKey>) |
ContainerServiceSshConfiguration()
public ContainerServiceSshConfiguration ();
Public Sub New ()
Applies to
ContainerServiceSshConfiguration(IList<ContainerServiceSshPublicKey>)
public ContainerServiceSshConfiguration (System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ContainerServiceSshPublicKey> publicKeys);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ContainerServiceSshConfiguration : System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ContainerServiceSshPublicKey> -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ContainerServiceSshConfiguration
Public Sub New (publicKeys As IList(Of ContainerServiceSshPublicKey))
Parameters
- publicKeys
- IList<ContainerServiceSshPublicKey>