| Description | : Lists all Storage Movers in a subscription. |
| Reference | : Link ¶ |
⚶ Changes
{
"#id": "StorageMovers_ListBySubscription",
"$responses": {
"200": {
"$properties": [
{
"#name": "value",
"Required": {
"new": true,
"old": false
},
"$items": {
"$properties": {
"@removed_f28dae17401f41ae8b8911a12305fd6c": {
"#name": "systemData",
"Description": "Resource system metadata.",
"Required": false,
"Type": "object",
"$properties": [
{
"#name": "createdBy",
"Description": "The identity that created the resource.",
"Required": false,
"Type": "string"
},
{
"#name": "createdByType",
"Description": "The type of identity that created the resource.",
"Enum": [
[
"User",
""
],
[
"Application",
""
],
[
"ManagedIdentity",
""
],
[
"Key",
""
]
],
"Required": false,
"Type": "string"
},
{
"#name": "createdAt",
"Description": "The timestamp of resource creation (UTC).",
"Format": "date-time",
"Required": false,
"Type": "string"
},
{
"#name": "lastModifiedBy",
"Description": "The identity that last modified the resource.",
"Required": false,
"Type": "string"
},
{
"#name": "lastModifiedByType",
"Description": "The type of identity that last modified the resource.",
"Enum": [
[
"User",
""
],
[
"Application",
""
],
[
"ManagedIdentity",
""
],
[
"Key",
""
]
],
"Required": false,
"Type": "string"
},
{
"#name": "lastModifiedAt",
"Description": "The timestamp of resource last modification (UTC)",
"Format": "date-time",
"Required": false,
"Type": "string"
}
]
}
}
}
},
{
"#name": "nextLink",
"Description": {
"new": "The link to the next page of items",
"old": "Request URL that can be used to query next page of containers. Returned when total number of requested containers exceed maximum page size."
}
}
]
}
}
}
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.StorageMover/storageMovers
{
api-version:
string
,
subscriptionId:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
description:
string
,
provisioningState:
enum
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}