Поделиться через


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>
type WindowsGmsaProfile = class
    interface IJsonModel<WindowsGmsaProfile>
    interface IPersistableModel<WindowsGmsaProfile>
Public Class WindowsGmsaProfile
Implements IJsonModel(Of WindowsGmsaProfile), IPersistableModel(Of 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.

IsEnabled

Whether to enable Windows gMSA. 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.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(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