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