Show / Hide Table of Contents

Class GetKubernetesClusterLinuxProfileResult

Inheritance
System.Object
GetKubernetesClusterLinuxProfileResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.ContainerService.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetKubernetesClusterLinuxProfileResult

Fields

View Source

AdminUsername

The username associated with the administrator account of the Windows VMs.

Declaration
public readonly string AdminUsername
Field Value
Type Description
System.String
View Source

SshKeys

An ssh_key block as defined below.

Declaration
public readonly ImmutableArray<GetKubernetesClusterLinuxProfileSshKeyResult> SshKeys
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetKubernetesClusterLinuxProfileSshKeyResult>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.