次の方法で共有


ContainerServiceSshConfiguration Constructors

Definition

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

Applies to