< Back
Get-AzureWebsiteDeployment
Post
NAME Get-AzureWebsiteDeployment
SYNOPSIS
List the deployments for an Azure website
SYNTAX
Get-AzureWebsiteDeployment [[-CommitId] <String>] [[-MaxResults] <Int32>] [-Details] [[-Name] <String>] [-Slot <String>] [<CommonParameters>]
DESCRIPTION
List the deployments for an Azure website
PARAMETERS
-CommitId <String>
The unique identifier for the deployment
Required? false
Position? 2
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-MaxResults <Int32>
The largest number of results to return
Required? false
Position? 3
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-Details
Show detailed information about the deployment(s)
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Name <String>
The name of the Azure website to get deployment information about
Required? false
Position? 1
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-Slot <String>
The slot name
Required? false
Position? Named
Default value
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 (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
Keywords: azure, azuresm, servicemanagement, management, service, utilities
-------------- List Deployments --------------
C:\\PS>Get-AzureWebsiteDeployment -Name mySite
List all deployments for the Azure website named 'mySite'
-------------- Get Deployment Detail --------------
C:\\PS>Get-AzureWebsiteDeployment -Name mySite -CommitId f87654321 -Details
Get details information about deployment 'f87654321' for Azure website 'mySite'
RELATED LINKS
Restore-AzureWebsiteDeployment
Save-AzureWebsiteLog
SYNOPSIS
List the deployments for an Azure website
SYNTAX
Get-AzureWebsiteDeployment [[-CommitId] <String>] [[-MaxResults] <Int32>] [-Details] [[-Name] <String>] [-Slot <String>] [<CommonParameters>]
DESCRIPTION
List the deployments for an Azure website
PARAMETERS
-CommitId <String>
The unique identifier for the deployment
Required? false
Position? 2
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-MaxResults <Int32>
The largest number of results to return
Required? false
Position? 3
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-Details
Show detailed information about the deployment(s)
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Name <String>
The name of the Azure website to get deployment information about
Required? false
Position? 1
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-Slot <String>
The slot name
Required? false
Position? Named
Default value
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 (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
Keywords: azure, azuresm, servicemanagement, management, service, utilities
-------------- List Deployments --------------
C:\\PS>Get-AzureWebsiteDeployment -Name mySite
List all deployments for the Azure website named 'mySite'
-------------- Get Deployment Detail --------------
C:\\PS>Get-AzureWebsiteDeployment -Name mySite -CommitId f87654321 -Details
Get details information about deployment 'f87654321' for Azure website 'mySite'
RELATED LINKS
Restore-AzureWebsiteDeployment
Save-AzureWebsiteLog