Freigeben über


AadConfiguration Class

Definition

AadConfiguration represents the Azure Active Directory Integration properties.

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

Constructors

AadConfiguration()

Creates an new AadConfiguration instance.

Properties

AdminGroupObjectId

The list of Azure Active Directory group object IDs that will have an administrative role on the Kubernetes cluster.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AadConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AadConfiguration.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AadConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to