Following table lists all cmdlets available to manage Hosted Services running in
Windows Azure using Azure Management Cmdlets:
|
Subscription:
|
|
Get-AffinityGroup
|
Gets a list of all affinity groups associated with a subscription.
|
|
Get-AzureDataCenterLocation
|
Gets a list of all Azure data centers available to a subscription.
|
|
Get-HostedService
|
Gets information about all hosted services associated with a subscription.
|
|
Get-OperationStatus
|
Gets information about an asynchronous operation performed on a subscription.
|
|
Get-OSFamily
|
Gets information about available OS families associated with a subscription.
|
|
Get-OSVersion
|
Gets information about available guest OS versions associated with a subscription.
|
|
Get-StorageService
|
Gets information about all storage accounts associated with a subscription.
|
|
Deployment:
|
|
Get-Deployment
|
Gets information about a deployed application.
|
|
Move-Deployment
|
Moves a deployment from staging to production slot. This cmdlet can also be used
to swap a production slot with staging slot.
|
|
New-Deployment
|
Deploys a new application in the cloud.
|
|
Remove-Deployment
|
Removes a deployment from the cloud.
|
|
Restart-Role
|
Reboots one or all role instances of a role in a deployment.
|
|
Restore-Role
|
Reimages one or all role instances of a role in a deployment.
|
|
Set-DeploymentConfiguration
|
Updates configuration of a deployment without redeploying the entire application.
|
|
Set-DeploymentStatus
|
Changes the status of an application from "Running" to "Suspended" or vice versa.
|
|
Set-WalkUpgradeDomain
|
Manually updates a deployment.
|
|
Update-Deployment
|
Updates a deployment.
|
|
Hosted Service:
|
|
Get-HostedServiceCertificate
|
Gets information about certificates associated with a deployment.
|
|
Get-HostedServiceProperty
|
Gets information about a hosted service.
|
|
New-HostedService
|
Creates a new hosted service in a subscription.
|
|
Remove-HostedService
|
Removes a hosted service from a subscription.
|
|
Update-HostedService
|
Updates a hosted service's label and/or description.
|
|
Storage Service:
|
|
Get-StorageKey
|
Gets primary and secondary keys for a storage account associated with a subscription.
|
|
Get-StorageServiceProperty
|
Gets information about a storage account associated with a subscription.
|
|
New-StorageKey
|
Creates new storage account keys.
|
|
Affinity Group:
|
|
Get-AffinityGroupProperty
|
Gets information about an affinity group associated with a subscription.
|
|
New-AffinityGroup
|
Creates a new affinity group in a subscription.
|
|
Remove-AffinityGroup
|
Removes an affinity group from a subscription.
|
|
Update-AffinityGroup
|
Updates label and/or description of an affinity group associated with a subscription.
|
|
Certificates:
|
|
Add-Certificate
|
Adds a new SSL certificate to a hosted service.
|
|
Get-Certificate
|
Gets information about an SSL certificate associated with a hosted service.
|
|
Remove-Certificate
|
Removes an SSL certificate from a hosted service.
|
|
Windows Azure Traffic Manager:
|
|
Add-TrafficManagerEndpoint
|
Adds a new endpoint to monitor.
|
|
Disable-TrafficManagerEndpoint
|
Disables an existing endpoint to monitor.
|
|
Disable-TrafficManagerProfile
|
Disables a traffic manager profile.
|
|
Enable-TrafficManagerEndpoint
|
Enables an existing endpoint to monitor.
|
|
Enable-TrafficManagerProfile
|
Enables an existing traffic manager profile.
|
|
Get-TrafficManagerDefinition
|
Gets information about a traffic manager profile definition.
|
|
Get-TrafficManagerProfile
|
Gets information about a traffic manager profile.
|
|
New-TrafficManagerDefinition
|
Creates a new traffic manager profile definition and enables it.
|
|
New-TrafficManagerEndpoint
|
Creates an object representing an endpoint to monitor. This cmdlet should be used in conjunction with New-TrafficManagerDefinition.
|
|
New-TrafficManagerProfile
|
Creates a new traffic manager profile.
|
|
Remove-TrafficManagerEndpoint
|
Removes an endpoint to monitor.
|
|
Remove-TrafficManagerProfile
|
Removes a traffic manager profile.
|