WindowsGmsaProfile Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |