Partilhar via


WindowsGmsaProfile Class

Definition

Windows gMSA Profile in the managed cluster. Serialized Name: WindowsGmsaProfile

public class WindowsGmsaProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerService.Models.WindowsGmsaProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerService.Models.WindowsGmsaProfile>
public class WindowsGmsaProfile
type WindowsGmsaProfile = class
    interface IJsonModel<WindowsGmsaProfile>
    interface IPersistableModel<WindowsGmsaProfile>
type WindowsGmsaProfile = class
Public Class WindowsGmsaProfile
Implements IJsonModel(Of WindowsGmsaProfile), IPersistableModel(Of WindowsGmsaProfile)
Public Class WindowsGmsaProfile
Inheritance
WindowsGmsaProfile
Implements

Constructors

Name Description
WindowsGmsaProfile()

Initializes a new instance of WindowsGmsaProfile.

Properties

Name Description
DnsServer

Specifies the DNS server for Windows gMSA. <br><br> Set it to empty if you have configured the DNS server in the vnet which is used to create the managed cluster. Serialized Name: WindowsGmsaProfile.dnsServer

IsEnabled

Whether to enable Windows gMSA. Specifies whether to enable Windows gMSA in the managed cluster. Serialized Name: WindowsGmsaProfile.enabled

RootDomainName

Specifies the root domain name for Windows gMSA. <br><br> Set it to empty if you have configured the DNS server in the vnet which is used to create the managed cluster. Serialized Name: WindowsGmsaProfile.rootDomainName

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<WindowsGmsaProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<WindowsGmsaProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WindowsGmsaProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WindowsGmsaProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<WindowsGmsaProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to