IMachineInstallPatchesResult.InstalledPatchCount Property

Definition

The number of patches successfully installed.

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=false, Description="The number of patches successfully installed.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="installedPatchCount", Update=false)]
public int? InstalledPatchCount { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=false, Description="The number of patches successfully installed.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="installedPatchCount", Update=false)>]
member this.InstalledPatchCount : Nullable<int>
Public ReadOnly Property InstalledPatchCount As Nullable(Of Integer)

Property Value

Attributes

Applies to