OrchestratorProfile 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.
Contains information about orchestrator.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.OrchestratorProfileTypeConverter))]
public class OrchestratorProfile : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.OrchestratorProfileTypeConverter))>]
type OrchestratorProfile = class
interface IOrchestratorProfile
interface IJsonSerializable
Public Class OrchestratorProfile
Implements IOrchestratorProfile
- Inheritance
-
OrchestratorProfile
- Attributes
- Implements
Constructors
OrchestratorProfile() |
Creates an new OrchestratorProfile instance. |
Properties
IsPreview |
Whether Kubernetes version is currently in preview. |
OrchestratorType |
Orchestrator type. |
OrchestratorVersion |
Orchestrator version (major, minor, patch). |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of OrchestratorProfile. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of OrchestratorProfile. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorProfile. |
FromJsonString(String) |
Creates a new instance of OrchestratorProfile, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of OrchestratorProfile into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |