Skip to content

Commit 1cbcc60

Browse files
committed
adding stack config
1 parent 90c3d83 commit 1cbcc60

36 files changed

+3646
-12
lines changed
Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
---
2+
Module Name: AzureRM.AzureStackStorage
3+
Module Guid: da5816b5-97a6-4301-9aa0-72cc68c79f20
4+
Download Help Link: {{Please enter FwLink manually}}
5+
Help Version: {{Please enter version of help manually (X.X.X.X) format}}
6+
Locale: en-US
7+
---
8+
9+
# AzureRM.AzureStackStorage Module
10+
## Description
11+
This topic displays help topics for the storage cmdlets operated by the Azure Stack administrator.
12+
13+
## AzureRM.AzureStackStorage Cmdlets
14+
15+
### [Get-AzsBlobService](Get-AzsBlobService.md)
16+
Gets the Blob service properties and settings.
17+
18+
### [Get-AzsBlobServiceMetric](Get-AzsBlobServiceMetric.md)
19+
Gets the metrics for the Blob service.
20+
21+
### [Get-AzsBlobServiceMetricDefinition](Get-AzsBlobServiceMetricDefinition.md)
22+
Gets the metric definition properties exposed by the Blob service.
23+
24+
### [Get-AzsQueueService](Get-AzsQueueService.md)
25+
Gets the Queue service properties and settings.
26+
27+
### [Get-AzsQueueServiceMetric](Get-AzsQueueServiceMetric.md)
28+
Gets the metrics for the Queue service.
29+
30+
### [Get-AzsQueueServiceMetricDefinition](Get-AzsQueueServiceMetricDefinition.md)
31+
Gets the metric definition properties exposed by the Queue service.
32+
33+
### [Get-AzsReclaimStorageCapacityStatus](Get-AzsReclaimStorageCapacityStatus.md)
34+
Gets the status of the reclaimed storage capacity.
35+
36+
### [Get-AzsStorageAccount](Get-AzsStorageAccount.md)
37+
Gets a list of all storage accounts and their properties in a region.
38+
39+
### [Get-AzsStorageAcquisition](Get-AzsStorageAcquisition.md)
40+
Gets or lists page blob acquisitions.
41+
42+
### [Get-AzsStorageContainer](Get-AzsStorageContainer.md)
43+
Gets a list of containers in a share that the system considers as best candidates for migration.
44+
45+
### [Get-AzsStorageContainerMigrationStatus](Get-AzsStorageContainerMigrationStatus.md)
46+
Gets the status of the specified migration job ID.
47+
48+
### [Get-AzsStorageFarm](Get-AzsStorageFarm.md)
49+
Gets the storage properties and settings for a specified region or farm.
50+
51+
### [Get-AzsStorageFarmMetric](Get-AzsStorageFarmMetric.md)
52+
Gets the metrics for a specified storage farm.
53+
54+
### [Get-AzsStorageFarmMetricDefinition](Get-AzsStorageFarmMetricDefinition.md)
55+
Gets the properties of the storage metric definitions exposed at the region level.
56+
57+
### [Get-AzsStorageQuota](Get-AzsStorageQuota.md)
58+
Gets a list of all Storage quota resources in the specified location.
59+
60+
### [Get-AzsStorageShare](Get-AzsStorageShare.md)
61+
Gets a list of shares used by the Storage to place storage accounts.
62+
63+
### [Get-AzsStorageShareMetric](Get-AzsStorageShareMetric.md)
64+
Gets the metrics of a specified share.
65+
66+
### [Get-AzsStorageShareMetricDefinition](Get-AzsStorageShareMetricDefinition.md)
67+
Gets the properties of the metric definitions exposed at the share level.
68+
69+
### [Get-AzsTableService](Get-AzsTableService.md)
70+
Gets the Table service properties and settings.
71+
72+
### [Get-AzsTableServiceMetric](Get-AzsTableServiceMetric.md)
73+
Gets the metrics for the Table service.
74+
75+
### [Get-AzsTableServiceMetricDefinition](Get-AzsTableServiceMetricDefinition.md)
76+
Gets the properties of the metric definitions exposed by the Table service.
77+
78+
### [New-AzsStorageQuota](New-AzsStorageQuota.md)
79+
Creates a Storage quota resource in the specified location.
80+
81+
### [Remove-AzsStorageQuota](Remove-AzsStorageQuota.md)
82+
Deletes the given Storage quota resource from the specified location.
83+
84+
### [Set-AzsStorageFarm](Set-AzsStorageFarm.md)
85+
Modifies the Storage settings and service configurations for the region or farm.
86+
87+
### [Set-AzsStorageQuota](Set-AzsStorageQuota.md)
88+
Modifies the quota values of the given Storage quota resource.
89+
90+
### [Start-AzsReclaimStorageCapacity](Start-AzsReclaimStorageCapacity.md)
91+
Forces garbage collection of all deleted storage accounts, regardless of the retention period setting.
92+
93+
### [Start-AzsStorageContainerMigration](Start-AzsStorageContainerMigration.md)
94+
Starts the operation to migrate containers to the specified destination share and returns the job ID.
95+
96+
### [Stop-AzsStorageContainerMigration](Stop-AzsStorageContainerMigration.md)
97+
Tries to stop the container migration operation specified by the given job ID.
98+
99+
### [Undo-AzsDeletedStorageAccount](Undo-AzsDeletedStorageAccount.md)
100+
Tries to recover a deleted storage account.
101+
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
external help file: Microsoft.AzureStack.AzureConsistentStorage.Commands.dll-Help.xml
3+
online version:
4+
schema: 2.0.0
5+
---
6+
7+
# Get-AzsBlobService
8+
9+
## SYNOPSIS
10+
Gets the Blob service properties and settings.
11+
12+
## SYNTAX
13+
14+
```
15+
Get-AzsBlobService [-SkipCertificateValidation]
16+
```
17+
18+
## PARAMETERS
19+
20+
### -SkipCertificateValidation
21+
Indicates that the cmdlet does not validate the certificate.
22+
23+
```yaml
24+
Type: SwitchParameter
25+
Parameter Sets: (All)
26+
Aliases:
27+
28+
Required: False
29+
Position: Named
30+
Default value: None
31+
Accept pipeline input: False
32+
Accept wildcard characters: False
33+
```
34+
35+
### CommonParameters
36+
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).
37+
38+
## RELATED LINKS
39+
40+
[Get-AzsBlobServiceMetric](./Get-AzsBlobServiceMetric.md)
41+
42+
[Get-AzsBlobServiceMetricDefinition](./Get-AzsBlobServiceMetricDefinition.md)
43+
44+
[Get-AzsStorageFarm](./Get-AzsStorageFarm.md)
Lines changed: 132 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
1+
---
2+
external help file: Microsoft.AzureStack.AzureConsistentStorage.Commands.dll-Help.xml
3+
online version:
4+
schema: 2.0.0
5+
---
6+
7+
# Get-AzsBlobServiceMetric
8+
9+
## SYNOPSIS
10+
Gets the metrics for the Blob service.
11+
12+
## SYNTAX
13+
14+
```
15+
Get-AzsBlobServiceMetric [-TimeGrain <TimeGrain>] [-StartTimeInUtc <DateTime>] [-EndTimeInUtc <DateTime>]
16+
[-MetricNames <String[]>] [-DetailedOutput] [-SkipCertificateValidation]
17+
```
18+
19+
## DESCRIPTION
20+
The **Get-AzsBlobServiceMetric** cmdlet gets the metrics for the Blob service.
21+
22+
## EXAMPLES
23+
24+
```
25+
$Metrics = Get-AzsBlobServiceMetricDefinition
26+
27+
$MetricNames = $Metrics.Name
28+
29+
Get-AzsBlobServiceMetric -TimeGrain Daily -StartTimeInUtc 7/4/2017 -EndTimeInUtc 7/5/2017 -MetricNames $MetricNames[2]
30+
31+
```
32+
33+
## PARAMETERS
34+
35+
### -DetailedOutput
36+
Indicates that the cmdlet gets detailed output.
37+
38+
```yaml
39+
Type: SwitchParameter
40+
Parameter Sets: (All)
41+
Aliases:
42+
43+
Required: False
44+
Position: Named
45+
Default value: None
46+
Accept pipeline input: True (ByPropertyName)
47+
Accept wildcard characters: False
48+
```
49+
50+
### -EndTimeInUtc
51+
Specifies the endtime of the duration for the collected metrics
52+
53+
```yaml
54+
Type: DateTime
55+
Parameter Sets: (All)
56+
Aliases:
57+
58+
Required: False
59+
Position: Named
60+
Default value: None
61+
Accept pipeline input: True (ByPropertyName)
62+
Accept wildcard characters: False
63+
```
64+
65+
### -MetricNames
66+
Specifies a string array of metric names that this cmdlet gets.
67+
68+
```yaml
69+
Type: String[]
70+
Parameter Sets: (All)
71+
Aliases:
72+
73+
Required: False
74+
Position: Named
75+
Default value: None
76+
Accept pipeline input: True (ByPropertyName)
77+
Accept wildcard characters: False
78+
```
79+
80+
### -SkipCertificateValidation
81+
Indicates that the cmdlet does not validate the certificate.
82+
83+
```yaml
84+
Type: SwitchParameter
85+
Parameter Sets: (All)
86+
Aliases:
87+
88+
Required: False
89+
Position: Named
90+
Default value: None
91+
Accept pipeline input: False
92+
Accept wildcard characters: False
93+
```
94+
95+
### -StartTimeInUtc
96+
Specifies the starttime of the duration for the collected metrics
97+
98+
```yaml
99+
Type: DateTime
100+
Parameter Sets: (All)
101+
Aliases:
102+
103+
Required: False
104+
Position: Named
105+
Default value: None
106+
Accept pipeline input: True (ByPropertyName)
107+
Accept wildcard characters: False
108+
```
109+
110+
### -TimeGrain
111+
Specifies the aggregation precision of the metrics. Valid values are: Daily, Hourly, and Minutely. The default value is Daily.
112+
113+
```yaml
114+
Type: TimeGrain
115+
Parameter Sets: (All)
116+
Aliases:
117+
Accepted values: Daily, Hourly, Minutely
118+
119+
Required: False
120+
Position: Named
121+
Default value: None
122+
Accept pipeline input: True (ByPropertyName)
123+
Accept wildcard characters: False
124+
```
125+
126+
### CommonParameters
127+
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).
128+
129+
## RELATED LINKS
130+
131+
[Get-AzsBlobServiceMetricDefinition](./Get-AzsBlobServiceMetricDefinition.md)
132+
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
---
2+
external help file: Microsoft.AzureStack.AzureConsistentStorage.Commands.dll-Help.xml
3+
online version:
4+
schema: 2.0.0
5+
---
6+
7+
# Get-AzsBlobServiceMetricDefinition
8+
9+
## SYNOPSIS
10+
Gets the metric definition properties exposed by the Blob service.
11+
12+
## SYNTAX
13+
14+
```
15+
Get-AzsBlobServiceMetricDefinition [-MetricNames <String[]>] [-DetailedOutput] [-SkipCertificateValidation]
16+
```
17+
18+
## DESCRIPTION
19+
The **Get-AzsBlobServiceMetricDefinition** cmdlet gets the metric definition properties exposed by the Blob servic.
20+
21+
## EXAMPLES
22+
23+
```
24+
Get-AzsBlobServiceMetricDefinition -DetailedOutput | Format-Table -Wrap
25+
26+
```
27+
28+
## PARAMETERS
29+
30+
### -DetailedOutput
31+
Indicates that the cmdlet gets detailed output.
32+
33+
```yaml
34+
Type: SwitchParameter
35+
Parameter Sets: (All)
36+
Aliases:
37+
38+
Required: False
39+
Position: Named
40+
Default value: None
41+
Accept pipeline input: True (ByPropertyName)
42+
Accept wildcard characters: False
43+
```
44+
45+
### -MetricNames
46+
Specifies a string array of metric names that this cmdlet gets definitions.
47+
48+
```yaml
49+
Type: String[]
50+
Parameter Sets: (All)
51+
Aliases:
52+
53+
Required: False
54+
Position: Named
55+
Default value: None
56+
Accept pipeline input: True (ByPropertyName)
57+
Accept wildcard characters: False
58+
```
59+
60+
### -SkipCertificateValidation
61+
Indicates that the cmdlet does not validate the certificate.
62+
63+
```yaml
64+
Type: SwitchParameter
65+
Parameter Sets: (All)
66+
Aliases:
67+
68+
Required: False
69+
Position: Named
70+
Default value: None
71+
Accept pipeline input: False
72+
Accept wildcard characters: False
73+
```
74+
75+
### CommonParameters
76+
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).
77+
78+
## RELATED LINKS
79+
80+
[Get-AzsBlobServiceMetric](./Get-AzsBlobServiceMetric.md)

0 commit comments

Comments
 (0)