< Back

Get-AzureDeploymentEvent

Wed Jan 30, 2019 5:43 pm

NAME Get-AzureDeploymentEvent



SYNOPSIS

Gets information about events that Azure initiates that impact virtual machines and cloud services.





SYNTAX

Get-AzureDeploymentEvent [-ServiceName] <String> [-StartTime] <DateTime> [-EndTime] <DateTime> [[-Slot] <String>] [-Profile <AzureSMProfile>]

[-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]



Get-AzureDeploymentEvent [-ServiceName] <String> [-StartTime] <DateTime> [-DeploymentName] <String> [-EndTime] <DateTime> [-Profile <AzureSMProfile>]

[-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]





DESCRIPTION

The Get-AzureDeploymentEvent cmdlet gets information regarding events that Azure initiates that impact virtual machines and cloud services. These events

include planned maintenance events. This cmdlet returns a list of events that identify the role instance or virtual machine impacted, the reason for the

impact, and the start time of the event.





PARAMETERS

-ServiceName <String>

Specifies the name of the hosted service for which this cmdlet gets scheduled events.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-StartTime <DateTime>

Specifies the starting time for the scheduled events that this cmdlet gets.



Required? true

Position? 1

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-EndTime <DateTime>

Specifies the ending time for the scheduled events that this cmdlet gets.



Required? true

Position? 2

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Slot <String>

Specifies the environment of the deployment for which this cmdlet gets scheduled events. Valid values are: Staging and Production. The default value

is Production.



Required? false

Position? 3

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Profile <AzureSMProfile>

Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-InformationAction <ActionPreference>





Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-InformationVariable <String>





Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-DeploymentName <String>

Specifies the name of the deployment for which this cmdlet gets events.



Required? true

Position? 1

Default value None

Accept pipeline input? False

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 (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



NOTES









-------------------------- 1: --------------------------











RELATED LINKS

Get-AzureDeployment