OrchestratorVersionProfileListResult 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.
The list of versions for supported orchestrators.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.OrchestratorVersionProfileListResultTypeConverter))]
public class OrchestratorVersionProfileListResult : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorVersionProfileListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.OrchestratorVersionProfileListResultTypeConverter))>]
type OrchestratorVersionProfileListResult = class
interface IOrchestratorVersionProfileListResult
interface IJsonSerializable
Public Class OrchestratorVersionProfileListResult
Implements IOrchestratorVersionProfileListResult
- Inheritance
-
OrchestratorVersionProfileListResult
- Attributes
- Implements
Constructors
OrchestratorVersionProfileListResult() |
Creates an new OrchestratorVersionProfileListResult instance. |
Properties
Id |
Id of the orchestrator version profile list result. |
Name |
Name of the orchestrator version profile list result. |
Orchestrator |
List of orchestrator version profiles. |
Type |
Type of the orchestrator version profile list result. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of OrchestratorVersionProfileListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of OrchestratorVersionProfileListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorVersionProfileListResult. |
FromJsonString(String) |
Creates a new instance of OrchestratorVersionProfileListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of OrchestratorVersionProfileListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |