Share via


WindowsGmsaProfile Class

Definition

Windows gMSA Profile in the managed cluster.

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

WindowsGmsaProfile()

Initializes a new instance of WindowsGmsaProfile.

Properties

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.

IsEnabled

Specifies whether to enable Windows gMSA in the managed cluster.

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.

Explicit Interface Implementations

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