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

WindowsGmsaProfile Class

Definition

Windows gMSA Profile in the managed cluster.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.WindowsGmsaProfileTypeConverter))]
public class WindowsGmsaProfile : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IWindowsGmsaProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.WindowsGmsaProfileTypeConverter))>]
type WindowsGmsaProfile = class
    interface IWindowsGmsaProfile
    interface IJsonSerializable
Public Class WindowsGmsaProfile
Implements IWindowsGmsaProfile
Inheritance
WindowsGmsaProfile
Attributes
Implements

Constructors

WindowsGmsaProfile()

Creates an new WindowsGmsaProfile instance.

Properties

DnsServer
Enabled

Specifies whether to enable Windows gMSA in the managed cluster.

RootDomainName

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WindowsGmsaProfile.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WindowsGmsaProfile.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IWindowsGmsaProfile.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of WindowsGmsaProfile into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to