ArmContainerServiceModelFactory.ContainerServiceSshConfiguration Method
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.
SSH configuration for Linux-based VMs running on Azure.
public static Azure.ResourceManager.ContainerService.Models.ContainerServiceSshConfiguration ContainerServiceSshConfiguration(System.Collections.Generic.IEnumerable<Azure.ResourceManager.ContainerService.Models.ContainerServiceSshPublicKey> publicKeys = default);
static member ContainerServiceSshConfiguration : seq<Azure.ResourceManager.ContainerService.Models.ContainerServiceSshPublicKey> -> Azure.ResourceManager.ContainerService.Models.ContainerServiceSshConfiguration
Public Shared Function ContainerServiceSshConfiguration (Optional publicKeys As IEnumerable(Of ContainerServiceSshPublicKey) = Nothing) As ContainerServiceSshConfiguration
Parameters
- publicKeys
- IEnumerable<ContainerServiceSshPublicKey>
The list of SSH public keys used to authenticate with Linux-based VMs. A maximum of 1 key may be specified.
Returns
A new ContainerServiceSshConfiguration instance for mocking.