You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-reference/beta/api/cloudpc-createsnapshot.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ The following table shows the parameter that you can use with this action.
49
49
50
50
|Parameter|Type|Description|
51
51
|:---|:---|:---|
52
-
|storageAccountId|String| The storage account which receives the restore point(snapshot).|
52
+
|storageAccountId|String| The storage account which receives the restore point(snapshot).|
53
53
|accessTier|String|The access tier of the blob file that the snapshot is copied to. Possible values are `hot`, `cool`, `cold`, `archive`, and `unknownFutureValue`. The default value is `hot`.|
Copy file name to clipboardExpand all lines: api-reference/beta/resources/cloudpcbulkcreatesnapshot.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,8 @@ Inherits from [cloudPcBulkAction](../resources/cloudpcbulkaction.md).
28
28
|initiatedByUserPrincipalName|String|The user principal name (UPN) of the user who initiated this bulk action. Read-only. Inherited from [cloudPcBulkAction](../resources/cloudpcbulkaction.md).|
29
29
|scheduledDuringMaintenanceWindow|Boolean|Indicates whether the bulk action is scheduled according to the maintenance window. When `true`, the bulk action uses the maintenance window to schedule the action; `false` means that the bulk action doesn't use the maintenance window. The default value is `false`. Inherited from [cloudPcBulkAction](../resources/cloudpcbulkaction.md).|
30
30
|status|[cloudPcBulkActionStatus](../resources/cloudpcbulkaction.md#cloudpcbulkactionstatus-values)|The status of the bulk actions. Possible values are `pending`, `succeeded`, `failed`, `unknownFutureValue`. The default value is `pending`. Read-only. Inherited from [cloudPcBulkAction](../resources/cloudpcbulkaction.md).|
31
-
|storageAccountId|String|The unique identifier for Secure Azure Storage Account, which receives the restore points (snapshots). The value can't be modified once it's created. For example, '/subscriptions/06199b73-30a1-4922-8734-93feca64cdf6/resourceGroups/res2627/providers/Microsoft.Storage/storageAccounts/sto1125'. Read-Only.|
32
-
|accessTier|[cloudPcBlobAccessTier](#cloudpcblobaccesstier-values)|Indicates the access tier of the blob file that the snapshot is copied to. Possible values are `hot`, `cool`, `cold`, and `archive`, default value is `hot`. Read-Only.|
31
+
|storageAccountId|String|The unique identifier for Secure Azure Storage Account, which receives the restore points (snapshots). The value can't be modified after it's created. For example, '/subscriptions/06199b73-30a1-4922-8734-93feca64cdf6/resourceGroups/res2627/providers/Microsoft.Storage/storageAccounts/sto1125'. Read-Only.|
32
+
|accessTier|[cloudPcBlobAccessTier](#cloudpcblobaccesstier-values)|Indicates the access tier of the blob file that the snapshot is copied to. Possible values are `hot`, `cool`, `cold`, `archive`, and `unknownFutureValue`. The default value is `hot`. Read-Only.|
33
33
34
34
35
35
### cloudPcBlobAccessTier values
@@ -39,7 +39,7 @@ Inherits from [cloudPcBulkAction](../resources/cloudpcbulkaction.md).
39
39
|hot|Indicates an online tier optimized for storing data that is accessed or modified frequently.|
40
40
|cool|Indicates an online tier optimized for storing data that is infrequently accessed or modified.|
41
41
|cold|Indicates an online tier optimized for storing data that is rarely accessed or modified, but still requires fast retrieval.|
42
-
|archive|Indicates an offline access tier optimized for storing data that is rarely accessed, and that has flexible latency requirements, on the order of hours.|
42
+
|archive|Indicates an offline access tier optimized for storing data that is rarely accessed, and that has flexible latency requirements that can be up to a few hours.|
Copy file name to clipboardExpand all lines: api-reference/beta/resources/cloudpcreviewstatus.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Represents details about the review status of a Cloud PC.
44
44
|hot|Indicates an online tier optimized for storing data that is accessed or modified frequently.|
45
45
|cool|Indicates an online tier optimized for storing data that is infrequently accessed or modified.|
46
46
|cold|Indicates an online tier optimized for storing data that is rarely accessed or modified, but still requires fast retrieval.|
47
-
|archive|Indicates an offline access tier optimized for storing data that is rarely accessed, and that has flexible latency requirements, on the order of hours.|
47
+
|archive|Indicates an offline access tier optimized for storing data that is rarely accessed, and that has flexible latency requirements that can be up to a few hours.|
0 commit comments