IKubernetesVersion.PatchVersion 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.
Patch versions of Kubernetes release
[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="Patch versions of Kubernetes release", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IKubernetesVersionPatchVersions) }, Read=true, ReadOnly=false, Required=false, SerializedName="patchVersions", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IKubernetesVersionPatchVersions PatchVersion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="Patch versions of Kubernetes release", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IKubernetesVersionPatchVersions) }, Read=true, ReadOnly=false, Required=false, SerializedName="patchVersions", Update=true)>]
member this.PatchVersion : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IKubernetesVersionPatchVersions with get, set
Public Property PatchVersion As IKubernetesVersionPatchVersions
Property Value
- Attributes