< Back

Get-AzureRmVmssRollingUpgrade

Tue Jan 29, 2019 9:38 pm

NAME Get-AzureRmVmssRollingUpgrade



SYNOPSIS

Shows the status of the latest virtual machine scale set rolling upgrade.





SYNTAX

Get-AzureRmVmssRollingUpgrade [-ResourceGroupName] <String> [-VMScaleSetName] <String> [-DefaultProfile <IAzureContextContainer>]

[<CommonParameters>]





DESCRIPTION

Shows the status of the latest virtual machine scale set rolling upgrade.





PARAMETERS

-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ResourceGroupName <String>

The name of the resource group.



Required? true

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-VMScaleSetName <String>

The name of the VM scale set.



Required? true

Position? 2

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

System.String







OUTPUTS

Microsoft.Azure.Commands.Compute.Automation.Models.PSRollingUpgradeStatusInfo







NOTES









Example 1



PS C:\\> Get-AzureRmVmssRollingUpgrade -ResourceGroupName "Group001" -VMScaleSetName "VMSS001"



This command shows the status of the latest rolling upgrade of the VMSS named VMSS001 that belongs to the resource group named Group001.







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... ingupgrade