Description | : Returns an auto export job. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "autoExportJobs_Get", "$responses": { "200": { "$properties": { "properties": [ { "#name": "adminStatus", "Enum": { "new": [ [ "Enable", "" ], [ "Disable", "" ] ], "old": [ [ "Active", "" ], [ "Cancel", "" ] ] } } ] } } } }
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/amlFilesystems/{amlFilesystemName}/autoExportJobs/{autoExportJobName}
{
resourceGroupName:
string
,
amlFilesystemName:
string
,
api-version:
string
,
subscriptionId:
string
,
autoExportJobName:
string
,
}
⚐ Response (200)
{
properties:
}
{
,
provisioningState:
enum
,
adminStatus:
enum
,
autoExportPrefixes:
[
,
string
,
]
status:
}
{
,
state:
enum
,
statusCode:
string
,
statusMessage:
string
,
totalFilesExported:
integer
,
totalMiBExported:
integer
,
totalFilesFailed:
integer
,
exportIterationCount:
integer
,
lastSuccessfulIterationCompletionTimeUTC:
string
,
currentIterationFilesDiscovered:
integer
,
currentIterationMiBDiscovered:
integer
,
currentIterationFilesExported:
integer
,
currentIterationMiBExported:
integer
,
currentIterationFilesFailed:
integer
,
lastStartedTimeUTC:
string
,
lastCompletionTimeUTC:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}