Skip to content

Commit 124cd5b

Browse files
author
VSC
committed
Sync docs from source code repo to content repo.
1 parent d184c70 commit 124cd5b

File tree

1,809 files changed

+295678
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,809 files changed

+295678
-0
lines changed
Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
---
2+
external help file: Microsoft.Azure.Commands.AnalysisServices.Dataplane.dll-help.xml
3+
online version:
4+
schema: 2.0.0
5+
content_git_url: https://github.com/Azure/azure-powershell/blob/preview/src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/help/Add-AzureAnalysisServicesAccount.md
6+
original_content_git_url: https://github.com/Azure/azure-powershell/blob/preview/src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/help/Add-AzureAnalysisServicesAccount.md
7+
gitcommit: https://github.com/Azure/azure-powershell/blob/2526f281fe0af40ef67662068fdbfa4ba9e7db43
8+
---
9+
10+
# Add-AzureAnalysisServicesAccount
11+
12+
## SYNOPSIS
13+
Adds an authenticated account to use for Azure Analysis Services server cmdlet requests.
14+
15+
## SYNTAX
16+
17+
```
18+
Add-AzureAnalysisServicesAccount [-RolloutEnvironment] <String> [[-Credential] <PSCredential>] [-WhatIf]
19+
[-Confirm]
20+
```
21+
22+
## DESCRIPTION
23+
The Add-AzureAnalysisServicesAccount cmdlet is used to login to an instance of Azure Analysis Services server
24+
25+
## EXAMPLES
26+
27+
### Example 1
28+
```
29+
PS C:\>Add-AzureAnalysisServicesAccount
30+
RolloutEnvironment: westcentralus.asazure.windows.net
31+
Credential: $UserCredential
32+
```
33+
34+
This example will add the account specified by the $UserCredential variable to the westcentralus.asazure.windows.net Analysis Services environment.
35+
36+
## PARAMETERS
37+
38+
### -Credential
39+
Login credentials
40+
41+
```yaml
42+
Type: PSCredential
43+
Parameter Sets: (All)
44+
Aliases:
45+
46+
Required: False
47+
Position: 1
48+
Default value: None
49+
Accept pipeline input: False
50+
Accept wildcard characters: False
51+
```
52+
53+
### -RolloutEnvironment
54+
Name of the Azure Analysis Services environment to which to logon to. Given the full name of the server for example asazure://westcentralus.asazure.windows.net/testserver , the correct value for this variable will be westcentralus.asazure.windows.net
55+
56+
```yaml
57+
Type: String
58+
Parameter Sets: (All)
59+
Aliases:
60+
61+
Required: True
62+
Position: 0
63+
Default value: None
64+
Accept pipeline input: False
65+
Accept wildcard characters: False
66+
```
67+
68+
### -Confirm
69+
Prompts you for confirmation before running the cmdlet.
70+
71+
```yaml
72+
Type: SwitchParameter
73+
Parameter Sets: (All)
74+
Aliases: cf
75+
76+
Required: False
77+
Position: Named
78+
Default value: None
79+
Accept pipeline input: False
80+
Accept wildcard characters: False
81+
```
82+
83+
### -WhatIf
84+
Shows what would happen if the cmdlet runs.
85+
The cmdlet is not run.
86+
87+
```yaml
88+
Type: SwitchParameter
89+
Parameter Sets: (All)
90+
Aliases: wi
91+
92+
Required: False
93+
Position: Named
94+
Default value: None
95+
Accept pipeline input: False
96+
Accept wildcard characters: False
97+
```
98+
99+
## INPUTS
100+
101+
## OUTPUTS
102+
103+
## NOTES
104+
Alias: Login-AzureAsAccount
105+
106+
## RELATED LINKS
107+
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
Module Name: Azure.AnalysisServices
3+
Module Guid: c717b5a4-1f1b-4a2f-8aa1-bfd09934626e
4+
Download Help Link:
5+
[object Object]:
6+
Help Version:
7+
[object Object]: null
8+
Locale: en-US
9+
content_git_url: https://github.com/Azure/azure-powershell/blob/preview/src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/help/Azure.AnalysisServices.md
10+
original_content_git_url: https://github.com/Azure/azure-powershell/blob/preview/src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/help/Azure.AnalysisServices.md
11+
gitcommit: https://github.com/Azure/azure-powershell/blob/8810c0614b76be8d014616888a4ae7733a452af9
12+
---
13+
14+
# Azure.AnalysisServices Module
15+
## Description
16+
This module contains commands for performing operations on a given Azure Analysis Services environment
17+
18+
## Azure.AnalysisServices Cmdlets
19+
### [Add-AzureAnalysisServicesAccount](Add-AzureAnalysisServicesAccount.md)
20+
Adds an authenticated account to use for Azure Analysis Services server cmdlet requests.
21+
22+
### [Restart-AzureAnalysisServicesInstance](Restart-AzureAnalysisServicesInstance.md)
23+
Restarts a specified Azure Analysis Services server.
24+
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
Module Name: AzureRM.AnalysisServices
3+
Module Guid: acace26c-1775-4100-85c0-20c4d71eaa21
4+
Download Help Link: None_Azure
5+
Help Version: 0.0.1.0
6+
Locale: en-US
7+
content_git_url: https://github.com/Azure/azure-powershell/blob/preview/src/ResourceManager/AnalysisServices/Commands.AnalysisServices/help/AzureRM.AnalysisServices.md
8+
original_content_git_url: https://github.com/Azure/azure-powershell/blob/preview/src/ResourceManager/AnalysisServices/Commands.AnalysisServices/help/AzureRM.AnalysisServices.md
9+
gitcommit: https://github.com/Azure/azure-powershell/blob/8810c0614b76be8d014616888a4ae7733a452af9
10+
---
11+
12+
# AzureRM.AnalysisServices Module
13+
## Description
14+
This topic displays help topics for the Azure AnalysisServices cmdlets.
15+
16+
## AzureRM.AnalysisServices Cmdlets
17+
### [Get-AzureRmAnalysisServicesServer](Get-AzureRmAnalysisServicesServer.md)
18+
Gets the details of an Analysis Services server.
19+
20+
### [New-AzureRmAnalysisServicesServer](New-AzureRmAnalysisServicesServer.md)
21+
Creates a new Analysis Services server
22+
23+
### [Remove-AzureRmAnalysisServicesServer](Remove-AzureRmAnalysisServicesServer.md)
24+
Deletes an instance of Analysis Services server
25+
26+
### [Resume-AzureRmAnalysisServicesServer](Resume-AzureRmAnalysisServicesServer.md)
27+
Resumes an instance of Analysis Services server
28+
29+
### [Set-AzureRmAnalysisServicesServer](Set-AzureRmAnalysisServicesServer.md)
30+
Modifies an instance of Analysis Services server
31+
32+
### [Suspend-AzureRmAnalysisServicesServer](Suspend-AzureRmAnalysisServicesServer.md)
33+
Suspends an instance of Analysis Services server
34+
35+
### [Test-AzureRmAnalysisServicesServer](Test-AzureRmAnalysisServicesServer.md)
36+
Tests the existence of an instance of Analysis Services server
37+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
---
2+
external help file: Microsoft.Azure.Commands.AnalysisServices.Dataplane.dll-Help.xml
3+
online version:
4+
schema: 2.0.0
5+
content_git_url: https://github.com/Azure/azure-powershell/blob/preview/src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/help/Export-AzureAnalysisServicesInstanceLog.md
6+
original_content_git_url: https://github.com/Azure/azure-powershell/blob/preview/src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/help/Export-AzureAnalysisServicesInstanceLog.md
7+
gitcommit: https://github.com/Azure/azure-powershell/blob/6bb099782d06dff784bab947b6caf326bb5ced75
8+
---
9+
10+
# Export-AzureAnalysisServicesInstance
11+
12+
## SYNOPSIS
13+
Exports a log from an instance of Analysis Services server in the currently logged in Environment as specified in Add-AzureAnalysisServicesAccount command
14+
15+
## SYNTAX
16+
17+
```
18+
Export-AzureAnalysisServicesInstanceLog [-Instance] <String> [-OutputPath] <String> [-WhatIf] [-Force]
19+
```
20+
21+
## DESCRIPTION
22+
The Export-AzureAnalysisServicesInstance cmdlet exports log from an instance of Azure Analysis Services server to file
23+
24+
## EXAMPLES
25+
26+
### Example 1
27+
```
28+
PS C:\>Export-AzureAnalysisServicesInstanceLog -Instance testserver -OuptutPath C:\path\to\log\testserver.log
29+
```
30+
31+
This command will export log from the server 'testserver' in the environment specified in the Add-AzureAnalysisServicesAccount command
32+
and save it to file specified in OutputPath 'C:\path\to\log\testserver.log'
33+
34+
## PARAMETERS
35+
36+
### -Instance
37+
Name of the Analysis Services server instance
38+
39+
```yaml
40+
Type: String
41+
Parameter Sets: (All)
42+
Aliases:
43+
44+
Required: True
45+
Position: 0
46+
Default value: None
47+
Accept pipeline input: False
48+
Accept wildcard characters: False
49+
```
50+
51+
### -OutputPath
52+
Output path to file to export log
53+
54+
```yaml
55+
Type: String
56+
Parameter Sets: (All)
57+
Aliases:
58+
59+
Required: True
60+
Position: 0
61+
Default value: None
62+
Accept pipeline input: False
63+
Accept wildcard characters: False
64+
```
65+
66+
### -Force
67+
Overwrite file if exists without asking
68+
69+
```yaml
70+
Type: SwitchParameter
71+
Parameter Sets: (All)
72+
Aliases:
73+
74+
Required: False
75+
Position: Named
76+
Default value: None
77+
Accept pipeline input: False
78+
Accept wildcard characters: False
79+
```
80+
81+
## INPUTS
82+
83+
## OUTPUTS
84+
85+
## NOTES
86+
Alias: Export-AzureAsInstanceLog
87+
88+
## RELATED LINKS
89+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
---
2+
external help file: Microsoft.Azure.Commands.AnalysisServices.dll-Help.xml
3+
online version:
4+
schema: 2.0.0
5+
content_git_url: https://github.com/Azure/azure-powershell/blob/preview/src/ResourceManager/AnalysisServices/Commands.AnalysisServices/help/Get-AzureRmAnalysisServicesServer.md
6+
original_content_git_url: https://github.com/Azure/azure-powershell/blob/preview/src/ResourceManager/AnalysisServices/Commands.AnalysisServices/help/Get-AzureRmAnalysisServicesServer.md
7+
gitcommit: https://github.com/Azure/azure-powershell/blob/8810c0614b76be8d014616888a4ae7733a452af9
8+
---
9+
10+
# Get-AzureRmAnalysisServicesServer
11+
12+
## SYNOPSIS
13+
Gets the details of an Analysis Services server.
14+
15+
## SYNTAX
16+
17+
```
18+
Get-AzureRmAnalysisServicesServer [[-ResourceGroupName] <String>] [[-Name] <String>] [<CommonParameters>]
19+
```
20+
21+
## DESCRIPTION
22+
The Get-AzureRmAnalysisServicesServer cmdlet gets the details of an Analysis Services server.
23+
24+
## EXAMPLES
25+
26+
### Example 1
27+
```
28+
PS C:\>Get-AzureRmAnalysisServicesServer -ResourceGroupName "ResourceGroup03"
29+
```
30+
31+
This command gets all Azure Analysis Services servers in the resource group named ResourceGroup03.
32+
33+
### Example 2: Get a server
34+
```
35+
PS C:\>Get-AzureRmAnalysisServicesServer -ResourceGroupName "ResourceGroup03" -Name "testserver"
36+
```
37+
38+
This command gets the Azure Analysis Services server named testserver in the resource group named ResourceGroup03.
39+
40+
## PARAMETERS
41+
42+
### -Name
43+
Name of the Analysis Services server
44+
45+
```yaml
46+
Type: String
47+
Parameter Sets: (All)
48+
Aliases:
49+
50+
Required: False
51+
Position: 1
52+
Default value: None
53+
Accept pipeline input: True (ByPropertyName)
54+
Accept wildcard characters: False
55+
```
56+
57+
### -ResourceGroupName
58+
Name of the Azure resource group to which the server belongs
59+
60+
```yaml
61+
Type: String
62+
Parameter Sets: (All)
63+
Aliases:
64+
65+
Required: False
66+
Position: 0
67+
Default value: None
68+
Accept pipeline input: True (ByPropertyName)
69+
Accept wildcard characters: False
70+
```
71+
72+
### CommonParameters
73+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
74+
75+
## INPUTS
76+
77+
## OUTPUTS
78+
79+
### Microsoft.Azure.Commands.AnalysisServices.Models.AzureAnalysisServicesServer
80+
81+
## NOTES
82+
Alias: Get-AzureAs
83+
84+
## RELATED LINKS
85+
86+
[New-AzureRmAnalysisServicesServer ](./New-AzureRmAnalysisServicesServer .md)
87+
88+
[Remove-AzureRmAnalysisServicesServer ](./Remove-AzureRmAnalysisServicesServer .md)

0 commit comments

Comments
 (0)