IOrchestratorVersionProfileProperties.Orchestrator Property
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.
List of orchestrator version profiles.
[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="List of orchestrator version profiles.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorVersionProfile) }, ReadOnly=false, Required=true, SerializedName="orchestrators")]
public Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorVersionProfile[] Orchestrator { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="List of orchestrator version profiles.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorVersionProfile) }, ReadOnly=false, Required=true, SerializedName="orchestrators")>]
member this.Orchestrator : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorVersionProfile[] with get, set
Public Property Orchestrator As IOrchestratorVersionProfile()
Property Value
- Attributes