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


IOrchestratorVersionProfileListResult.Orchestrator Property

Definition

List of orchestrator version profiles.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="List of orchestrator version profiles.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfile) }, Read=true, ReadOnly=false, Required=true, SerializedName="orchestrators", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfile> Orchestrator { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="List of orchestrator version profiles.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfile) }, Read=true, ReadOnly=false, Required=true, SerializedName="orchestrators", Update=true)>]
member this.Orchestrator : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfile> with get, set
Public Property Orchestrator As List(Of IOrchestratorVersionProfile)

Property Value

Attributes

Applies to