你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OrchestratorVersionProfileListResult Class

Definition

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.

Applies to