你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AadConfiguration Class

Definition

AadConfiguration represents the Azure Active Directory Integration properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.AadConfigurationTypeConverter))]
public class AadConfiguration : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IAadConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.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.Api20240701.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