IOrchestratorVersionProfile.OrchestratorVersion 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.
Orchestrator version (major, minor, patch).
[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="Orchestrator version (major, minor, patch).", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="orchestratorVersion")]
public string OrchestratorVersion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="Orchestrator version (major, minor, patch).", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="orchestratorVersion")>]
member this.OrchestratorVersion : string with get, set
Public Property OrchestratorVersion As String
Property Value
- Attributes