Partager via


AdministratorConfiguration Class

Definition

AdministratorConfiguration represents the administrative credentials that will be applied to the control plane and agent pool nodes in Kubernetes clusters.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.AdministratorConfigurationTypeConverter))]
public class AdministratorConfiguration : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IAdministratorConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.AdministratorConfigurationTypeConverter))>]
type AdministratorConfiguration = class
    interface IAdministratorConfiguration
    interface IJsonSerializable
Public Class AdministratorConfiguration
Implements IAdministratorConfiguration
Inheritance
AdministratorConfiguration
Attributes
Implements

Constructors

AdministratorConfiguration()

Creates an new AdministratorConfiguration instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AdministratorConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AdministratorConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IAdministratorConfiguration.

FromJsonString(String)

Creates a new instance of AdministratorConfiguration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AdministratorConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to