Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Get-AzVmssRollingUpgrade

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

Syntax

Default (Default)

Get-AzVmssRollingUpgrade
 [-ResourceGroupName] <String>
 [-VMScaleSetName] <String>
 [-DefaultProfile <IAzureContextContainer>]
 [<CommonParameters>]

Description

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

Examples

Example 1

Get-AzVmssRollingUpgrade -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.

Parameters

-DefaultProfile

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

Parameter properties

Type:IAzureContextContainer
Default value:None
Supports wildcards:False
DontShow:False
Aliases:AzContext, AzureRmContext, AzureCredential

Parameter sets

-ResourceGroupName

The name of the resource group.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-VMScaleSetName

The name of the VM scale set.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False
Aliases:Name

Parameter sets

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

String

Outputs

PSRollingUpgradeStatusInfo


Feedback

Was this page helpful?