{"openapi":"3.0.0","info":{"title":"HybridDataManagementClient","version":"2016-06-01","x-apisguru-categories":["cloud"],"x-logo":{"url":"https://assets.onestore.ms/cdnfiles/onestorerolling-1606-01000/shell/v3/images/logo/microsoft.png"},"x-origin":[{"format":"swagger","url":"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2016-06-01/hybriddata.json","version":"2.0"}],"x-providerName":"azure.com","x-serviceName":"hybriddatamanager-hybriddata","x-tags":["Azure","Microsoft"]},"security":[{"azure_auth":["user_impersonation"]}],"paths":{"/providers/Microsoft.HybridData/operations":{"get":{"operationId":"Operations_List","parameters":[{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"This method gets all the operations.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AvailableProviderOperations"},"examples":{"Operations_ListGET11":{"$ref":"#/components/examples/Operations_ListGET11"}}}}}},"summary":"This method gets all the operations.","tags":["Operations"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/providers/Microsoft.HybridData/dataManagers":{"get":{"description":"Lists all the data manager resources available under the subscription.","operationId":"DataManagers_List","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"List of data manager resources available under the subscription.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataManagerList"},"examples":{"DataManagers_ListGET21":{"$ref":"#/components/examples/DataManagers_ListGET21"}}}}}},"tags":["DataManagers"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers":{"get":{"description":"Lists all the data manager resources available under the given resource group.","operationId":"DataManagers_ListByResourceGroup","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"List of data manager resources by resource group.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataManagerList"},"examples":{"DataManagers_ListByResourceGroupGET31":{"$ref":"#/components/examples/DataManagers_ListByResourceGroupGET31"}}}}}},"tags":["DataManagers"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}":{"delete":{"description":"Deletes a data manager resource in Microsoft Azure.","operationId":"DataManagers_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/dataManagerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"202":{"description":"Data Manager Resource deleted."},"204":{"description":"Data Manager Resource deleted."}},"tags":["DataManagers"],"x-ms-long-running-operation":true},"get":{"description":"Gets information about the specified data manager resource.","operationId":"DataManagers_Get","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/dataManagerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"Data Manager Resource object.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataManager"},"examples":{"DataManagers_GetGET41":{"$ref":"#/components/examples/DataManagers_GetGET41"}}}}}},"tags":["DataManagers"]},"patch":{"description":"Updates the properties of an existing data manager resource.","operationId":"DataManagers_Update","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/dataManagerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"description":"Defines the If-Match condition. The patch will be performed only if the ETag of the data manager resource on the server matches this value.","in":"header","name":"If-Match","schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataManagerUpdateParameter"}}},"description":"Data manager resource details from request body.","required":true},"responses":{"200":{"description":"Data Manager Resource object.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataManager"},"examples":{"DataManagers_UpdatePATCH43":{"$ref":"#/components/examples/DataManagers_UpdatePATCH43"}}}}},"202":{"description":"Data Manager Resource updated."}},"tags":["DataManagers"],"x-ms-long-running-operation":true},"put":{"description":"Creates a new data manager resource with the specified parameters. Existing resources cannot be updated with this API\r\nand should instead be updated with the Update data manager resource API.","operationId":"DataManagers_Create","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/dataManagerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataManager"}}},"description":"Data manager resource details from request body.","required":true},"responses":{"200":{"description":"Data Manager Resource object.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataManager"},"examples":{"DataManagers_CreatePUT41":{"$ref":"#/components/examples/DataManagers_CreatePUT41"}}}}},"202":{"description":"Accepted request for create/update."}},"tags":["DataManagers"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices":{"get":{"description":"This method gets all the data services.","operationId":"DataServices_ListByDataManager","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/dataManagerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The list of data services.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataServiceList"},"examples":{"DataServices_ListByDataManagerGET51":{"$ref":"#/components/examples/DataServices_ListByDataManagerGET51"}}}}}},"tags":["DataServices"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices/{dataServiceName}":{"get":{"description":"Gets the data service that match the data service name given.","operationId":"DataServices_Get","parameters":[{"description":"The name of the data service that is being queried.","in":"path","name":"dataServiceName","required":true,"schema":{"type":"string"},"examples":{"DataServices_GetGET62":{"value":"DataTransformation"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/dataManagerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The data service that matches the name.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataService"},"examples":{"DataServices_GetGET62":{"$ref":"#/components/examples/DataServices_GetGET62"}}}}}},"tags":["DataServices"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices/{dataServiceName}/jobDefinitions":{"get":{"description":"This method gets all the job definitions of the given data service name.","operationId":"JobDefinitions_ListByDataService","parameters":[{"description":"The data service type of interest.","in":"path","name":"dataServiceName","required":true,"schema":{"type":"string"},"examples":{"JobDefinitions_ListByDataServiceGET71":{"value":"DataTransformation"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/dataManagerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"description":"OData Filter options","in":"query","name":"$filter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"The list of job definitions of the given data service type.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobDefinitionList"},"examples":{"JobDefinitions_ListByDataServiceGET71":{"$ref":"#/components/examples/JobDefinitions_ListByDataServiceGET71"}}}}}},"tags":["JobDefinitions"],"x-ms-odata":"#/components/schemas/JobDefinitionFilter","x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices/{dataServiceName}/jobDefinitions/{jobDefinitionName}":{"delete":{"description":"This method deletes the given job definition.","operationId":"JobDefinitions_Delete","parameters":[{"description":"The data service type of the job definition.","in":"path","name":"dataServiceName","required":true,"schema":{"type":"string"},"examples":{"JobDefinitions_DeleteDELETE81":{"value":"DataTransformation"}}},{"description":"The job definition name to be deleted.","in":"path","name":"jobDefinitionName","required":true,"schema":{"type":"string"},"examples":{"JobDefinitions_DeleteDELETE81":{"value":"jobdeffromtestcode1"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/dataManagerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"202":{"description":"Accepted request for JobDefinition deletion."},"204":{"description":"JobDefinition deleted."}},"tags":["JobDefinitions"],"x-ms-long-running-operation":true},"get":{"description":"This method gets job definition object by name.","operationId":"JobDefinitions_Get","parameters":[{"description":"The data service name of the job definition","in":"path","name":"dataServiceName","required":true,"schema":{"type":"string"},"examples":{"JobDefinitions_GetGET81":{"value":"DataTransformation"}}},{"description":"The job definition name that is being queried.","in":"path","name":"jobDefinitionName","required":true,"schema":{"type":"string"},"examples":{"JobDefinitions_GetGET81":{"value":"jobdeffromtestcode1"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/dataManagerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The job definition that matches the criteria.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobDefinition"},"examples":{"JobDefinitions_GetGET81":{"$ref":"#/components/examples/JobDefinitions_GetGET81"}}}}}},"tags":["JobDefinitions"]},"put":{"description":"Creates or updates a job definition.","operationId":"JobDefinitions_CreateOrUpdate","parameters":[{"description":"The data service type of the job definition.","in":"path","name":"dataServiceName","required":true,"schema":{"type":"string"},"examples":{"JobDefinitions_CreateOrUpdatePUT83":{"value":"DataTransformation"}}},{"description":"The job definition name to be created or updated.","in":"path","name":"jobDefinitionName","required":true,"schema":{"type":"string"},"examples":{"JobDefinitions_CreateOrUpdatePUT83":{"value":"jobdeffromtestcode1"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/dataManagerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobDefinition"}}},"description":"Job Definition object to be created or updated.","required":true},"responses":{"200":{"description":"JobDefinition object.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobDefinition"},"examples":{"JobDefinitions_CreateOrUpdatePUT83":{"$ref":"#/components/examples/JobDefinitions_CreateOrUpdatePUT83"}}}}},"202":{"description":"Accepted request for create/update."}},"tags":["JobDefinitions"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices/{dataServiceName}/jobDefinitions/{jobDefinitionName}/jobs":{"get":{"description":"This method gets all the jobs of a given job definition.","operationId":"Jobs_ListByJobDefinition","parameters":[{"description":"The name of the data service of the job definition.","in":"path","name":"dataServiceName","required":true,"schema":{"type":"string"},"examples":{"Jobs_ListByJobDefinitionGET91":{"value":"DataTransformation"}}},{"description":"The name of the job definition for which jobs are needed.","in":"path","name":"jobDefinitionName","required":true,"schema":{"type":"string"},"examples":{"Jobs_ListByJobDefinitionGET91":{"value":"jobdeffromtestcode1"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/dataManagerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"description":"OData Filter options","in":"query","name":"$filter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"The list of jobs.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobList"},"examples":{"Jobs_ListByJobDefinitionGET91":{"$ref":"#/components/examples/Jobs_ListByJobDefinitionGET91"}}}}}},"tags":["Jobs"],"x-ms-odata":"#/components/schemas/JobFilter","x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices/{dataServiceName}/jobDefinitions/{jobDefinitionName}/jobs/{jobId}":{"get":{"description":"This method gets a data manager job given the jobId.","operationId":"Jobs_Get","parameters":[{"description":"The name of the data service of the job definition.","in":"path","name":"dataServiceName","required":true,"schema":{"type":"string"},"examples":{"Jobs_GetGET101":{"value":"DataTransformation"}}},{"description":"The name of the job definition of the job.","in":"path","name":"jobDefinitionName","required":true,"schema":{"type":"string"},"examples":{"Jobs_GetGET101":{"value":"jobdeffromtestcode1"}}},{"description":"The job id of the job queried.","in":"path","name":"jobId","required":true,"schema":{"type":"string"},"examples":{"Jobs_GetGET101":{"value":"1fc3cf96-a62f-47b4-ae6b-add6d6543f7a"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/dataManagerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"description":"$expand is supported on details parameter for job, which provides details on the job stages.","in":"query","name":"$expand","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"The job that matches the given criteria.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Job"},"examples":{"Jobs_GetGET101":{"$ref":"#/components/examples/Jobs_GetGET101"}}}}}},"tags":["Jobs"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices/{dataServiceName}/jobDefinitions/{jobDefinitionName}/jobs/{jobId}/cancel":{"post":{"description":"Cancels the given job.","operationId":"Jobs_Cancel","parameters":[{"description":"The name of the data service of the job definition.","in":"path","name":"dataServiceName","required":true,"schema":{"type":"string"},"examples":{"Jobs_CancelPOST111":{"value":"DataTransformation"}}},{"description":"The name of the job definition of the job.","in":"path","name":"jobDefinitionName","required":true,"schema":{"type":"string"},"examples":{"Jobs_CancelPOST111":{"value":"jobdeffromtestcode1"}}},{"description":"The job id of the job queried.","in":"path","name":"jobId","required":true,"schema":{"type":"string"},"examples":{"Jobs_CancelPOST111":{"value":"1fc3cf96-a62f-47b4-ae6b-add6d6543f7a"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/dataManagerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"202":{"description":"Accepted job cancellation request."},"204":{"description":"Job cancelled."}},"tags":["Jobs"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices/{dataServiceName}/jobDefinitions/{jobDefinitionName}/jobs/{jobId}/resume":{"post":{"description":"Resumes the given job.","operationId":"Jobs_Resume","parameters":[{"description":"The name of the data service of the job definition.","in":"path","name":"dataServiceName","required":true,"schema":{"type":"string"},"examples":{"Jobs_ResumePOST121":{"value":"DataTransformation"}}},{"description":"The name of the job definition of the job.","in":"path","name":"jobDefinitionName","required":true,"schema":{"type":"string"},"examples":{"Jobs_ResumePOST121":{"value":"jobdeffromtestcode1"}}},{"description":"The job id of the job queried.","in":"path","name":"jobId","required":true,"schema":{"type":"string"},"examples":{"Jobs_ResumePOST121":{"value":"8ae39e0e-df7b-453e-8599-db47a277e543"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/dataManagerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"202":{"description":"Accepted job resume request."},"204":{"description":"Job resumed."}},"tags":["Jobs"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices/{dataServiceName}/jobDefinitions/{jobDefinitionName}/run":{"post":{"description":"This method runs a job instance of the given job definition.","operationId":"JobDefinitions_Run","parameters":[{"description":"The data service type of the job definition.","in":"path","name":"dataServiceName","required":true,"schema":{"type":"string"},"examples":{"JobDefinitions_RunPOST132":{"value":"DataTransformation"}}},{"description":"Name of the job definition.","in":"path","name":"jobDefinitionName","required":true,"schema":{"type":"string"},"examples":{"JobDefinitions_RunPOST132":{"value":"jobdeffromtestcode1"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/dataManagerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RunParameters"}}},"description":"Run time parameters for the job definition.","required":true},"responses":{"202":{"description":"Job run accepted."},"204":{"description":"Job run started."}},"tags":["JobDefinitions"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices/{dataServiceName}/jobs":{"get":{"description":"This method gets all the jobs of a data service type in a given resource.","operationId":"Jobs_ListByDataService","parameters":[{"description":"The name of the data service of interest.","in":"path","name":"dataServiceName","required":true,"schema":{"type":"string"},"examples":{"Jobs_ListByDataServiceGET141":{"value":"DataTransformation"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/dataManagerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"description":"OData Filter options","in":"query","name":"$filter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"The list of jobs that match the service and resource.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobList"},"examples":{"Jobs_ListByDataServiceGET141":{"$ref":"#/components/examples/Jobs_ListByDataServiceGET141"}}}}}},"tags":["Jobs"],"x-ms-odata":"#/components/schemas/JobFilter","x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataStoreTypes":{"get":{"description":"Gets all the data store/repository types that the resource supports.","operationId":"DataStoreTypes_ListByDataManager","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/dataManagerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The list of data store types that are supported.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataStoreTypeList"},"examples":{"DataStoreTypes_ListByDataManagerGET171":{"$ref":"#/components/examples/DataStoreTypes_ListByDataManagerGET171"}}}}}},"tags":["DataStoreTypes"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataStoreTypes/{dataStoreTypeName}":{"get":{"description":"Gets the data store/repository type given its name.","operationId":"DataStoreTypes_Get","parameters":[{"description":"The data store/repository type name for which details are needed.","in":"path","name":"dataStoreTypeName","required":true,"schema":{"type":"string"},"examples":{"DataStoreTypes_GetGET182":{"value":"StorSimple8000Series"},"DataStoreTypes_GetGET183":{"value":"AzureStorageAccount"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/dataManagerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The data store/repository type.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataStoreType"},"examples":{"DataStoreTypes_GetGET182":{"$ref":"#/components/examples/DataStoreTypes_GetGET182"},"DataStoreTypes_GetGET183":{"$ref":"#/components/examples/DataStoreTypes_GetGET183"}}}}}},"tags":["DataStoreTypes"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataStores":{"get":{"description":"Gets all the data stores/repositories in the given resource.","operationId":"DataStores_ListByDataManager","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/dataManagerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"description":"OData Filter options","in":"query","name":"$filter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"The list of data stores/repositories in the given resource.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataStoreList"},"examples":{"DataStores_ListByDataManagerGET151":{"$ref":"#/components/examples/DataStores_ListByDataManagerGET151"}}}}}},"tags":["DataStores"],"x-ms-odata":"#/components/schemas/DataStoreFilter","x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataStores/{dataStoreName}":{"delete":{"description":"This method deletes the given data store/repository.","operationId":"DataStores_Delete","parameters":[{"description":"The data store/repository name to be deleted.","in":"path","name":"dataStoreName","required":true,"schema":{"type":"string"},"examples":{"DataStores_Delete_DataSinkDELETE161":{"value":"TestAzureStorage1"},"DataStores_Delete_DataSourceDELETE161":{"value":"TestStorSimpleSource1"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/dataManagerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"202":{"description":"Accepted request for DataStore deletion."},"204":{"description":"DataStore deleted."}},"tags":["DataStores"],"x-ms-long-running-operation":true},"get":{"description":"This method gets the data store/repository by name.","operationId":"DataStores_Get","parameters":[{"description":"The data store/repository name queried.","in":"path","name":"dataStoreName","required":true,"schema":{"type":"string"},"examples":{"DataStores_GetGET161":{"value":"TestStorSimpleSource1"},"DataStores_GetGET162":{"value":"TestAzureStorage1"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/dataManagerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The data store/repository which matches the name given.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataStore"},"examples":{"DataStores_GetGET161":{"$ref":"#/components/examples/DataStores_GetGET161"},"DataStores_GetGET162":{"$ref":"#/components/examples/DataStores_GetGET162"}}}}}},"tags":["DataStores"]},"put":{"description":"Creates or updates the data store/repository in the data manager.","operationId":"DataStores_CreateOrUpdate","parameters":[{"description":"The data store/repository name to be created or updated.","in":"path","name":"dataStoreName","required":true,"schema":{"type":"string"},"examples":{"DataStores_CreateOrUpdate_DataSinkPUT162":{"value":"TestAzureStorage1"},"DataStores_CreateOrUpdate_DataSourcePUT162":{"value":"TestStorSimpleSource1"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/dataManagerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataStore"}}},"description":"The data store/repository object to be created or updated.","required":true},"responses":{"200":{"description":"The data store/repository object.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataStore"},"examples":{"DataStores_CreateOrUpdate_DataSinkPUT162":{"$ref":"#/components/examples/DataStores_CreateOrUpdate_DataSinkPUT162"},"DataStores_CreateOrUpdate_DataSourcePUT162":{"$ref":"#/components/examples/DataStores_CreateOrUpdate_DataSourcePUT162"}}}}},"202":{"description":"Accepted request for create/update."}},"tags":["DataStores"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/jobDefinitions":{"get":{"description":"This method gets all the job definitions of the given data manager resource.","operationId":"JobDefinitions_ListByDataManager","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/dataManagerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"description":"OData Filter options","in":"query","name":"$filter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"The list of job definitions in that resource.OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobDefinitionList"},"examples":{"JobDefinitions_ListByDataManagerGET191":{"$ref":"#/components/examples/JobDefinitions_ListByDataManagerGET191"}}}}}},"tags":["JobDefinitions"],"x-ms-odata":"#/components/schemas/JobDefinitionFilter","x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/jobs":{"get":{"description":"This method gets all the jobs at the data manager resource level.","operationId":"Jobs_ListByDataManager","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/dataManagerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"description":"OData Filter options","in":"query","name":"$filter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"The list of jobs in the resource specified.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobList"},"examples":{"Jobs_ListByDataManagerGET201":{"$ref":"#/components/examples/Jobs_ListByDataManagerGET201"}}}}}},"tags":["Jobs"],"x-ms-odata":"#/components/schemas/JobFilter","x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/publicKeys":{"get":{"description":"This method gets the list view of public keys, however it will only have one element.","operationId":"PublicKeys_ListByDataManager","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/dataManagerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The list of public keys.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PublicKeyList"},"examples":{"PublicKeys_ListByDataManagerGET211":{"$ref":"#/components/examples/PublicKeys_ListByDataManagerGET211"}}}}}},"tags":["PublicKeys"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/publicKeys/{publicKeyName}":{"get":{"description":"This method gets the public keys.","operationId":"PublicKeys_Get","parameters":[{"description":"Name of the public key.","in":"path","name":"publicKeyName","required":true,"schema":{"type":"string"},"examples":{"PublicKeys_GetGET222":{"value":"default"}}},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/dataManagerNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The public keys.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PublicKey"},"examples":{"PublicKeys_GetGET222":{"$ref":"#/components/examples/PublicKeys_GetGET222"}}}}}},"tags":["PublicKeys"]}}},"servers":[{"url":"https://management.azure.com"}],"components":{"examples":{"Operations_ListGET11":{"value":{"value":[{"display":{"description":"Read Operation results","operation":"Get Operation results","provider":"Microsoft.HybridData","resource":"Operation results"},"name":"Microsoft.HybridData/dataManagers/dataStores/operationResults/read","origin":"user","properties":{}},{"display":{"description":"Read Operation results","operation":"Get Operation results","provider":"Microsoft.HybridData","resource":"Operation results"},"name":"Microsoft.HybridData/dataManagers/dataServices/jobDefinitions/operationResults/read","origin":"user","properties":{}},{"display":{"description":"Read Operation results","operation":"Get Operation results","provider":"Microsoft.HybridData","resource":"Operation results"},"name":"Microsoft.HybridData/dataManagers/dataServices/jobDefinitions/jobs/operationResults/read","origin":"user","properties":{}},{"display":{"description":"Read Operation results","operation":"Get Operation results","provider":"Microsoft.HybridData","resource":"Operation results"},"name":"Microsoft.HybridData/dataManagers/operationResults/read","origin":"user","properties":{}},{"display":{"description":"Create or update Job definitions","operation":"Creates or updates Job definitions","provider":"Microsoft.HybridData","resource":"Job definitions"},"name":"Microsoft.HybridData/dataManagers/dataServices/jobDefinitions/write","origin":"user","properties":{}},{"display":{"description":"Delete Job definitions","operation":"Delete Job definitions","provider":"Microsoft.HybridData","resource":"Job definitions"},"name":"Microsoft.HybridData/dataManagers/dataServices/jobDefinitions/delete","origin":"user","properties":{}},{"display":{"description":"Read Job definitions","operation":"Get Job definitions","provider":"Microsoft.HybridData","resource":"Job definitions"},"name":"Microsoft.HybridData/dataManagers/dataServices/jobDefinitions/read","origin":"user","properties":{}},{"display":{"description":"Read Job definitions","operation":"Get Job definitions","provider":"Microsoft.HybridData","resource":"Job definitions"},"name":"Microsoft.HybridData/dataManagers/jobDefinitions/read","origin":"user","properties":{}},{"display":{"description":"Get job defintions","operation":"Get job definitions","provider":"Microsoft.HybridData","resource":"Job definitions"},"name":"Microsoft.HybridData/dataManagers/dataServices/jobDefinitions/listResults/action","origin":"user","properties":{}},{"display":{"description":"Run job defintions","operation":"Run job definitions","provider":"Microsoft.HybridData","resource":"Job definitions"},"name":"Microsoft.HybridData/dataManagers/dataServices/jobDefinitions/run/action","origin":"user","properties":{}},{"display":{"description":"Read Public keys","operation":"Get Public keys","provider":"Microsoft.HybridData","resource":"Public keys"},"name":"Microsoft.HybridData/dataManagers/publicKeys/read","origin":"user","properties":{}},{"display":{"description":"Read Data services","operation":"Get Data services","provider":"Microsoft.HybridData","resource":"Data services"},"name":"Microsoft.HybridData/dataManagers/dataServices/read","origin":"user","properties":{}},{"display":{"description":"Create or update Datastores","operation":"Creates or updates Datastores","provider":"Microsoft.HybridData","resource":"Datastores"},"name":"Microsoft.HybridData/dataManagers/dataStores/write","origin":"user","properties":{}},{"display":{"description":"Delete Datastores","operation":"Delete Datastores","provider":"Microsoft.HybridData","resource":"Datastores"},"name":"Microsoft.HybridData/dataManagers/dataStores/delete","origin":"user","properties":{}},{"display":{"description":"Read Datastores","operation":"Get Datastores","provider":"Microsoft.HybridData","resource":"Datastores"},"name":"Microsoft.HybridData/dataManagers/dataStores/read","origin":"user","properties":{}},{"display":{"description":"Read Datastore types","operation":"Get Datastore types","provider":"Microsoft.HybridData","resource":"Datastore types"},"name":"Microsoft.HybridData/dataManagers/dataStoreTypes/read","origin":"user","properties":{}},{"display":{"description":"Delete Data managers","operation":"Delete Data managers","provider":"Microsoft.HybridData","resource":"Data managers"},"name":"Microsoft.HybridData/dataManagers/delete","origin":"user","properties":{}},{"display":{"description":"Read Data managers","operation":"Get Data managers","provider":"Microsoft.HybridData","resource":"Data managers"},"name":"Microsoft.HybridData/dataManagers/read","origin":"user","properties":{}},{"display":{"description":"Create or update Data managers","operation":"Creates or updates Data managers","provider":"Microsoft.HybridData","resource":"Data managers"},"name":"Microsoft.HybridData/dataManagers/write","origin":"user","properties":{}},{"display":{"description":"Cancel jobs","operation":"Cancel jobs","provider":"Microsoft.HybridData","resource":"Jobs"},"name":"Microsoft.HybridData/dataManagers/dataServices/jobDefinitions/jobs/cancel/action","origin":"user","properties":{}},{"display":{"description":"Read Jobs","operation":"Get Jobs","provider":"Microsoft.HybridData","resource":"Jobs"},"name":"Microsoft.HybridData/dataManagers/dataServices/jobDefinitions/jobs/read","origin":"user","properties":{}},{"display":{"description":"Read Jobs","operation":"Get Jobs","provider":"Microsoft.HybridData","resource":"Jobs"},"name":"Microsoft.HybridData/dataManagers/jobs/read","origin":"user","properties":{}},{"display":{"description":"Read Jobs","operation":"Get Jobs","provider":"Microsoft.HybridData","resource":"Jobs"},"name":"Microsoft.HybridData/dataManagers/dataServices/jobs/read","origin":"user","properties":{}},{"display":{"description":"Resume jobs","operation":"Resumes jobs","provider":"Microsoft.HybridData","resource":"Jobs"},"name":"Microsoft.HybridData/dataManagers/dataServices/jobDefinitions/jobs/resume/action","origin":"user","properties":{}},{"display":{"description":"Read ArmApiRes_Microsoft.HybridData","operation":"Get ArmApiRes_Microsoft.HybridData","provider":"Microsoft.HybridData","resource":"ArmApiRes_Microsoft.HybridData"},"name":"Microsoft.HybridData/read","origin":"user","properties":{}}]}},"DataManagers_ListGET21":{"value":{"nextLink":"https://management.azure.com/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/providers/Microsoft.HybridData/dataManagers?api-version=2016-06-01&%24skiptoken=dVLbjtowEP0X1PaNxQkJCyutKiAXSEkKjrFJ3uw4S0KcyyYhXFb77%2fVCu32oKlmWPWd8zswZv%2fWK%2bNyu0iJrek9vPWL6aOv3nnpJ21bN02CQ04Lu4zwu2gd6PdbxQ1Tmg%2bbImqhOqzYti2YwioGqTF70%2flB9pH1tONL7E6C99IEex1xTZZA%2fDqq67FIe183ATaO6bMqX9mFxYXXKDdrSAZebe5Oqm%2b%2b0SvudTJXszypQRn0gl%2fLtS5OlFSqzuHheGxONkdOe5%2fgSqaJjB5C6vnZapjPBcq8LbXEMryDlO5ivkKkuD%2bOvKjM25XijTo5copxYgJLJEduTOiTaHd0vjbPBVF0iuhLsYCXPW6a2gh00b55O98v5dIw%2fNbXL6jAdr5RQRIUncz9Z5tP92oJ6ZG8lL7atlNlbmfcnIuv4YNqvTV3EC7gJdg6gd7VVuMvkG9c3z64xTVCuYA6UV4gwpQIDtKscVxHINWZeLLIzsmDNgb4gO%2bhBK2yI4NA1lVcfeSFWzCtZVPMwd3bMrg4MiVFwcKhrnltq4JBl1Ylk3Kc2XMA89OBB1AQn8u7sYIFDrMImUHVvhU4dyrHGrVkSFbCS7nUsa0WM%2fnpyx52Og1v8vESRuiRei4sqdZVQJ8gh3BLBpuAJvuLjvS6vDe27biCSnzGuAlSEGTGrV9lHFpPlFRc8iDMnD7JI57i8%2bgfpJcKnIFeyiCwvvg%2fGK3Bz0WdD%2ftu9T38tmEQ5F9w8d4F6n%2fdazC6UKLKT7GMi%2f%2bJ78ONjyivgdUx2ywqc3DoWsKMqPq4lvp5P%2fvdLvg557%2f39Fw%3d%3d","value":[{"etag":"W/\"datetime'2018-07-23T09%3A58%3A15.3299896Z'\"_W/\"datetime'2018-07-23T09%3A58%3A15.3500041Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcertneafterdep1","location":"northeurope","name":"batchcertneafterdep1","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-07-16T09%3A46%3A06.3239385Z'\"_W/\"datetime'2018-07-16T09%3A46%3A06.3289422Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcertneold","location":"northeurope","name":"batchcertneold","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-03-15T10%3A53%3A10.0933461Z'\"_W/\"datetime'2018-03-15T10%3A53%3A10.1213654Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/dmsnesmoketest","location":"northeurope","name":"dmsnesmoketest","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-07-10T06%3A36%3A18.0878861Z'\"_W/\"datetime'2018-07-10T06%3A36%3A18.1139046Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/ne-07-10","location":"northeurope","name":"ne-07-10","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-07-23T03%3A58%3A20.5213761Z'\"_W/\"datetime'2018-07-23T03%3A58%3A20.5423899Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcerteusafterdep1","location":"eastus","name":"batchcerteusafterdep1","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-07-16T10%3A00%3A49.4703338Z'\"_W/\"datetime'2018-07-16T10%3A00%3A49.4913491Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcerteusold","location":"eastus","name":"batchcerteusold","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-04-10T06%3A09%3A32.3093315Z'\"_W/\"datetime'2018-04-10T06%3A09%3A32.3243425Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/dms-04-10","location":"eastus","name":"dms-04-10","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-07-07T19%3A05%3A00.7594128Z'\"_W/\"datetime'2018-07-07T19%3A05%3A00.7664174Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/eus-07-08","location":"eastus","name":"eus-07-08","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-07-10T06%3A36%3A46.642745Z'\"_W/\"datetime'2018-07-10T06%3A36%3A46.7658314Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/eus-07-10","location":"eastus","name":"eus-07-10","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-02-13T08%3A57%3A11.4468401Z'\"_W/\"datetime'2018-02-13T08%3A57%3A11.6219625Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/DmsBvtRG1/providers/Microsoft.HybridData/dataManagers/BVT1Resource-ET5FP7HVFH","location":"westus2","name":"BVT1Resource-ET5FP7HVFH","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-02-13T09%3A11%3A23.6700448Z'\"_W/\"datetime'2018-02-13T09%3A11%3A23.6750484Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/DmsBvtRG2/providers/Microsoft.HybridData/dataManagers/BVT1Resource-TJXJIKNJEL","location":"westus2","name":"BVT1Resource-TJXJIKNJEL","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-02-13T09%3A53%3A28.2022576Z'\"_W/\"datetime'2018-02-13T09%3A53%3A28.2082618Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/DmsBvtRG3/providers/Microsoft.HybridData/dataManagers/BVT1Resource-R6YA59OGWH","location":"westus2","name":"BVT1Resource-R6YA59OGWH","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-07-23T07%3A44%3A12.1141909Z'\"_W/\"datetime'2018-07-23T07%3A44%3A12.1432118Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcertwus2afterdep1","location":"westus2","name":"batchcertwus2afterdep1","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-07-16T09%3A44%3A49.261222Z'\"_W/\"datetime'2018-07-16T09%3A44%3A49.2702259Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcertwus2old","location":"westus2","name":"batchcertwus2old","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-03-20T08%3A08%3A52.7007451Z'\"_W/\"datetime'2018-03-20T08%3A08%3A52.7207592Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/smoketestwus2","location":"westus2","name":"smoketestwus2","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2019-02-17T14%3A50%3A37.866739Z'\"_W/\"datetime'2019-02-17T14%3A50%3A38.038859Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperations","location":"westus2","name":"AzureSDKOperations","sku":{},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-07-18T04%3A48%3A50.1962283Z'\"_W/\"datetime'2018-07-18T04%3A48%3A50.3433306Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcertwcusafterdep1","location":"westcentralus","name":"batchcertwcusafterdep1","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-07-16T09%3A43%3A43.569014Z'\"_W/\"datetime'2018-07-16T09%3A43%3A43.5740171Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcertwcusold","location":"westcentralus","name":"batchcertwcusold","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-03-20T08%3A08%3A11.5901685Z'\"_W/\"datetime'2018-03-20T08%3A08%3A11.6161871Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/smoketestwcus","location":"westcentralus","name":"smoketestwcus","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-04-13T09%3A17%3A33.9031753Z'\"_W/\"datetime'2018-04-13T09%3A17%3A33.9301949Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/wcus04-13","location":"westcentralus","name":"wcus04-13","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-07-05T14%3A40%3A04.7506699Z'\"_W/\"datetime'2018-07-05T14%3A40%3A04.7776888Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/wcus07-05","location":"westcentralus","name":"wcus07-05","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-06-05T11%3A17%3A08.7276428Z'\"_W/\"datetime'2018-06-05T11%3A17%3A08.7336469Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/wcussmoketest","location":"westcentralus","name":"wcussmoketest","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-07-23T08%3A24%3A48.4779951Z'\"_W/\"datetime'2018-07-23T08%3A24%3A48.5120189Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcertseaafterdep1","location":"southeastasia","name":"batchcertseaafterdep1","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-07-16T10%3A00%3A28.3513242Z'\"_W/\"datetime'2018-07-16T10%3A00%3A28.3583291Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcertseaold","location":"southeastasia","name":"batchcertseaold","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-06-13T18%3A04%3A02.4340032Z'\"_W/\"datetime'2018-06-13T18%3A04%3A02.4430097Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/testresourceon613","location":"southeastasia","name":"testresourceon613","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-02-22T11%3A13%3A22.4906285Z'\"_W/\"datetime'2018-02-22T11%3A13%3A22.6667555Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/DmsBvtRG3/providers/Microsoft.HybridData/dataManagers/testServiceIncident","location":"westus","name":"testServiceIncident","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-11-30T05%3A26%3A48.5998504Z'\"_W/\"datetime'2018-11-30T05%3A26%3A48.6048551Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/DmsBvtRG/providers/Microsoft.HybridData/dataManagers/storagemanagerresource","location":"westus","name":"storagemanagerresource","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-11-29T07%3A55%3A30.6749871Z'\"_W/\"datetime'2018-11-29T07%3A55%3A30.6809932Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsintrg/providers/Microsoft.HybridData/dataManagers/int-wus-11-29","location":"westus","name":"int-wus-11-29","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-03-17T15%3A03%3A36.5993632Z'\"_W/\"datetime'2018-03-17T15%3A03%3A36.7594788Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsintrg/providers/Microsoft.HybridData/dataManagers/intnewresource","location":"westus","name":"intnewresource","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-03-13T08%3A11%3A39.9025375Z'\"_W/\"datetime'2018-03-13T08%3A11%3A40.1036797Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsintrg/providers/Microsoft.HybridData/dataManagers/intresource","location":"westus","name":"intresource","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-10-30T09%3A56%3A32.9053638Z'\"_W/\"datetime'2018-10-30T09%3A56%3A33.0704765Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsintrg/providers/Microsoft.HybridData/dataManagers/intresource-10-30","location":"westus","name":"intresource-10-30","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-03-13T08%3A11%3A40.1389003Z'\"_W/\"datetime'2018-03-13T08%3A11%3A40.2479789Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsintrg/providers/Microsoft.HybridData/dataManagers/testresourceint","location":"westus","name":"testresourceint","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-04-27T05%3A51%3A33.0357952Z'\"_W/\"datetime'2018-04-27T05%3A51%3A33.0427995Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/acstoaadtest","location":"westus","name":"acstoaadtest","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-06-15T14%3A58%3A47.2327719Z'\"_W/\"datetime'2018-06-15T14%3A58%3A47.2397766Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/arbaswus15jun","location":"westus","name":"arbaswus15jun","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-07-13T09%3A56%3A08.5837426Z'\"_W/\"datetime'2018-07-13T09%3A56%3A08.7668731Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcertdecryptperm2","location":"westus","name":"batchcertdecryptperm2","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-07-13T05%3A40%3A36.3146424Z'\"_W/\"datetime'2018-07-13T05%3A40%3A36.3226463Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcertdecryptpermiss","location":"westus","name":"batchcertdecryptpermiss","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-07-19T09%3A49%3A52.1839822Z'\"_W/\"datetime'2018-07-19T09%3A49%3A52.3601069Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcertintafterdep2","location":"westus","name":"batchcertintafterdep2","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-07-30T05%3A07%3A07.1198938Z'\"_W/\"datetime'2018-07-30T05%3A07%3A07.2940167Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcertintbuild101","location":"westus","name":"batchcertintbuild101","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-07-12T09%3A46%3A50.1774789Z'\"_W/\"datetime'2018-07-12T09%3A46%3A50.3215821Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcertoldresource","location":"westus","name":"batchcertoldresource","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-03-01T11%3A52%3A02.7715263Z'\"_W/\"datetime'2018-03-01T11%3A52%3A02.7765292Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/dmswusresource","location":"westus","name":"dmswusresource","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-06-07T13%3A08%3A29.4575101Z'\"_W/\"datetime'2018-06-07T13%3A08%3A29.629632Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/dsmsnodebinarytest","location":"westus","name":"dsmsnodebinarytest","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-05-23T08%3A45%3A40.8795252Z'\"_W/\"datetime'2018-05-23T08%3A45%3A41.0666584Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/dsmsresource","location":"westus","name":"dsmsresource","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-06-05T05%3A02%3A54.5475181Z'\"_W/\"datetime'2018-06-05T05%3A02%3A54.73265Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/dsmsresource1","location":"westus","name":"dsmsresource1","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-06-05T05%3A34%3A59.227556Z'\"_W/\"datetime'2018-06-05T05%3A34%3A59.4357029Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/dsmsresource2","location":"westus","name":"dsmsresource2","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-06-05T11%3A02%3A52.3744002Z'\"_W/\"datetime'2018-06-05T11%3A02%3A52.5365141Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/dsmsresource3","location":"westus","name":"dsmsresource3","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-06-08T15%3A58%3A07.1761866Z'\"_W/\"datetime'2018-06-08T15%3A58%3A07.3703309Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/dsmsresource4","location":"westus","name":"dsmsresource4","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-10-03T08%3A03%3A21.5040402Z'\"_W/\"datetime'2018-10-03T08%3A03%3A21.6421388Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/govtcloudtest","location":"westus","name":"govtcloudtest","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-02-01T10%3A38%3A07.9487894Z'\"_W/\"datetime'2018-02-01T10%3A38%3A08.1499556Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/intresource2","location":"westus","name":"intresource2","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-07-03T15%3A33%3A45.7585904Z'\"_W/\"datetime'2018-07-03T15%3A33%3A45.932713Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/intresource3rdjuly","location":"westus","name":"intresource3rdjuly","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-09-24T12%3A01%3A29.4312765Z'\"_W/\"datetime'2018-09-24T12%3A01%3A29.489317Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/intsmallfiles","location":"westus","name":"intsmallfiles","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-12-06T05%3A48%3A21.5818324Z'\"_W/\"datetime'2018-12-06T05%3A48%3A21.7748343Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/copyspeedexp/providers/Microsoft.HybridData/dataManagers/copyexp-we-int1","location":"westeurope","name":"copyexp-we-int1","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2019-01-16T09%3A57%3A01.2214069Z'\"_W/\"datetime'2019-01-16T09%3A57%3A01.4364046Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/DmsBvtRG/providers/Microsoft.HybridData/dataManagers/dms-we-16jan","location":"westeurope","name":"dms-we-16jan","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-11-28T10%3A55%3A58.530785Z'\"_W/\"datetime'2018-11-28T10%3A55%3A58.8107858Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/we-int-1","location":"westeurope","name":"we-int-1","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-11-14T02%3A42%3A38.6041538Z'\"_W/\"datetime'2018-11-14T02%3A42%3A38.6081571Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/amemigration/providers/Microsoft.HybridData/dataManagers/ecy-aftermigration","location":"eastus2euap","name":"ecy-aftermigration","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-11-11T03%3A11%3A40.5411975Z'\"_W/\"datetime'2018-11-11T03%3A11%3A40.6752923Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/amemigration/providers/Microsoft.HybridData/dataManagers/ecy-ame","location":"eastus2euap","name":"ecy-ame","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-06-15T15%3A31%3A18.3878653Z'\"_W/\"datetime'2018-06-15T15%3A31%3A18.3918681Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/arbasecy15jun","location":"eastus2euap","name":"arbasecy15jun","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-02-02T05%3A27%3A26.2904906Z'\"_W/\"datetime'2018-02-02T05%3A27%3A26.4706193Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/arbasecyresource","location":"eastus2euap","name":"arbasecyresource","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-07-12T10%3A58%3A42.4388372Z'\"_W/\"datetime'2018-07-12T10%3A58%3A42.4968789Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcertecy","location":"eastus2euap","name":"batchcertecy","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-08-14T09%3A17%3A38.2905819Z'\"_W/\"datetime'2018-08-14T09%3A17%3A38.4556979Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcertecynew","location":"eastus2euap","name":"batchcertecynew","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-04-10T09%3A41%3A03.749493Z'\"_W/\"datetime'2018-04-10T09%3A41%3A03.8805855Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/ecyresource-04-10","location":"eastus2euap","name":"ecyresource-04-10","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-02-20T10%3A01%3A55.2712681Z'\"_W/\"datetime'2018-02-20T10%3A01%3A55.441388Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/feb20ecyresource","location":"eastus2euap","name":"feb20ecyresource","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-02-06T08%3A37%3A23.6486177Z'\"_W/\"datetime'2018-02-06T08%3A37%3A23.7857152Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/hari-dms-analysis-ecy","location":"eastus2euap","name":"hari-dms-analysis-ecy","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2019-01-14T05%3A16%3A38.9573714Z'\"_W/\"datetime'2019-01-14T05%3A16%3A39.0774564Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/ForDMS/providers/Microsoft.HybridData/dataManagers/EcySmoke","location":"eastus2euap","name":"EcySmoke","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-11-11T03%3A13%3A19.0340832Z'\"_W/\"datetime'2018-11-11T03%3A13%3A19.038086Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/amemigration/providers/Microsoft.HybridData/dataManagers/ccy-ame","location":"centraluseuap","name":"ccy-ame","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2019-03-26T04%3A54%3A23.06065Z'\"_W/\"datetime'2019-03-26T04%3A54%3A23.1216929Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/amemigration/providers/Microsoft.HybridData/dataManagers/ccytest-26-march","location":"Central US EUAP","name":"ccytest-26-march","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-09-08T04%3A34%3A51.2547639Z'\"_W/\"datetime'2018-09-08T04%3A34%3A51.2597674Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/DmsBvtRG/providers/Microsoft.HybridData/dataManagers/BVT1Resource-4FOOXM2QHZ","location":"centraluseuap","name":"BVT1Resource-4FOOXM2QHZ","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-02-02T04%3A28%3A28.6587571Z'\"_W/\"datetime'2018-02-02T04%3A28%3A28.84689Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/arbasccyresource","location":"centraluseuap","name":"arbasccyresource","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-07-17T03%3A26%3A37.1256197Z'\"_W/\"datetime'2018-07-17T03%3A26%3A37.2667201Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcertccyafterdep1","location":"centraluseuap","name":"batchcertccyafterdep1","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-07-28T05%3A02%3A57.763469Z'\"_W/\"datetime'2018-07-28T05%3A02%3A57.9215815Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcertccybuild101","location":"centraluseuap","name":"batchcertccybuild101","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-07-12T09%3A47%3A44.2155827Z'\"_W/\"datetime'2018-07-12T09%3A47%3A44.2235883Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/batchcertoldccy","location":"centraluseuap","name":"batchcertoldccy","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-09-04T06%3A47%3A31.8676921Z'\"_W/\"datetime'2018-09-04T06%3A47%3A32.0268062Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/ccylargenumberoffiles","location":"centraluseuap","name":"ccylargenumberoffiles","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-02-20T10%3A02%3A19.8430119Z'\"_W/\"datetime'2018-02-20T10%3A02%3A20.0291444Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/feb20ccyresoirce","location":"centraluseuap","name":"feb20ccyresoirce","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-09-24T05%3A24%3A44.2753634Z'\"_W/\"datetime'2018-09-24T05%3A24%3A44.4114594Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/dmsResourceGroup/providers/Microsoft.HybridData/dataManagers/smallfilesccyjob","location":"centraluseuap","name":"smallfilesccyjob","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2019-02-07T09%3A38%3A22.6976591Z'\"_W/\"datetime'2019-02-07T09%3A38%3A22.8767865Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/ForDMS/providers/Microsoft.HybridData/dataManagers/res4ccyBCDR","location":"centraluseuap","name":"res4ccyBCDR","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-09-25T07%3A11%3A55.7616108Z'\"_W/\"datetime'2018-09-25T07%3A11%3A55.8957061Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/prpare/providers/Microsoft.HybridData/dataManagers/prpare50lakhsmallfiles","location":"centraluseuap","name":"prpare50lakhsmallfiles","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2018-06-15T07%3A04%3A34.2882012Z'\"_W/\"datetime'2018-06-15T07%3A04%3A34.3472441Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourcegroups/test-varavi/providers/Microsoft.HybridData/dataManagers/ccytestingpav2","location":"centraluseuap","name":"ccytestingpav2","sku":{"name":"DS0","tier":"Standard"},"tags":{},"type":"Microsoft.HybridData/dataManagers"}]}},"DataManagers_ListByResourceGroupGET31":{"value":{"value":[{"etag":"W/\"datetime'2019-02-17T14%3A50%3A37.866739Z'\"_W/\"datetime'2019-02-17T14%3A50%3A38.038859Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperations","location":"westus2","name":"AzureSDKOperations","sku":{},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2019-03-30T06%3A35%3A01.1816182Z'\"_W/\"datetime'2019-03-30T06%3A35%3A01.2846913Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzSDKOps","location":"westus","name":"AzSDKOps","sku":{"name":"DS0","tier":"Standard"},"tags":{"helL00000":"dlrow","hello":"World","new":"true"},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2019-04-01T04%3A39%3A26.7966056Z'\"_W/\"datetime'2019-04-01T04%3A39%3A26.8006084Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/AzureSDKOperationsTest","location":"westus","name":"AzureSDKOperationsTest","sku":{"name":"DS0","tier":"Standard"},"tags":{"updateDateTime":"4/1/2019 10:09:23 AM"},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2019-03-29T02%3A42%3A05.6859276Z'\"_W/\"datetime'2019-03-29T02%3A42%3A05.69093Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/DMSTestService","location":"westus","name":"DMSTestService","sku":{"name":"DS0","tier":"Standard"},"tags":{"hello":"World","team":"hcs"},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2019-04-10T09%3A08%3A57.4101089Z'\"_W/\"datetime'2019-04-10T09%3A08%3A57.5552101Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations","location":"westus","name":"TestAzureSDKOperations","sku":{},"tags":{},"type":"Microsoft.HybridData/dataManagers"},{"etag":"W/\"datetime'2019-03-13T04%3A55%3A25.3547061Z'\"_W/\"datetime'2019-03-13T04%3A55%3A25.359709Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestDMS","location":"westus","name":"TestDMS","sku":{"name":"DS0","tier":"Standard"},"tags":{"newTag":"123abc"},"type":"Microsoft.HybridData/dataManagers"}]}},"DataManagers_GetGET41":{"value":{"etag":"W/\"datetime'2019-04-10T09%3A08%3A57.4101089Z'\"_W/\"datetime'2019-04-10T09%3A08%3A57.5552101Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations","location":"westus","name":"TestAzureSDKOperations","sku":{},"tags":{},"type":"Microsoft.HybridData/dataManagers"}},"DataManagers_UpdatePATCH43":{"value":{"etag":"W/\"datetime'2019-04-10T09%3A23%3A57.1833483Z'\"_W/\"datetime'2019-04-10T09%3A23%3A57.1993588Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations","location":"westus","name":"TestAzureSDKOperations","sku":{"name":"DS0","tier":"Standard"},"tags":{"updateDateTime":"4/10/2019 2:53:54 PM"},"type":"Microsoft.HybridData/dataManagers"}},"DataManagers_CreatePUT41":{"value":{"etag":"W/\"datetime'2019-04-10T09%3A08%3A57.4101089Z'\"_W/\"datetime'2019-04-10T09%3A08%3A57.5552101Z'\"","id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations","location":"westus","name":"TestAzureSDKOperations","sku":{},"tags":{},"type":"Microsoft.HybridData/dataManagers"}},"DataServices_ListByDataManagerGET51":{"value":{"value":[{"id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation","name":"DataTransformation","properties":{"state":"Enabled","supportedDataSinkTypes":["/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/AzureStorageAccount","/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/AzureMediaServicesAccount"],"supportedDataSourceTypes":["/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/StorSimple8000Series"]},"type":"Microsoft.HybridData/dataManagers/dataServices"},{"id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/KeyRollover","name":"KeyRollover","properties":{"state":"Supported","supportedDataSinkTypes":[],"supportedDataSourceTypes":[]},"type":"Microsoft.HybridData/dataManagers/dataServices"},{"id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataSecurity","name":"DataSecurity","properties":{"state":"Supported","supportedDataSinkTypes":[],"supportedDataSourceTypes":[]},"type":"Microsoft.HybridData/dataManagers/dataServices"},{"id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataInsights","name":"DataInsights","properties":{"state":"Supported","supportedDataSinkTypes":[],"supportedDataSourceTypes":[]},"type":"Microsoft.HybridData/dataManagers/dataServices"},{"id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataHealth","name":"DataHealth","properties":{"state":"Supported","supportedDataSinkTypes":[],"supportedDataSourceTypes":[]},"type":"Microsoft.HybridData/dataManagers/dataServices"},{"id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/RunnerService","name":"RunnerService","properties":{"state":"Supported","supportedDataSinkTypes":[],"supportedDataSourceTypes":[]},"type":"Microsoft.HybridData/dataManagers/dataServices"},{"id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/IndexingAndSearch","name":"IndexingAndSearch","properties":{"state":"Enabled","supportedDataSinkTypes":["/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/SqlServer"],"supportedDataSourceTypes":["/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/StorSimple8000Series","/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/AzureStorageAccount"]},"type":"Microsoft.HybridData/dataManagers/dataServices"}]}},"DataServices_GetGET62":{"value":{"id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation","name":"DataTransformation","properties":{"state":"Enabled","supportedDataSinkTypes":["/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/AzureStorageAccount","/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/AzureMediaServicesAccount"],"supportedDataSourceTypes":["/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/StorSimple8000Series"]},"type":"Microsoft.HybridData/dataManagers/dataServices"}},"JobDefinitions_ListByDataServiceGET71":{"value":{"value":[{"id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1","name":"jobdeffromtestcode1","properties":{"dataServiceInput":{"AzureStorageType":"Blob","BackupChoice":"UseExistingLatest","ContainerName":"containerfromtest","DeviceName":"dmsdatasource","FileNameFilter":"*","IsDirectoryMode":false,"RootDirectories":["\\"],"VolumeNames":["dmsbvtvol"]},"dataSinkId":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStores/TestAzureStorage1","dataSourceId":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStores/TestStorSimpleSource1","lastModifiedTime":"2019-04-10T09:15:57.5797713Z","runLocation":"westus","schedules":[],"state":"Enabled","userConfirmation":"Required"},"type":"Microsoft.HybridData/dataManagers/dataServices/jobDefinitions"}]}},"JobDefinitions_GetGET81":{"value":{"id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1","name":"jobdeffromtestcode1","properties":{"dataServiceInput":{"AzureStorageType":"Blob","BackupChoice":"UseExistingLatest","ContainerName":"containerfromtest","DeviceName":"dmsdatasource","FileNameFilter":"*","IsDirectoryMode":false,"RootDirectories":["\\"],"VolumeNames":["dmsbvtvol"]},"dataSinkId":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStores/TestAzureStorage1","dataSourceId":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStores/TestStorSimpleSource1","lastModifiedTime":"2019-04-10T09:15:57.5797713Z","runLocation":"westus","schedules":[],"state":"Enabled","userConfirmation":"Required"},"type":"Microsoft.HybridData/dataManagers/dataServices/jobDefinitions"}},"JobDefinitions_CreateOrUpdatePUT83":{"value":{"id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1","name":"jobdeffromtestcode1","properties":{"dataServiceInput":{"AzureStorageType":"Blob","BackupChoice":"UseExistingLatest","ContainerName":"containerfromtest","DeviceName":"dmsdatasource","FileNameFilter":"*","IsDirectoryMode":false,"RootDirectories":["\\"],"VolumeNames":["dmsbvtvol"]},"dataSinkId":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStores/TestAzureStorage1","dataSourceId":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStores/TestStorSimpleSource1","lastModifiedTime":"2019-04-10T09:15:57.5797713Z","runLocation":"westus","schedules":[],"state":"Enabled","userConfirmation":"Required"},"type":"Microsoft.HybridData/dataManagers/dataServices/jobDefinitions"}},"Jobs_ListByJobDefinitionGET91":{"value":{"value":[{"id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/8ae39e0e-df7b-453e-8599-db47a277e543","name":"8ae39e0e-df7b-453e-8599-db47a277e543","properties":{"bytesProcessed":0,"isCancellable":"Cancellable","itemsProcessed":0,"totalBytesToProcess":0,"totalItemsToProcess":0},"startTime":"2019-04-10T09:18:43.5738907Z","status":"InProgress","type":"Microsoft.HybridData/dataManagers/jobs"},{"id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/0e10d92e-972a-4c3c-aa49-1b96911cb254","name":"0e10d92e-972a-4c3c-aa49-1b96911cb254","properties":{"bytesProcessed":0,"isCancellable":"Cancellable","itemsProcessed":0,"totalBytesToProcess":0,"totalItemsToProcess":0},"startTime":"2019-04-10T09:18:27.7961146Z","status":"InProgress","type":"Microsoft.HybridData/dataManagers/jobs"},{"id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/1fc3cf96-a62f-47b4-ae6b-add6d6543f7a","name":"1fc3cf96-a62f-47b4-ae6b-add6d6543f7a","properties":{"bytesProcessed":0,"isCancellable":"Cancellable","itemsProcessed":0,"totalBytesToProcess":0,"totalItemsToProcess":0},"startTime":"2019-04-10T09:17:38.0215948Z","status":"InProgress","type":"Microsoft.HybridData/dataManagers/jobs"}]}},"Jobs_GetGET101":{"value":{"id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/1fc3cf96-a62f-47b4-ae6b-add6d6543f7a","name":"1fc3cf96-a62f-47b4-ae6b-add6d6543f7a","properties":{"bytesProcessed":0,"isCancellable":"Cancellable","itemsProcessed":0,"totalBytesToProcess":0,"totalItemsToProcess":0},"startTime":"2019-04-10T09:17:38.0215948Z","status":"InProgress","type":"Microsoft.HybridData/dataManagers/jobs"}},"Jobs_ListByDataServiceGET141":{"value":{"value":[{"id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/8ae39e0e-df7b-453e-8599-db47a277e543","name":"8ae39e0e-df7b-453e-8599-db47a277e543","properties":{"bytesProcessed":0,"isCancellable":"Cancellable","itemsProcessed":0,"totalBytesToProcess":0,"totalItemsToProcess":0},"startTime":"2019-04-10T09:18:43.5738907Z","status":"InProgress","type":"Microsoft.HybridData/dataManagers/jobs"},{"id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/0e10d92e-972a-4c3c-aa49-1b96911cb254","name":"0e10d92e-972a-4c3c-aa49-1b96911cb254","properties":{"bytesProcessed":0,"isCancellable":"Cancellable","itemsProcessed":0,"totalBytesToProcess":0,"totalItemsToProcess":0},"startTime":"2019-04-10T09:18:27.7961146Z","status":"InProgress","type":"Microsoft.HybridData/dataManagers/jobs"},{"id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/1fc3cf96-a62f-47b4-ae6b-add6d6543f7a","name":"1fc3cf96-a62f-47b4-ae6b-add6d6543f7a","properties":{"bytesProcessed":0,"isCancellable":"Cancellable","itemsProcessed":0,"totalBytesToProcess":0,"totalItemsToProcess":0},"startTime":"2019-04-10T09:17:38.0215948Z","status":"InProgress","type":"Microsoft.HybridData/dataManagers/jobs"}]}},"DataStoreTypes_ListByDataManagerGET171":{"value":{"value":[{"id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/StorSimple8000Series","name":"StorSimple8000Series","properties":{"repositoryType":"Microsoft.StorSimple/managers","state":"Enabled","supportedDataServicesAsSink":[],"supportedDataServicesAsSource":["/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation","/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/IndexingAndSearch"]},"type":"Microsoft.HybridData/dataManagers/dataStoreTypes"},{"id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/AzureStorageAccount","name":"AzureStorageAccount","properties":{"repositoryType":"Microsoft.Storage/storageAccounts","state":"Enabled","supportedDataServicesAsSink":["/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation"],"supportedDataServicesAsSource":["/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/IndexingAndSearch"]},"type":"Microsoft.HybridData/dataManagers/dataStoreTypes"},{"id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/AzureMediaServicesAccount","name":"AzureMediaServicesAccount","properties":{"repositoryType":"Microsoft.Media/mediaservices","state":"Enabled","supportedDataServicesAsSink":["/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation"],"supportedDataServicesAsSource":[]},"type":"Microsoft.HybridData/dataManagers/dataStoreTypes"},{"id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/RunnerDataSource","name":"RunnerDataSource","properties":{"state":"Enabled","supportedDataServicesAsSink":[],"supportedDataServicesAsSource":[]},"type":"Microsoft.HybridData/dataManagers/dataStoreTypes"},{"id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/RunnerDataSink","name":"RunnerDataSink","properties":{"state":"Enabled","supportedDataServicesAsSink":[],"supportedDataServicesAsSource":[]},"type":"Microsoft.HybridData/dataManagers/dataStoreTypes"},{"id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/SqlServer","name":"SqlServer","properties":{"repositoryType":"Microsoft.Sql/servers","state":"Enabled","supportedDataServicesAsSink":["/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/IndexingAndSearch"],"supportedDataServicesAsSource":[]},"type":"Microsoft.HybridData/dataManagers/dataStoreTypes"}]}},"DataStoreTypes_GetGET182":{"value":{"id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/StorSimple8000Series","name":"StorSimple8000Series","properties":{"repositoryType":"Microsoft.StorSimple/managers","state":"Enabled","supportedDataServicesAsSink":[],"supportedDataServicesAsSource":["/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation","/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/IndexingAndSearch"]},"type":"Microsoft.HybridData/dataManagers/dataStoreTypes"}},"DataStoreTypes_GetGET183":{"value":{"id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/AzureStorageAccount","name":"AzureStorageAccount","properties":{"repositoryType":"Microsoft.Storage/storageAccounts","state":"Enabled","supportedDataServicesAsSink":["/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation"],"supportedDataServicesAsSource":["/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/IndexingAndSearch"]},"type":"Microsoft.HybridData/dataManagers/dataStoreTypes"}},"DataStores_ListByDataManagerGET151":{"value":{"value":[{"id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStores/TestAzureStorage1","name":"TestAzureStorage1","properties":{"dataStoreTypeId":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/AzureStorageAccount","extendedProperties":{"StorageAccountNameForQueue":"dmsdatasink"},"repositoryId":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.Storage/storageAccounts/dmsdatasink","state":"Enabled"},"type":"Microsoft.HybridData/dataManagers/dataStores"},{"id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStores/TestStorSimpleSource1","name":"TestStorSimpleSource1","properties":{"dataStoreTypeId":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/StorSimple8000Series","extendedProperties":{"resourceId":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/dmsdatasource/providers/Microsoft.StorSimple/managers/dmsdatasource"},"repositoryId":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/dmsdatasource/providers/Microsoft.StorSimple/managers/dmsdatasource","state":"Enabled"},"type":"Microsoft.HybridData/dataManagers/dataStores"}]}},"DataStores_GetGET161":{"value":{"id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStores/TestStorSimpleSource1","name":"TestStorSimpleSource1","properties":{"dataStoreTypeId":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/StorSimple8000Series","extendedProperties":{"resourceId":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/dmsdatasource/providers/Microsoft.StorSimple/managers/dmsdatasource"},"repositoryId":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/dmsdatasource/providers/Microsoft.StorSimple/managers/dmsdatasource","state":"Enabled"},"type":"Microsoft.HybridData/dataManagers/dataStores"}},"DataStores_GetGET162":{"value":{"id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStores/TestAzureStorage1","name":"TestAzureStorage1","properties":{"dataStoreTypeId":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/AzureStorageAccount","extendedProperties":{"StorageAccountNameForQueue":"dmsdatasink"},"repositoryId":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.Storage/storageAccounts/dmsdatasink","state":"Enabled"},"type":"Microsoft.HybridData/dataManagers/dataStores"}},"DataStores_CreateOrUpdate_DataSinkPUT162":{"value":{"id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStores/TestAzureStorage1","name":"TestAzureStorage1","properties":{"dataStoreTypeId":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/AzureStorageAccount","extendedProperties":{"StorageAccountNameForQueue":"dmsdatasink"},"repositoryId":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.Storage/storageAccounts/dmsdatasink","state":"Enabled"},"type":"Microsoft.HybridData/dataManagers/dataStores"}},"DataStores_CreateOrUpdate_DataSourcePUT162":{"value":{"id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStores/TestStorSimpleSource1","name":"TestStorSimpleSource1","properties":{"dataStoreTypeId":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStoreTypes/StorSimple8000Series","extendedProperties":{"resourceId":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/dmsdatasource/providers/Microsoft.StorSimple/managers/dmsdatasource"},"repositoryId":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/dmsdatasource/providers/Microsoft.StorSimple/managers/dmsdatasource","state":"Enabled"},"type":"Microsoft.HybridData/dataManagers/dataStores"}},"JobDefinitions_ListByDataManagerGET191":{"value":{"value":[{"id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1","name":"jobdeffromtestcode1","properties":{"dataServiceInput":{"AzureStorageType":"Blob","BackupChoice":"UseExistingLatest","ContainerName":"containerfromtest","DeviceName":"dmsdatasource","FileNameFilter":"*","IsDirectoryMode":false,"RootDirectories":["\\"],"VolumeNames":["dmsbvtvol"]},"dataSinkId":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStores/TestAzureStorage1","dataSourceId":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataStores/TestStorSimpleSource1","lastModifiedTime":"2019-04-10T09:15:57.5797713Z","runLocation":"westus","schedules":[],"state":"Enabled","userConfirmation":"Required"},"type":"Microsoft.HybridData/dataManagers/dataServices/jobDefinitions"}]}},"Jobs_ListByDataManagerGET201":{"value":{"value":[{"id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/8ae39e0e-df7b-453e-8599-db47a277e543","name":"8ae39e0e-df7b-453e-8599-db47a277e543","properties":{"bytesProcessed":0,"isCancellable":"Cancellable","itemsProcessed":0,"totalBytesToProcess":0,"totalItemsToProcess":0},"startTime":"2019-04-10T09:18:43.5738907Z","status":"InProgress","type":"Microsoft.HybridData/dataManagers/jobs"},{"id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/0e10d92e-972a-4c3c-aa49-1b96911cb254","name":"0e10d92e-972a-4c3c-aa49-1b96911cb254","properties":{"bytesProcessed":0,"isCancellable":"Cancellable","itemsProcessed":0,"totalBytesToProcess":0,"totalItemsToProcess":0},"startTime":"2019-04-10T09:18:27.7961146Z","status":"InProgress","type":"Microsoft.HybridData/dataManagers/jobs"},{"id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/dataServices/DataTransformation/jobDefinitions/jobdeffromtestcode1/jobs/1fc3cf96-a62f-47b4-ae6b-add6d6543f7a","name":"1fc3cf96-a62f-47b4-ae6b-add6d6543f7a","properties":{"bytesProcessed":0,"isCancellable":"Cancellable","itemsProcessed":0,"totalBytesToProcess":0,"totalItemsToProcess":0},"startTime":"2019-04-10T09:17:38.0215948Z","status":"InProgress","type":"Microsoft.HybridData/dataManagers/jobs"}]}},"PublicKeys_ListByDataManagerGET211":{"value":{"value":[{"id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/publicKeys/default","name":"default","properties":{"dataServiceLevel1Key":{"encryptionChunkSizeInBytes":245,"keyExponent":"AQAB","keyModulus":"tVt57Rj6bGTsI/ayDNfk5jRzYeHBqyJmcArL6cd1LMbKJQen/vZhisZj0RqIucWufUL6DQuZObdc+Rb2NGkxW2UEER323CA71oa19nOEW8T8DyiCxExUGtOeM86ZD4dQmugOLBHTI5iAFLeh6DdMPJhu/UyNTZeqVroEpJdM0F5AJCFO0IbgZfqEg7jT421IOO6Ie0lt1Hp7TyKvOJJovCBRZBmtCdlJLw7iwGy3ReEVOU2MG6UDw9THVZdgRDiTT6ovLCZiC8CqMNzDSG3R+ZMNHlE/gBRRAY6ji2bUTvaNMPgVNxUQw/RveKsGZ+CWvxOfE2nEwOduWLhFb0N+Uw=="},"dataServiceLevel2Key":{"encryptionChunkSizeInBytes":245,"keyExponent":"AQAB","keyModulus":"xlSZmsnyu/uBkPhxd8q3drECa1NMhuFI1f3V+4JzuE4BVIip8bhm6YGCrKuY12xJ4uNNk8oKRtyzGkALgbmW5LldTLwgQ+2I3sgPWMeOSOqeJ3irHtsCNSTyT1xvOUDF8ar+f8hB7Nhjt8VKgYPN0u4Dx+Inw/DeQBNf5Qh/dEaQF/b75tLJxrg7huMCod5adCR1Xa6+BcKRzghmjXeSF64ojj1VYLuGt3bLwfbYPLw3pm6zIt2+ta9c69JVzutKgt9eLZik5mtSYCH/io8AuS3EdIlIIsdLntJI9FKGWQDDLWP6Npd5ecs1iigYRWM6XhPP5IIsj2GF/bsQ8+KKUQ=="}},"type":"Microsoft.HybridData/dataManagers/publicKeys"}]}},"PublicKeys_GetGET222":{"value":{"id":"/subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations/publicKeys/default","name":"default","properties":{"dataServiceLevel1Key":{"encryptionChunkSizeInBytes":245,"keyExponent":"AQAB","keyModulus":"tVt57Rj6bGTsI/ayDNfk5jRzYeHBqyJmcArL6cd1LMbKJQen/vZhisZj0RqIucWufUL6DQuZObdc+Rb2NGkxW2UEER323CA71oa19nOEW8T8DyiCxExUGtOeM86ZD4dQmugOLBHTI5iAFLeh6DdMPJhu/UyNTZeqVroEpJdM0F5AJCFO0IbgZfqEg7jT421IOO6Ie0lt1Hp7TyKvOJJovCBRZBmtCdlJLw7iwGy3ReEVOU2MG6UDw9THVZdgRDiTT6ovLCZiC8CqMNzDSG3R+ZMNHlE/gBRRAY6ji2bUTvaNMPgVNxUQw/RveKsGZ+CWvxOfE2nEwOduWLhFb0N+Uw=="},"dataServiceLevel2Key":{"encryptionChunkSizeInBytes":245,"keyExponent":"AQAB","keyModulus":"xlSZmsnyu/uBkPhxd8q3drECa1NMhuFI1f3V+4JzuE4BVIip8bhm6YGCrKuY12xJ4uNNk8oKRtyzGkALgbmW5LldTLwgQ+2I3sgPWMeOSOqeJ3irHtsCNSTyT1xvOUDF8ar+f8hB7Nhjt8VKgYPN0u4Dx+Inw/DeQBNf5Qh/dEaQF/b75tLJxrg7huMCod5adCR1Xa6+BcKRzghmjXeSF64ojj1VYLuGt3bLwfbYPLw3pm6zIt2+ta9c69JVzutKgt9eLZik5mtSYCH/io8AuS3EdIlIIsdLntJI9FKGWQDDLWP6Npd5ecs1iigYRWM6XhPP5IIsj2GF/bsQ8+KKUQ=="}},"type":"Microsoft.HybridData/dataManagers/publicKeys"}}},"parameters":{"apiVersionParameter":{"description":"The API Version","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"Operations_ListGET11":{"value":"2016-06-01"},"DataManagers_ListGET21":{"value":"2016-06-01"},"DataManagers_ListByResourceGroupGET31":{"value":"2016-06-01"},"DataManagers_DeleteDELETE41":{"value":"2016-06-01"},"DataManagers_GetGET41":{"value":"2016-06-01"},"DataManagers_UpdatePATCH43":{"value":"2016-06-01"},"DataManagers_CreatePUT41":{"value":"2016-06-01"},"DataServices_ListByDataManagerGET51":{"value":"2016-06-01"},"DataServices_GetGET62":{"value":"2016-06-01"},"JobDefinitions_ListByDataServiceGET71":{"value":"2016-06-01"},"JobDefinitions_DeleteDELETE81":{"value":"2016-06-01"},"JobDefinitions_GetGET81":{"value":"2016-06-01"},"JobDefinitions_CreateOrUpdatePUT83":{"value":"2016-06-01"},"Jobs_ListByJobDefinitionGET91":{"value":"2016-06-01"},"Jobs_GetGET101":{"value":"2016-06-01"},"Jobs_CancelPOST111":{"value":"2016-06-01"},"Jobs_ResumePOST121":{"value":"2016-06-01"},"JobDefinitions_RunPOST132":{"value":"2016-06-01"},"Jobs_ListByDataServiceGET141":{"value":"2016-06-01"},"DataStoreTypes_ListByDataManagerGET171":{"value":"2016-06-01"},"DataStoreTypes_GetGET182":{"value":"2016-06-01"},"DataStoreTypes_GetGET183":{"value":"2016-06-01"},"DataStores_ListByDataManagerGET151":{"value":"2016-06-01"},"DataStores_Delete_DataSinkDELETE161":{"value":"2016-06-01"},"DataStores_Delete_DataSourceDELETE161":{"value":"2016-06-01"},"DataStores_GetGET161":{"value":"2016-06-01"},"DataStores_GetGET162":{"value":"2016-06-01"},"DataStores_CreateOrUpdate_DataSinkPUT162":{"value":"2016-06-01"},"DataStores_CreateOrUpdate_DataSourcePUT162":{"value":"2016-06-01"},"JobDefinitions_ListByDataManagerGET191":{"value":"2016-06-01"},"Jobs_ListByDataManagerGET201":{"value":"2016-06-01"},"PublicKeys_ListByDataManagerGET211":{"value":"2016-06-01"},"PublicKeys_GetGET222":{"value":"2016-06-01"}}},"dataManagerNameParameter":{"description":"The name of the DataManager Resource within the specified resource group. DataManager names must be between 3 and 24 characters in length and use any alphanumeric and underscore only","in":"path","name":"dataManagerName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":3,"maxLength":24,"pattern":"^[-\\w\\.]+$"},"examples":{"DataManagers_DeleteDELETE41":{"value":"TestAzureSDKOperations"},"DataManagers_GetGET41":{"value":"TestAzureSDKOperations"},"DataManagers_UpdatePATCH43":{"value":"TestAzureSDKOperations"},"DataManagers_CreatePUT41":{"value":"TestAzureSDKOperations"},"DataServices_ListByDataManagerGET51":{"value":"TestAzureSDKOperations"},"DataServices_GetGET62":{"value":"TestAzureSDKOperations"},"JobDefinitions_ListByDataServiceGET71":{"value":"TestAzureSDKOperations"},"JobDefinitions_DeleteDELETE81":{"value":"TestAzureSDKOperations"},"JobDefinitions_GetGET81":{"value":"TestAzureSDKOperations"},"JobDefinitions_CreateOrUpdatePUT83":{"value":"TestAzureSDKOperations"},"Jobs_ListByJobDefinitionGET91":{"value":"TestAzureSDKOperations"},"Jobs_GetGET101":{"value":"TestAzureSDKOperations"},"Jobs_CancelPOST111":{"value":"TestAzureSDKOperations"},"Jobs_ResumePOST121":{"value":"TestAzureSDKOperations"},"JobDefinitions_RunPOST132":{"value":"TestAzureSDKOperations"},"Jobs_ListByDataServiceGET141":{"value":"TestAzureSDKOperations"},"DataStoreTypes_ListByDataManagerGET171":{"value":"TestAzureSDKOperations"},"DataStoreTypes_GetGET182":{"value":"TestAzureSDKOperations"},"DataStoreTypes_GetGET183":{"value":"TestAzureSDKOperations"},"DataStores_ListByDataManagerGET151":{"value":"TestAzureSDKOperations"},"DataStores_Delete_DataSinkDELETE161":{"value":"TestAzureSDKOperations"},"DataStores_Delete_DataSourceDELETE161":{"value":"TestAzureSDKOperations"},"DataStores_GetGET161":{"value":"TestAzureSDKOperations"},"DataStores_GetGET162":{"value":"TestAzureSDKOperations"},"DataStores_CreateOrUpdate_DataSinkPUT162":{"value":"TestAzureSDKOperations"},"DataStores_CreateOrUpdate_DataSourcePUT162":{"value":"TestAzureSDKOperations"},"JobDefinitions_ListByDataManagerGET191":{"value":"TestAzureSDKOperations"},"Jobs_ListByDataManagerGET201":{"value":"TestAzureSDKOperations"},"PublicKeys_ListByDataManagerGET211":{"value":"TestAzureSDKOperations"},"PublicKeys_GetGET222":{"value":"TestAzureSDKOperations"}}},"resourceGroupNameParameter":{"description":"The Resource Group Name","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"DataManagers_ListByResourceGroupGET31":{"value":"ResourceGroupForSDKTest"},"DataManagers_DeleteDELETE41":{"value":"ResourceGroupForSDKTest"},"DataManagers_GetGET41":{"value":"ResourceGroupForSDKTest"},"DataManagers_UpdatePATCH43":{"value":"ResourceGroupForSDKTest"},"DataManagers_CreatePUT41":{"value":"ResourceGroupForSDKTest"},"DataServices_ListByDataManagerGET51":{"value":"ResourceGroupForSDKTest"},"DataServices_GetGET62":{"value":"ResourceGroupForSDKTest"},"JobDefinitions_ListByDataServiceGET71":{"value":"ResourceGroupForSDKTest"},"JobDefinitions_DeleteDELETE81":{"value":"ResourceGroupForSDKTest"},"JobDefinitions_GetGET81":{"value":"ResourceGroupForSDKTest"},"JobDefinitions_CreateOrUpdatePUT83":{"value":"ResourceGroupForSDKTest"},"Jobs_ListByJobDefinitionGET91":{"value":"ResourceGroupForSDKTest"},"Jobs_GetGET101":{"value":"ResourceGroupForSDKTest"},"Jobs_CancelPOST111":{"value":"ResourceGroupForSDKTest"},"Jobs_ResumePOST121":{"value":"ResourceGroupForSDKTest"},"JobDefinitions_RunPOST132":{"value":"ResourceGroupForSDKTest"},"Jobs_ListByDataServiceGET141":{"value":"ResourceGroupForSDKTest"},"DataStoreTypes_ListByDataManagerGET171":{"value":"ResourceGroupForSDKTest"},"DataStoreTypes_GetGET182":{"value":"ResourceGroupForSDKTest"},"DataStoreTypes_GetGET183":{"value":"ResourceGroupForSDKTest"},"DataStores_ListByDataManagerGET151":{"value":"ResourceGroupForSDKTest"},"DataStores_Delete_DataSinkDELETE161":{"value":"ResourceGroupForSDKTest"},"DataStores_Delete_DataSourceDELETE161":{"value":"ResourceGroupForSDKTest"},"DataStores_GetGET161":{"value":"ResourceGroupForSDKTest"},"DataStores_GetGET162":{"value":"ResourceGroupForSDKTest"},"DataStores_CreateOrUpdate_DataSinkPUT162":{"value":"ResourceGroupForSDKTest"},"DataStores_CreateOrUpdate_DataSourcePUT162":{"value":"ResourceGroupForSDKTest"},"JobDefinitions_ListByDataManagerGET191":{"value":"ResourceGroupForSDKTest"},"Jobs_ListByDataManagerGET201":{"value":"ResourceGroupForSDKTest"},"PublicKeys_ListByDataManagerGET211":{"value":"ResourceGroupForSDKTest"},"PublicKeys_GetGET222":{"value":"ResourceGroupForSDKTest"}}},"subscriptionIdParameter":{"description":"The Subscription Id","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"DataManagers_ListGET21":{"value":"6e0219f5-327a-4365-904f-05eed4227ad7"},"DataManagers_ListByResourceGroupGET31":{"value":"6e0219f5-327a-4365-904f-05eed4227ad7"},"DataManagers_DeleteDELETE41":{"value":"6e0219f5-327a-4365-904f-05eed4227ad7"},"DataManagers_GetGET41":{"value":"6e0219f5-327a-4365-904f-05eed4227ad7"},"DataManagers_UpdatePATCH43":{"value":"6e0219f5-327a-4365-904f-05eed4227ad7"},"DataManagers_CreatePUT41":{"value":"6e0219f5-327a-4365-904f-05eed4227ad7"},"DataServices_ListByDataManagerGET51":{"value":"6e0219f5-327a-4365-904f-05eed4227ad7"},"DataServices_GetGET62":{"value":"6e0219f5-327a-4365-904f-05eed4227ad7"},"JobDefinitions_ListByDataServiceGET71":{"value":"6e0219f5-327a-4365-904f-05eed4227ad7"},"JobDefinitions_DeleteDELETE81":{"value":"6e0219f5-327a-4365-904f-05eed4227ad7"},"JobDefinitions_GetGET81":{"value":"6e0219f5-327a-4365-904f-05eed4227ad7"},"JobDefinitions_CreateOrUpdatePUT83":{"value":"6e0219f5-327a-4365-904f-05eed4227ad7"},"Jobs_ListByJobDefinitionGET91":{"value":"6e0219f5-327a-4365-904f-05eed4227ad7"},"Jobs_GetGET101":{"value":"6e0219f5-327a-4365-904f-05eed4227ad7"},"Jobs_CancelPOST111":{"value":"6e0219f5-327a-4365-904f-05eed4227ad7"},"Jobs_ResumePOST121":{"value":"6e0219f5-327a-4365-904f-05eed4227ad7"},"JobDefinitions_RunPOST132":{"value":"6e0219f5-327a-4365-904f-05eed4227ad7"},"Jobs_ListByDataServiceGET141":{"value":"6e0219f5-327a-4365-904f-05eed4227ad7"},"DataStoreTypes_ListByDataManagerGET171":{"value":"6e0219f5-327a-4365-904f-05eed4227ad7"},"DataStoreTypes_GetGET182":{"value":"6e0219f5-327a-4365-904f-05eed4227ad7"},"DataStoreTypes_GetGET183":{"value":"6e0219f5-327a-4365-904f-05eed4227ad7"},"DataStores_ListByDataManagerGET151":{"value":"6e0219f5-327a-4365-904f-05eed4227ad7"},"DataStores_Delete_DataSinkDELETE161":{"value":"6e0219f5-327a-4365-904f-05eed4227ad7"},"DataStores_Delete_DataSourceDELETE161":{"value":"6e0219f5-327a-4365-904f-05eed4227ad7"},"DataStores_GetGET161":{"value":"6e0219f5-327a-4365-904f-05eed4227ad7"},"DataStores_GetGET162":{"value":"6e0219f5-327a-4365-904f-05eed4227ad7"},"DataStores_CreateOrUpdate_DataSinkPUT162":{"value":"6e0219f5-327a-4365-904f-05eed4227ad7"},"DataStores_CreateOrUpdate_DataSourcePUT162":{"value":"6e0219f5-327a-4365-904f-05eed4227ad7"},"JobDefinitions_ListByDataManagerGET191":{"value":"6e0219f5-327a-4365-904f-05eed4227ad7"},"Jobs_ListByDataManagerGET201":{"value":"6e0219f5-327a-4365-904f-05eed4227ad7"},"PublicKeys_ListByDataManagerGET211":{"value":"6e0219f5-327a-4365-904f-05eed4227ad7"},"PublicKeys_GetGET222":{"value":"6e0219f5-327a-4365-904f-05eed4227ad7"}}}},"securitySchemes":{"azure_auth":{"description":"Azure Active Directory OAuth2 Flow","type":"oauth2","flows":{"implicit":{"authorizationUrl":"https://login.microsoftonline.com/common/oauth2/authorize","scopes":{"user_impersonation":"impersonate your user account"}}}}},"schemas":{"AvailableProviderOperation":{"description":"Class represents provider operation","properties":{"display":{"$ref":"#/components/schemas/AvailableProviderOperationDisplay"},"name":{"description":"Gets or Sets Name of the operations","type":"string"},"origin":{"description":"Gets or sets Origin\r\nThe intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX.\r\nDefault value is “user,system”","type":"string"},"properties":{"$ref":"#/components/schemas/AvailableProviderOperationProperties"}},"required":["name"],"type":"object"},"AvailableProviderOperationDisplay":{"description":"Contains the localized display information for this particular operation / action. \r\nThese value will be used by several clients for \r\n(1) custom role definitions for RBAC; \r\n(2) complex query filters for the event service; and (3) audit history / records for management operations.","properties":{"description":{"description":"Gets or sets Description\r\nThe localized friendly description for the operation, as it should be shown to the user. \r\nIt should be thorough, yet concise – it will be used in tool tips and detailed views.","type":"string"},"operation":{"description":"Gets or sets Operation\r\nThe localized friendly name for the operation, as it should be shown to the user. \r\nIt should be concise (to fit in drop downs) but clear (i.e. self-documenting). It should use Title Casing and include the entity/resource to which it applies.","type":"string"},"provider":{"description":"Gets or sets Provider\r\nThe localized friendly form of the resource provider name – it is expected to also include the publisher/company responsible. \r\nIt should use Title Casing and begin with “Microsoft” for 1st party services.","type":"string"},"resource":{"description":"Gets or sets Resource\r\nThe localized friendly form of the resource type related to this action/operation – it should match the public documentation for the resource provider. \r\nIt should use Title Casing – for examples, please refer to the “name” section.","type":"string"}},"type":"object"},"AvailableProviderOperationProperties":{"description":"Class represents Properties in AvailableProviderOperations","properties":{},"type":"object"},"AvailableProviderOperations":{"description":"Class for set of operations used for discovery of available provider operations.","properties":{"nextLink":{"description":"Link for the next set of operations.","type":"string"},"value":{"description":"List of operations.","items":{"$ref":"#/components/schemas/AvailableProviderOperation"},"type":"array"}},"type":"object"},"CustomerSecret":{"description":"The pair of customer secret.","properties":{"algorithm":{"description":"The encryption algorithm used to encrypt data.","enum":["None","RSA1_5","RSA_OAEP","PlainText"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"SupportedAlgorithm"}},"keyIdentifier":{"description":"The identifier to the data service input object which this secret corresponds to.","type":"string"},"keyValue":{"description":"It contains the encrypted customer secret.","type":"string"}},"required":["keyIdentifier","keyValue","algorithm"],"type":"object"},"DataManager":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"The DataManager resource.","properties":{"etag":{"description":"Etag of the Resource.","type":"string"}},"type":"object"},"DataManagerList":{"description":"DataManager resources Collection.","properties":{"nextLink":{"description":"Link for the next set of data stores.","type":"string"},"value":{"description":"List of data manager resources.","items":{"$ref":"#/components/schemas/DataManager"},"type":"array"}},"type":"object"},"DataManagerUpdateParameter":{"description":"The DataManagerUpdateParameter.","properties":{"sku":{"$ref":"#/components/schemas/Sku"},"tags":{"additionalProperties":{"type":"string"},"description":"The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource\r\n(across resource groups).","type":"object"}},"type":"object"},"DataService":{"allOf":[{"$ref":"#/components/schemas/DmsBaseObject"}],"description":"Data Service.","properties":{"properties":{"$ref":"#/components/schemas/DataServiceProperties"}},"required":["properties"],"type":"object"},"DataServiceList":{"description":"Data Service Collection.","properties":{"nextLink":{"description":"Link for the next set of data services.","type":"string"},"value":{"description":"List of data services.","items":{"$ref":"#/components/schemas/DataService"},"type":"array"}},"type":"object"},"DataServiceProperties":{"description":"Data Service properties.","properties":{"state":{"description":"State of the data service.","enum":["Disabled","Enabled","Supported"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"State"}},"supportedDataSinkTypes":{"description":"Supported data store types which can be used as a sink.","items":{"type":"string"},"type":"array"},"supportedDataSourceTypes":{"description":"Supported data store types which can be used as a source.","items":{"type":"string"},"type":"array"}},"required":["state"],"type":"object"},"DataStore":{"allOf":[{"$ref":"#/components/schemas/DmsBaseObject"}],"description":"Data store.","properties":{"properties":{"$ref":"#/components/schemas/DataStoreProperties"}},"required":["properties"],"type":"object"},"DataStoreFilter":{"description":"Contains the information about the filters for the DataStore.","properties":{"dataStoreTypeId":{"description":"The data store type id.","type":"string"}},"type":"object"},"DataStoreList":{"description":"Data Store Collection.","properties":{"nextLink":{"description":"Link for the next set of data stores.","type":"string"},"value":{"description":"List of data stores.","items":{"$ref":"#/components/schemas/DataStore"},"type":"array"}},"type":"object"},"DataStoreProperties":{"description":"Data Store for sources and sinks","properties":{"customerSecrets":{"description":"List of customer secrets containing a key identifier and key value. The key identifier is a way for the specific data source to understand the key. Value contains customer secret encrypted by the encryptionKeys.","items":{"$ref":"#/components/schemas/CustomerSecret"},"type":"array"},"dataStoreTypeId":{"description":"The arm id of the data store type.","type":"string"},"extendedProperties":{"description":"A generic json used differently by each data source type.","type":"object"},"repositoryId":{"description":"Arm Id for the manager resource to which the data source is associated. This is optional.","type":"string"},"state":{"description":"State of the data source.","enum":["Disabled","Enabled","Supported"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"State"}}},"required":["state","dataStoreTypeId"],"type":"object"},"DataStoreType":{"allOf":[{"$ref":"#/components/schemas/DmsBaseObject"}],"description":"Data Store Type.","properties":{"properties":{"$ref":"#/components/schemas/DataStoreTypeProperties"}},"required":["properties"],"type":"object"},"DataStoreTypeList":{"description":"Data Store Type Collection.","properties":{"nextLink":{"description":"Link for the next set of data store types.","type":"string"},"value":{"description":"List of DataStoreType.","items":{"$ref":"#/components/schemas/DataStoreType"},"type":"array"}},"type":"object"},"DataStoreTypeProperties":{"description":"Data Store Type properties.","properties":{"repositoryType":{"description":"Arm type for the manager resource to which the data source type is associated. This is optional.","type":"string"},"state":{"description":"State of the data store type.","enum":["Disabled","Enabled","Supported"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"State"}},"supportedDataServicesAsSink":{"description":"Supported data services where it can be used as a sink.","items":{"type":"string"},"type":"array"},"supportedDataServicesAsSource":{"description":"Supported data services where it can be used as a source.","items":{"type":"string"},"type":"array"}},"required":["state"],"type":"object"},"DmsBaseObject":{"description":"Base class for all objects under DataManager Service","properties":{"id":{"description":"Id of the object.","readOnly":true,"type":"string"},"name":{"description":"Name of the object.","readOnly":true,"type":"string"},"type":{"description":"Type of the object.","readOnly":true,"type":"string"}},"type":"object"},"Error":{"description":"Top level error for the job.","properties":{"code":{"description":"Error code that can be used to programmatically identify the error.","type":"string"},"message":{"description":"Describes the error in detail and provides debugging information.","type":"string"}},"required":["code"],"type":"object"},"ErrorDetails":{"description":"Error Details","properties":{"errorCode":{"description":"Error code.","format":"int32","type":"integer"},"errorMessage":{"description":"Error message.","type":"string"},"exceptionMessage":{"description":"Contains the non localized exception message","type":"string"},"recommendedAction":{"description":"Recommended action for the error.","type":"string"}},"type":"object"},"Job":{"allOf":[{"$ref":"#/components/schemas/DmsBaseObject"}],"description":"Data service job.","properties":{"endTime":{"description":"Time at which the job ended in UTC ISO 8601 format.","format":"date-time","type":"string"},"error":{"$ref":"#/components/schemas/Error"},"properties":{"$ref":"#/components/schemas/JobProperties"},"startTime":{"description":"Time at which the job was started in UTC ISO 8601 format.","format":"date-time","type":"string"},"status":{"description":"Status of the job.","enum":["None","InProgress","Succeeded","WaitingForAction","Failed","Cancelled","Cancelling"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"JobStatus"}}},"required":["status","startTime","properties"],"type":"object"},"JobDefinition":{"allOf":[{"$ref":"#/components/schemas/DmsBaseObject"}],"description":"Job Definition.","properties":{"properties":{"$ref":"#/components/schemas/JobDefinitionProperties"}},"required":["properties"],"type":"object"},"JobDefinitionFilter":{"description":"Contains the supported job definition filters.","properties":{"dataSource":{"description":"The data source associated with the job definition","type":"string"},"lastModified":{"description":"The last modified date time of the data source.","format":"date-time","type":"string"},"state":{"description":"The state of the job definition.","enum":["Disabled","Enabled","Supported"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"State"}}},"required":["state"],"type":"object"},"JobDefinitionList":{"description":"Job Definition Collection.","properties":{"nextLink":{"description":"Link for the next set of job definitions.","type":"string"},"value":{"description":"List of job definitions.","items":{"$ref":"#/components/schemas/JobDefinition"},"type":"array"}},"type":"object"},"JobDefinitionProperties":{"description":"Job Definition","properties":{"customerSecrets":{"description":"List of customer secrets containing a key identifier and key value. The key identifier is a way for the specific data source to understand the key. Value contains customer secret encrypted by the encryptionKeys.","items":{"$ref":"#/components/schemas/CustomerSecret"},"type":"array"},"dataServiceInput":{"description":"A generic json used differently by each data service type.","type":"object"},"dataSinkId":{"description":"Data Sink Id associated to the job definition.","type":"string"},"dataSourceId":{"description":"Data Source Id associated to the job definition.","type":"string"},"lastModifiedTime":{"description":"Last modified time of the job definition.","format":"date-time","type":"string"},"runLocation":{"description":"This is the preferred geo location for the job to run.","enum":["none","australiaeast","australiasoutheast","brazilsouth","canadacentral","canadaeast","centralindia","centralus","eastasia","eastus","eastus2","japaneast","japanwest","koreacentral","koreasouth","southeastasia","southcentralus","southindia","northcentralus","northeurope","uksouth","ukwest","westcentralus","westeurope","westindia","westus","westus2"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"RunLocation"}},"schedules":{"description":"Schedule for running the job definition","items":{"$ref":"#/components/schemas/Schedule"},"type":"array"},"state":{"description":"State of the job definition.","enum":["Disabled","Enabled","Supported"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"State"}},"userConfirmation":{"default":"NotRequired","description":"Enum to detect if user confirmation is required. If not passed will default to NotRequired.","enum":["NotRequired","Required"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"UserConfirmation"}}},"required":["dataSourceId","dataSinkId","state"],"type":"object"},"JobDetails":{"description":"Job details.","properties":{"errorDetails":{"description":"Error details for failure. This is optional.","items":{"$ref":"#/components/schemas/ErrorDetails"},"type":"array"},"itemDetailsLink":{"description":"Item Details Link to download files or see details","type":"string"},"jobDefinition":{"$ref":"#/components/schemas/JobDefinition"},"jobStages":{"description":"List of stages that ran in the job","items":{"$ref":"#/components/schemas/JobStages"},"type":"array"}},"type":"object"},"JobFilter":{"description":"Contains the information about the filters for the job.","properties":{"startTime":{"description":"The start time of the job.","format":"date-time","type":"string"},"status":{"description":"The status of the job.","enum":["None","InProgress","Succeeded","WaitingForAction","Failed","Cancelled","Cancelling"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"JobStatus"}}},"required":["status"],"type":"object"},"JobList":{"description":"Job Collection.","properties":{"nextLink":{"description":"Link for the next set of jobs.","type":"string"},"value":{"description":"List of jobs.","items":{"$ref":"#/components/schemas/Job"},"type":"array"}},"type":"object"},"JobProperties":{"description":"Job Properties","properties":{"bytesProcessed":{"description":"Number of bytes processed by the job as of now.","format":"int64","type":"integer"},"dataSinkName":{"description":"Name of the data sink on which the job was triggered.","type":"string"},"dataSourceName":{"description":"Name of the data source on which the job was triggered.","type":"string"},"details":{"$ref":"#/components/schemas/JobDetails"},"isCancellable":{"description":"Describes whether the job is cancellable.","enum":["NotCancellable","Cancellable"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"IsJobCancellable"}},"itemsProcessed":{"description":"Number of items processed by the job as of now","format":"int64","type":"integer"},"totalBytesToProcess":{"description":"Number of bytes to be processed by the job in total.","format":"int64","type":"integer"},"totalItemsToProcess":{"description":"Number of items to be processed by the job in total","format":"int64","type":"integer"}},"required":["isCancellable"],"type":"object"},"JobStages":{"description":"Job stages.","properties":{"errorDetails":{"description":"Error details for the stage. This is optional","items":{"$ref":"#/components/schemas/ErrorDetails"},"type":"array"},"jobStageDetails":{"description":"Job Stage Details","type":"object"},"stageName":{"description":"Name of the job stage.","type":"string"},"stageStatus":{"description":"Status of the job stage.","enum":["None","InProgress","Succeeded","WaitingForAction","Failed","Cancelled","Cancelling"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"JobStatus"}}},"required":["stageStatus"],"type":"object"},"Key":{"description":"Encryption Key.","properties":{"encryptionChunkSizeInBytes":{"description":"The maximum byte size that can be encrypted by the key. For a key size larger than the size, break into chunks and encrypt each chunk, append each encrypted chunk with : to mark the end of the chunk.","format":"int32","type":"integer"},"keyExponent":{"description":"Exponent of the encryption key.","type":"string"},"keyModulus":{"description":"Modulus of the encryption key.","type":"string"}},"required":["keyModulus","keyExponent","encryptionChunkSizeInBytes"],"type":"object"},"PublicKey":{"allOf":[{"$ref":"#/components/schemas/DmsBaseObject"}],"description":"Public key","properties":{"properties":{"$ref":"#/components/schemas/PublicKeyProperties"}},"required":["properties"],"type":"object"},"PublicKeyList":{"description":"PublicKey Collection","properties":{"nextLink":{"description":"Link for the next set of public keys.","type":"string"},"value":{"description":"List of public keys.","items":{"$ref":"#/components/schemas/PublicKey"},"type":"array"}},"type":"object"},"PublicKeyProperties":{"description":"PublicKey Properties","properties":{"dataServiceLevel1Key":{"$ref":"#/components/schemas/Key"},"dataServiceLevel2Key":{"$ref":"#/components/schemas/Key"}},"required":["dataServiceLevel1Key","dataServiceLevel2Key"],"type":"object"},"Resource":{"description":"Model of the Resource.","properties":{"id":{"description":"The Resource Id.","readOnly":true,"type":"string"},"location":{"description":"The location of the resource. This will be one of the supported and registered Azure Geo Regions (e.g. West US, East\r\nUS, Southeast Asia, etc.). The geo region of a resource cannot be changed once it is created, but if an identical geo\r\nregion is specified on update the request will succeed.","type":"string","x-ms-mutability":["read","create"]},"name":{"description":"The Resource Name.","readOnly":true,"type":"string"},"sku":{"$ref":"#/components/schemas/Sku"},"tags":{"additionalProperties":{"type":"string"},"description":"The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource\r\n(across resource groups).","type":"object"},"type":{"description":"The Resource type.","readOnly":true,"type":"string"}},"required":["location"],"type":"object","x-ms-azure-resource":true},"RunParameters":{"description":"Run parameters for a job.","properties":{"customerSecrets":{"description":"List of customer secrets containing a key identifier and key value. The key identifier is a way for the specific data source to understand the key. Value contains customer secret encrypted by the encryptionKeys.","items":{"$ref":"#/components/schemas/CustomerSecret"},"type":"array"},"dataServiceInput":{"description":"A generic json used differently by each data service type.","type":"object"},"userConfirmation":{"default":"NotRequired","description":"Enum to detect if user confirmation is required. If not passed will default to NotRequired.","enum":["NotRequired","Required"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"UserConfirmation"}}},"type":"object"},"Schedule":{"description":"Schedule for the job run.","properties":{"name":{"description":"Name of the schedule.","type":"string"},"policyList":{"description":"A list of repetition intervals in ISO 8601 format.","items":{"type":"string"},"type":"array"}},"type":"object"},"Sku":{"description":"The sku type.","properties":{"name":{"description":"The sku name. Required for data manager creation, optional for update.","type":"string"},"tier":{"description":"The sku tier. This is based on the SKU name.","type":"string"}},"type":"object"}}}}