IAdministratorConfiguration Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.AdministratorConfigurationTypeConverter))]
public interface IAdministratorConfiguration : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.AdministratorConfigurationTypeConverter))>]
type IAdministratorConfiguration = interface
interface IJsonSerializable
Public Interface IAdministratorConfiguration
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AdminUsername |
The user name for the administrator that will be applied to the operating systems that run Kubernetes nodes. If not supplied, a user name will be chosen by the service. |
SshPublicKey |
The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |