Skip to content

Merging latest 2 #353

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jun 28, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Authored content for AzureRM.Websites v1.0.4.3 module (#351)
  • Loading branch information
annelsGB authored Jun 28, 2017
commit 450f990588abe82cc7026f8c39d591ef129dd4d6
Original file line number Diff line number Diff line change
Expand Up @@ -8,93 +8,92 @@ Locale: en-US

# AzureRM.Websites Module
## Description
{{Manually Enter Description Here}}
This module contains cmdlets that manage Web Apps and App Service Plans in Azure Resource Manager.

## AzureRM.Websites Cmdlets
### [Get-AzureRmAppServicePlan](Get-AzureRmAppServicePlan.md)
{{Fill in the Synopsis}}
Gets the Azure App Service plan.

### [Get-AzureRmAppServicePlanMetrics](Get-AzureRmAppServicePlanMetrics.md)
{{Fill in the Synopsis}}
Gets the metrics for an Azure App Service plan.

### [Get-AzureRmWebApp](Get-AzureRmWebApp.md)
{{Fill in the Synopsis}}
Gets a web app that was built using the Web Apps feature of the Azure App Service.

### [Get-AzureRmWebAppCertificate](Get-AzureRmWebAppCertificate.md)
{{Fill in the Synopsis}}
Gets web app certificates.

### [Get-AzureRmWebAppMetrics](Get-AzureRmWebAppMetrics.md)
{{Fill in the Synopsis}}
Gets metrics for a web app.

### [Get-AzureRmWebAppPublishingProfile](Get-AzureRmWebAppPublishingProfile.md)
{{Fill in the Synopsis}}
Gets the publishing profile of a web app.

### [Get-AzureRmWebAppSlot](Get-AzureRmWebAppSlot.md)
{{Fill in the Synopsis}}
Gets information about the slot of a web app.

### [Get-AzureRmWebAppSlotMetrics](Get-AzureRmWebAppSlotMetrics.md)
{{Fill in the Synopsis}}
Gets the web app metrics for the specified slot.

### [Get-AzureRmWebAppSlotPublishingProfile](Get-AzureRmWebAppSlotPublishingProfile.md)
{{Fill in the Synopsis}}
Gets the publishing profile for the specified slot.

### [Get-AzureRmWebAppSSLBinding](Get-AzureRmWebAppSSLBinding.md)
{{Fill in the Synopsis}}
Gets a secure sockets layer (SSL) binding for a web app.

### [New-AzureRmAppServicePlan](New-AzureRmAppServicePlan.md)
{{Fill in the Synopsis}}
Creates an Azure App Service plan.

### [New-AzureRmWebApp](New-AzureRmWebApp.md)
{{Fill in the Synopsis}}
Creates a web app that is built using the Web Apps feature of the Azure App Service.

### [New-AzureRmWebAppSlot](New-AzureRmWebAppSlot.md)
{{Fill in the Synopsis}}
Creates a slot for a web app.

### [New-AzureRmWebAppSSLBinding](New-AzureRmWebAppSSLBinding.md)
{{Fill in the Synopsis}}
Creates a secure socket layer (SSL) certificate binding for a web app.

### [Remove-AzureRmAppServicePlan](Remove-AzureRmAppServicePlan.md)
{{Fill in the Synopsis}}
Removes an Azure App Service plan.

### [Remove-AzureRmWebApp](Remove-AzureRmWebApp.md)
{{Fill in the Synopsis}}
Removes a web app.

### [Remove-AzureRmWebAppSlot](Remove-AzureRmWebAppSlot.md)
{{Fill in the Synopsis}}
Removes a web app slot.

### [Remove-AzureRmWebAppSSLBinding](Remove-AzureRmWebAppSSLBinding.md)
{{Fill in the Synopsis}}
Removes a secure socket layer (SSL) binding for a web app.

### [Reset-AzureRmWebAppPublishingProfile](Reset-AzureRmWebAppPublishingProfile.md)
{{Fill in the Synopsis}}
Resets the publishing profile for the specified web app.

### [Reset-AzureRmWebAppSlotPublishingProfile](Reset-AzureRmWebAppSlotPublishingProfile.md)
{{Fill in the Synopsis}}
Resets the publishing profile for the specified web app slot.

### [Restart-AzureRmWebApp](Restart-AzureRmWebApp.md)
{{Fill in the Synopsis}}
Stops and then restarts a web app.

### [Restart-AzureRmWebAppSlot](Restart-AzureRmWebAppSlot.md)
{{Fill in the Synopsis}}
Stops and then restarts a web app slot.

### [Set-AzureRmAppServicePlan](Set-AzureRmAppServicePlan.md)
{{Fill in the Synopsis}}
Modifies an Azure App Service plan.

### [Set-AzureRmWebApp](Set-AzureRmWebApp.md)
{{Fill in the Synopsis}}
Modifies a web app.

### [Set-AzureRmWebAppSlot](Set-AzureRmWebAppSlot.md)
{{Fill in the Synopsis}}
Modifies a web app slot.

### [Start-AzureRmWebApp](Start-AzureRmWebApp.md)
{{Fill in the Synopsis}}
Starts a web app.

### [Start-AzureRmWebAppSlot](Start-AzureRmWebAppSlot.md)
{{Fill in the Synopsis}}
Starts a web app slot.

### [Stop-AzureRmWebApp](Stop-AzureRmWebApp.md)
{{Fill in the Synopsis}}
Stops a web app.

### [Stop-AzureRmWebAppSlot](Stop-AzureRmWebAppSlot.md)
{{Fill in the Synopsis}}

Stops a web app slot.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
external help file: Microsoft.Azure.Commands.Websites.dll-Help.xml
online version:
online version:
schema: 2.0.0
---

# Get-AzureRmAppServicePlan

## SYNOPSIS
{{Fill in the Synopsis}}
Gets the Azure App Service plan.

## SYNTAX

Expand All @@ -22,26 +22,26 @@ Get-AzureRmAppServicePlan [-Location] <String> [<CommonParameters>]
```

## DESCRIPTION
{{Fill in the Description}}
The **Get-AzureRmAppServicePlan** cmdlet gets the Azure App Service plan.

## EXAMPLES

### Example 1
### Example 1: Get the app service plan in the specified resource group
```
PS C:\> {{ Add example code here }}
PS C:\> Get-AzureRmAppServicePlan -Name "MyServicePlan" -ResourceGroupName "Default-Web-WestUS"
```

{{ Add example description here }}
This command gets the App Service plan named "MyServicePlan" in the resource group named "Default-Web-WestUS".

## PARAMETERS

### -Location
The location of the app service plan.
Specifies the location of the App Service plan.

```yaml
Type: String
Parameter Sets: S2
Aliases:
Aliases:

Required: True
Position: 0
Expand All @@ -51,12 +51,12 @@ Accept wildcard characters: False
```

### -Name
The name of the app service plan.
Specifies the name of the App Service plan to get.

```yaml
Type: String
Parameter Sets: S1
Aliases:
Aliases:

Required: False
Position: 1
Expand All @@ -66,12 +66,12 @@ Accept wildcard characters: False
```

### -ResourceGroupName
The name of the resource group.
Specifies the name of the resource group that contains the App Service plan.

```yaml
Type: String
Parameter Sets: S1
Aliases:
Aliases:

Required: False
Position: 0
Expand All @@ -90,9 +90,16 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## OUTPUTS

### Microsoft.Azure.Management.WebSites.Models.ServerFarmWithRichSku
Microsoft.Azure.Management.WebSites.Models.ServerFarmCollection
### Microsoft.Azure.Management.WebSites.Models.ServerFarmCollection

## NOTES

## RELATED LINKS

[Get-AzureRmAppServicePlanMetrics](./Get-AzureRmAppServicePlanMetrics.md)

[New-AzureRmAppServicePlan](./New-AzureRmAppServicePlan.md)

[Remove-AzureRmAppServicePlan](./Remove-AzureRmAppServicePlan.md)

[Set-AzureRmAppServicePlan](./Set-AzureRmAppServicePlan.md)
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
external help file: Microsoft.Azure.Commands.Websites.dll-Help.xml
online version:
online version:
schema: 2.0.0
---

# Get-AzureRmAppServicePlanMetrics

## SYNOPSIS
{{Fill in the Synopsis}}
Gets the metrics for an Azure App Service plan.

## SYNTAX

Expand All @@ -24,26 +24,26 @@ Get-AzureRmAppServicePlanMetrics [-Metrics] <String[]> [-StartTime] <DateTime> [
```

## DESCRIPTION
{{Fill in the Description}}
The **Get-AzureRmAppServicePlanMetrics** cmdlet gets the metrics for an Azure App Service plan.

## EXAMPLES

### Example 1
### Example 1: Get the CPU percentage metric for an App Service plan
```
PS C:\> {{ Add example code here }}
PS C:\> Get-AzureRmAppServicePlanMetrics -ResourceGroupName "Default-Web-WestUS" -Name "ContosoAppServPlan" -StartTime 2016-11-30T22:00:00Z -EndTime 2016-11-30T22:30:00Z -Granularity PT1M -Metrics ["CPU Percentage"]
```

{{ Add example description here }}
This command gets the CPU percentage per minute (PT1M - poll time 1 minute) between the times 2016-11-30T22:00:00Z and 2016-11-30T22:30:00Z.

## PARAMETERS

### -AppServicePlan
The app service plan object
Specifies an object that contains details about the App Service plan.

```yaml
Type: ServerFarmWithRichSku
Parameter Sets: S2
Aliases:
Aliases:

Required: True
Position: 0
Expand All @@ -53,12 +53,12 @@ Accept wildcard characters: False
```

### -EndTime
Metrics end time
Specifies the ending time (in UTC) for the metric.

```yaml
Type: DateTime
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: 4
Expand All @@ -68,13 +68,13 @@ Accept wildcard characters: False
```

### -Granularity
Metric granularity.
Allowed values: \[PT1M|PT1H|P1D\]
Specifies the granularity of the metric.
The valid values for this parameter are: PT1M, PT1H, and P1D.

```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:
Accepted values: PT1M, PT1H, P1D

Required: True
Expand All @@ -85,12 +85,12 @@ Accept wildcard characters: False
```

### -InstanceDetails
Whether or not to include instance details
Indicates whether to get the metric details of App Service plan instances.

```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: 6
Expand All @@ -100,12 +100,12 @@ Accept wildcard characters: False
```

### -Metrics
Names of web app metrics
Specifies the metrics to be retrieved.

```yaml
Type: String[]
Parameter Sets: (All)
Aliases:
Aliases:

Required: True
Position: 2
Expand All @@ -115,12 +115,12 @@ Accept wildcard characters: False
```

### -Name
The name of the app service plan.
Specifies the name of the App Service plan for which to retrieve metrics.

```yaml
Type: String
Parameter Sets: S1
Aliases:
Aliases:

Required: True
Position: 1
Expand All @@ -130,12 +130,12 @@ Accept wildcard characters: False
```

### -ResourceGroupName
The name of the resource group.
Specifies the resource group that contains the App Service plan.

```yaml
Type: String
Parameter Sets: S1
Aliases:
Aliases:

Required: True
Position: 0
Expand All @@ -145,12 +145,12 @@ Accept wildcard characters: False
```

### -StartTime
Metrics start time
Specifies the starting time (in UTC) for the metric.

```yaml
Type: DateTime
Parameter Sets: (All)
Aliases:
Aliases:

Required: True
Position: 3
Expand All @@ -174,3 +174,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

[Get-AzureRmAppServicePlan](./Get-AzureRmAppServicePlan.md)

[New-AzureRmAppServicePlan](./New-AzureRmAppServicePlan.md)

[Remove-AzureRmAppServicePlan](./Remove-AzureRmAppServicePlan.md)

[Set-AzureRmAppServicePlan](./Set-AzureRmAppServicePlan.md)
Loading