{"openapi":"3.0.0","info":{"description":"Creates a Microsoft.DataShare management client.","title":"DataShareManagementClient","version":"2019-11-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/datashare/resource-manager/Microsoft.DataShare/stable/2019-11-01/DataShare.json","version":"2.0"}],"x-preferred":true,"x-providerName":"azure.com","x-serviceName":"datashare-DataShare","x-tags":["Azure","Microsoft"]},"security":[{"azure_auth":["user_impersonation"]}],"tags":[],"paths":{"/providers/Microsoft.DataShare/ListInvitations":{"get":{"description":"Lists invitations","operationId":"ConsumerInvitations_ListInvitations","parameters":[{"$ref":"#/components/parameters/api-version"},{"description":"The continuation token","in":"query","name":"$skipToken","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConsumerInvitationList"},"examples":{"ConsumerInvitations_ListInvitations":{"$ref":"#/components/examples/ConsumerInvitations_ListInvitations"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"List the invitations","tags":["ConsumerInvitation"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/providers/Microsoft.DataShare/locations/{location}/RejectInvitation":{"post":{"description":"Reject an invitation","operationId":"ConsumerInvitations_RejectInvitation","parameters":[{"description":"Location of the invitation","in":"path","name":"location","required":true,"schema":{"type":"string"},"examples":{"ConsumerInvitations_RejectInvitation":{"value":"East US 2"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConsumerInvitation"}}},"description":"An invitation payload","required":true},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConsumerInvitation"},"examples":{"ConsumerInvitations_RejectInvitation":{"$ref":"#/components/examples/ConsumerInvitations_RejectInvitation"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Rejects the invitation identified by invitationId","tags":["ConsumerInvitation"]}},"/providers/Microsoft.DataShare/locations/{location}/consumerInvitations/{invitationId}":{"get":{"description":"Get an invitation","operationId":"ConsumerInvitations_Get","parameters":[{"description":"Location of the invitation","in":"path","name":"location","required":true,"schema":{"type":"string"},"examples":{"ConsumerInvitations_Get":{"value":"East US 2"}}},{"description":"An invitation id","in":"path","name":"invitationId","required":true,"schema":{"type":"string"},"examples":{"ConsumerInvitations_Get":{"value":"dfbbc788-19eb-4607-a5a1-c74181bfff03"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConsumerInvitation"},"examples":{"ConsumerInvitations_Get":{"$ref":"#/components/examples/ConsumerInvitations_Get"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Gets the invitation identified by invitationId","tags":["ConsumerInvitation"]}},"/providers/Microsoft.DataShare/operations":{"get":{"description":"List of available operations","operationId":"Operations_List","parameters":[{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationList"},"examples":{"Operations_List":{"$ref":"#/components/examples/Operations_List"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Lists the available operations","tags":["Operation"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/providers/Microsoft.DataShare/accounts":{"get":{"description":"List Accounts in Subscription","operationId":"Accounts_ListBySubscription","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/api-version"},{"description":"Continuation token","in":"query","name":"$skipToken","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountList"},"examples":{"Accounts_ListBySubscription":{"$ref":"#/components/examples/Accounts_ListBySubscription"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"List Accounts in a subscription","tags":["Account"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts":{"get":{"description":"List Accounts in ResourceGroup","operationId":"Accounts_ListByResourceGroup","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/api-version"},{"description":"Continuation token","in":"query","name":"$skipToken","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountList"},"examples":{"Accounts_ListByResourceGroup":{"$ref":"#/components/examples/Accounts_ListByResourceGroup"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"List Accounts in a resource group","tags":["Account"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}":{"delete":{"description":"DeleteAccount","operationId":"Accounts_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationResponse"},"examples":{"Accounts_Delete":{"$ref":"#/components/examples/Accounts_Delete"}}}}},"202":{"description":"Accepted"},"204":{"description":"Success"},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Delete an account","tags":["Account"],"x-ms-long-running-operation":true},"get":{"description":"Get an account","operationId":"Accounts_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Account"},"examples":{"Accounts_Get":{"$ref":"#/components/examples/Accounts_Get"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Get an account under a resource group","tags":["Account"]},"patch":{"description":"Patch an account","operationId":"Accounts_Update","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountUpdateParameters"}}},"description":"The account update parameters.","required":true},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Account"},"examples":{"Accounts_Update":{"$ref":"#/components/examples/Accounts_Update"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Patch a given account","tags":["Account"]},"put":{"description":"Create an account","operationId":"Accounts_Create","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Account"}}},"description":"The account payload.","required":true},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Account"},"examples":{"Accounts_Create":{"$ref":"#/components/examples/Accounts_Create"}}}}},"201":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Account"},"examples":{"Accounts_Create":{"$ref":"#/components/examples/Accounts_Create"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Create an account in the given resource group","tags":["Account"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions":{"get":{"description":"List share subscriptions in an account","operationId":"ShareSubscriptions_ListByAccount","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"$ref":"#/components/parameters/api-version"},{"description":"Continuation Token","in":"query","name":"$skipToken","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ShareSubscriptionList"},"examples":{"ShareSubscriptions_ListByAccount":{"$ref":"#/components/examples/ShareSubscriptions_ListByAccount"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"List of available share subscriptions under an account.","tags":["ShareSubscription"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}":{"delete":{"description":"Delete a shareSubscription in an account","operationId":"ShareSubscriptions_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the shareSubscription.","in":"path","name":"shareSubscriptionName","required":true,"schema":{"type":"string"},"examples":{"ShareSubscriptions_Delete":{"value":"ShareSubscription1"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationResponse"},"examples":{"ShareSubscriptions_Delete":{"$ref":"#/components/examples/ShareSubscriptions_Delete"}}}}},"202":{"description":"Accepted"},"204":{"description":"Success"},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Delete shareSubscription in an account.","tags":["ShareSubscription"],"x-ms-long-running-operation":true},"get":{"description":"Get a shareSubscription in an account","operationId":"ShareSubscriptions_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the shareSubscription.","in":"path","name":"shareSubscriptionName","required":true,"schema":{"type":"string"},"examples":{"ShareSubscriptions_Get":{"value":"ShareSubscription1"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ShareSubscription"},"examples":{"ShareSubscriptions_Get":{"$ref":"#/components/examples/ShareSubscriptions_Get"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Get shareSubscription in an account.","tags":["ShareSubscription"]},"put":{"description":"Create a shareSubscription in an account","operationId":"ShareSubscriptions_Create","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the shareSubscription.","in":"path","name":"shareSubscriptionName","required":true,"schema":{"type":"string"},"examples":{"ShareSubscriptions_Create":{"value":"ShareSubscription1"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ShareSubscription"}}},"description":"create parameters for shareSubscription","required":true},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ShareSubscription"},"examples":{"ShareSubscriptions_Create":{"$ref":"#/components/examples/ShareSubscriptions_Create"}}}}},"201":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ShareSubscription"},"examples":{"ShareSubscriptions_Create":{"$ref":"#/components/examples/ShareSubscriptions_Create"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Create shareSubscription in an account.","tags":["ShareSubscription"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/ConsumerSourceDataSets":{"get":{"description":"Get source dataSets of a shareSubscription","operationId":"ConsumerSourceDataSets_ListByShareSubscription","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the shareSubscription.","in":"path","name":"shareSubscriptionName","required":true,"schema":{"type":"string"},"examples":{"ConsumerSourceDataSets_ListByShareSubscription":{"value":"Share1"}}},{"$ref":"#/components/parameters/api-version"},{"description":"Continuation token","in":"query","name":"$skipToken","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConsumerSourceDataSetList"},"examples":{"ConsumerSourceDataSets_ListByShareSubscription":{"$ref":"#/components/examples/ConsumerSourceDataSets_ListByShareSubscription"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Get source dataSets of a shareSubscription.","tags":["ShareSubscription"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/Synchronize":{"post":{"description":"Initiate a copy","operationId":"ShareSubscriptions_Synchronize","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of share subscription","in":"path","name":"shareSubscriptionName","required":true,"schema":{"type":"string"},"examples":{"ShareSubscriptions_Synchronize":{"value":"ShareSubscription1"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Synchronize"}}},"description":"Synchronize payload","required":true},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ShareSubscriptionSynchronization"},"examples":{"ShareSubscriptions_Synchronize":{"$ref":"#/components/examples/ShareSubscriptions_Synchronize"}}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ShareSubscriptionSynchronization"},"examples":{"ShareSubscriptions_Synchronize":{"$ref":"#/components/examples/ShareSubscriptions_Synchronize"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Initiate an asynchronous data share job","tags":["ShareSubscription"],"x-ms-long-running-operation":true,"x-ms-long-running-operation-options":{"final-state-via":"azure-async-operation"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/cancelSynchronization":{"post":{"description":"Request to cancel a synchronization.","operationId":"ShareSubscriptions_CancelSynchronization","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the shareSubscription.","in":"path","name":"shareSubscriptionName","required":true,"schema":{"type":"string"},"examples":{"ShareSubscriptions_CancelSynchronization":{"value":"ShareSubscription1"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"$ref":"#/components/requestBodies/ShareSubscriptionSynchronization"},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ShareSubscriptionSynchronization"},"examples":{"ShareSubscriptions_CancelSynchronization":{"$ref":"#/components/examples/ShareSubscriptions_CancelSynchronization"}}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ShareSubscriptionSynchronization"},"examples":{"ShareSubscriptions_CancelSynchronization":{"$ref":"#/components/examples/ShareSubscriptions_CancelSynchronization"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Request cancellation of a data share snapshot","tags":["ShareSubscription"],"x-ms-long-running-operation":true,"x-ms-long-running-operation-options":{"final-state-via":"azure-async-operation"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/dataSetMappings":{"get":{"description":"List DataSetMappings in a share subscription","operationId":"DataSetMappings_ListByShareSubscription","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share subscription.","in":"path","name":"shareSubscriptionName","required":true,"schema":{"type":"string"},"examples":{"DataSetMappings_ListByShareSubscription":{"value":"ShareSubscription1"}}},{"$ref":"#/components/parameters/api-version"},{"description":"Continuation token","in":"query","name":"$skipToken","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataSetMappingList"},"examples":{"DataSetMappings_ListByShareSubscription":{"$ref":"#/components/examples/DataSetMappings_ListByShareSubscription"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"List DataSetMappings in a share subscription.","tags":["DataSetMapping"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/dataSetMappings/{dataSetMappingName}":{"delete":{"description":"Delete a DataSetMapping in a shareSubscription","operationId":"DataSetMappings_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the shareSubscription.","in":"path","name":"shareSubscriptionName","required":true,"schema":{"type":"string"},"examples":{"DataSetMappings_Delete":{"value":"ShareSubscription1"}}},{"description":"The name of the dataSetMapping.","in":"path","name":"dataSetMappingName","required":true,"schema":{"type":"string"},"examples":{"DataSetMappings_Delete":{"value":"DatasetMapping1"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Success"},"204":{"description":"Success"},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Delete DataSetMapping in a shareSubscription.","tags":["DataSetMapping"]},"get":{"description":"Get a DataSetMapping in a shareSubscription","operationId":"DataSetMappings_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the shareSubscription.","in":"path","name":"shareSubscriptionName","required":true,"schema":{"type":"string"},"examples":{"DataSetMappings_Get":{"value":"ShareSubscription1"}}},{"description":"The name of the dataSetMapping.","in":"path","name":"dataSetMappingName","required":true,"schema":{"type":"string"},"examples":{"DataSetMappings_Get":{"value":"DatasetMapping1"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataSetMapping"},"examples":{"DataSetMappings_Get":{"$ref":"#/components/examples/DataSetMappings_Get"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Get DataSetMapping in a shareSubscription.","tags":["DataSetMapping"]},"put":{"description":"Create a DataSetMapping ","operationId":"DataSetMappings_Create","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share subscription which will hold the data set sink.","in":"path","name":"shareSubscriptionName","required":true,"schema":{"type":"string"},"examples":{"DataSetMappings_Create":{"value":"ShareSubscription1"},"DataSetMappings_SqlDB_Create":{"value":"ShareSubscription1"},"DataSetMappings_SqlDWDataSetToAdlsGen2File_Create":{"value":"ShareSubscription1"},"DataSetMappings_SqlDW_Create":{"value":"ShareSubscription1"}}},{"description":"The name of the data set mapping to be created.","in":"path","name":"dataSetMappingName","required":true,"schema":{"type":"string"},"examples":{"DataSetMappings_Create":{"value":"DatasetMapping1"},"DataSetMappings_SqlDB_Create":{"value":"DatasetMapping1"},"DataSetMappings_SqlDWDataSetToAdlsGen2File_Create":{"value":"DatasetMapping1"},"DataSetMappings_SqlDW_Create":{"value":"DatasetMapping1"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataSetMapping"}}},"description":"Destination data set configuration details.","required":true},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataSetMapping"},"examples":{"DataSetMappings_Create":{"$ref":"#/components/examples/DataSetMappings_Create"},"DataSetMappings_SqlDB_Create":{"$ref":"#/components/examples/DataSetMappings_SqlDB_Create"},"DataSetMappings_SqlDWDataSetToAdlsGen2File_Create":{"$ref":"#/components/examples/DataSetMappings_SqlDWDataSetToAdlsGen2File_Create"},"DataSetMappings_SqlDW_Create":{"$ref":"#/components/examples/DataSetMappings_SqlDW_Create"}}}}},"201":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataSetMapping"},"examples":{"DataSetMappings_Create":{"$ref":"#/components/examples/DataSetMappings_Create"},"DataSetMappings_SqlDB_Create":{"$ref":"#/components/examples/DataSetMappings_SqlDB_Create"},"DataSetMappings_SqlDWDataSetToAdlsGen2File_Create":{"$ref":"#/components/examples/DataSetMappings_SqlDWDataSetToAdlsGen2File_Create"},"DataSetMappings_SqlDW_Create":{"$ref":"#/components/examples/DataSetMappings_SqlDW_Create"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Maps a source data set in the source share to a sink data set in the share subscription.\r\nEnables copying the data set from source to destination.","tags":["DataSetMapping"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/listSourceShareSynchronizationSettings":{"post":{"description":"Get synchronization settings set on a share","operationId":"ShareSubscriptions_ListSourceShareSynchronizationSettings","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the shareSubscription.","in":"path","name":"shareSubscriptionName","required":true,"schema":{"type":"string"},"examples":{"ShareSubscriptions_ListSourceShareSynchronizationSettings":{"value":"ShareSub1"}}},{"$ref":"#/components/parameters/api-version"},{"description":"Continuation token","in":"query","name":"$skipToken","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SourceShareSynchronizationSettingList"},"examples":{"ShareSubscriptions_ListSourceShareSynchronizationSettings":{"$ref":"#/components/examples/ShareSubscriptions_ListSourceShareSynchronizationSettings"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Get source share synchronization settings for a shareSubscription.","tags":["ShareSubscription"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/listSynchronizationDetails":{"post":{"description":"List synchronization details","operationId":"ShareSubscriptions_ListSynchronizationDetails","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share subscription.","in":"path","name":"shareSubscriptionName","required":true,"schema":{"type":"string"},"examples":{"ShareSubscriptions_ListSynchronizationDetails":{"value":"ShareSub1"}}},{"$ref":"#/components/parameters/api-version"},{"description":"Continuation token","in":"query","name":"$skipToken","required":false,"schema":{"type":"string"}}],"requestBody":{"$ref":"#/components/requestBodies/ShareSubscriptionSynchronization"},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SynchronizationDetailsList"},"examples":{"ShareSubscriptions_ListSynchronizationDetails":{"$ref":"#/components/examples/ShareSubscriptions_ListSynchronizationDetails"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"List data set level details for a share subscription synchronization","tags":["ShareSubscription"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/listSynchronizations":{"post":{"description":"List synchronizations of a share subscription","operationId":"ShareSubscriptions_ListSynchronizations","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share subscription.","in":"path","name":"shareSubscriptionName","required":true,"schema":{"type":"string"},"examples":{"ShareSubscriptions_ListSynchronizations":{"value":"ShareSub1"}}},{"$ref":"#/components/parameters/api-version"},{"description":"Continuation token","in":"query","name":"$skipToken","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ShareSubscriptionSynchronizationList"},"examples":{"ShareSubscriptions_ListSynchronizations":{"$ref":"#/components/examples/ShareSubscriptions_ListSynchronizations"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"List Synchronizations in a share subscription.","tags":["ShareSubscription"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/triggers":{"get":{"description":"List Triggers in a share subscription","operationId":"Triggers_ListByShareSubscription","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share subscription.","in":"path","name":"shareSubscriptionName","required":true,"schema":{"type":"string"},"examples":{"Triggers_ListByShareSubscription":{"value":"ShareSubscription1"}}},{"$ref":"#/components/parameters/api-version"},{"description":"Continuation token","in":"query","name":"$skipToken","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TriggerList"},"examples":{"Triggers_ListByShareSubscription":{"$ref":"#/components/examples/Triggers_ListByShareSubscription"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"List Triggers in a share subscription.","tags":["Trigger"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/triggers/{triggerName}":{"delete":{"description":"Delete a Trigger in a shareSubscription","operationId":"Triggers_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the shareSubscription.","in":"path","name":"shareSubscriptionName","required":true,"schema":{"type":"string"},"examples":{"Triggers_Delete":{"value":"ShareSubscription1"}}},{"description":"The name of the trigger.","in":"path","name":"triggerName","required":true,"schema":{"type":"string"},"examples":{"Triggers_Delete":{"value":"Trigger1"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationResponse"},"examples":{"Triggers_Delete":{"$ref":"#/components/examples/Triggers_Delete"}}}}},"202":{"description":"Accepted"},"204":{"description":"Success"},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Delete Trigger in a shareSubscription.","tags":["Trigger"],"x-ms-long-running-operation":true},"get":{"description":"Get a Trigger in a shareSubscription","operationId":"Triggers_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the shareSubscription.","in":"path","name":"shareSubscriptionName","required":true,"schema":{"type":"string"},"examples":{"Triggers_Get":{"value":"ShareSubscription1"}}},{"description":"The name of the trigger.","in":"path","name":"triggerName","required":true,"schema":{"type":"string"},"examples":{"Triggers_Get":{"value":"Trigger1"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Trigger"},"examples":{"Triggers_Get":{"$ref":"#/components/examples/Triggers_Get"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Get Trigger in a shareSubscription.","tags":["Trigger"]},"put":{"description":"Create a Trigger ","operationId":"Triggers_Create","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share subscription which will hold the data set sink.","in":"path","name":"shareSubscriptionName","required":true,"schema":{"type":"string"},"examples":{"Triggers_Create":{"value":"ShareSubscription1"}}},{"description":"The name of the trigger.","in":"path","name":"triggerName","required":true,"schema":{"type":"string"},"examples":{"Triggers_Create":{"value":"Trigger1"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Trigger"}}},"description":"Trigger details.","required":true},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Trigger"},"examples":{"Triggers_Create":{"$ref":"#/components/examples/Triggers_Create"}}}}},"201":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Trigger"},"examples":{"Triggers_Create":{"$ref":"#/components/examples/Triggers_Create"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"This method creates a trigger for a share subscription","tags":["Trigger"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares":{"get":{"description":"List shares in an account","operationId":"Shares_ListByAccount","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"$ref":"#/components/parameters/api-version"},{"description":"Continuation Token","in":"query","name":"$skipToken","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ShareList"},"examples":{"Shares_ListByAccount":{"$ref":"#/components/examples/Shares_ListByAccount"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"List of available shares under an account.","tags":["Share"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}":{"delete":{"description":"Delete a share ","operationId":"Shares_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share.","in":"path","name":"shareName","required":true,"schema":{"type":"string"},"examples":{"Shares_Delete":{"value":"Share1"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationResponse"},"examples":{"Shares_Delete":{"$ref":"#/components/examples/Shares_Delete"}}}}},"202":{"description":"Accepted"},"204":{"description":"Success"},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Deletes a share","tags":["Share"],"x-ms-long-running-operation":true},"get":{"description":"Get a share ","operationId":"Shares_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share to retrieve.","in":"path","name":"shareName","required":true,"schema":{"type":"string"},"examples":{"Shares_Get":{"value":"Share1"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Share"},"examples":{"Shares_Get":{"$ref":"#/components/examples/Shares_Get"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Get a specified share","tags":["Share"]},"put":{"description":"Create a share ","operationId":"Shares_Create","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share.","in":"path","name":"shareName","required":true,"schema":{"type":"string"},"examples":{"Shares_Create":{"value":"Share1"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Share"}}},"description":"The share payload","required":true},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Share"},"examples":{"Shares_Create":{"$ref":"#/components/examples/Shares_Create"}}}}},"201":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Share"},"examples":{"Shares_Create":{"$ref":"#/components/examples/Shares_Create"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Create a share in the given account.","tags":["Share"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/dataSets":{"get":{"description":"List DataSets in a share","operationId":"DataSets_ListByShare","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share.","in":"path","name":"shareName","required":true,"schema":{"type":"string"},"examples":{"DataSets_ListByShare":{"value":"Share1"}}},{"$ref":"#/components/parameters/api-version"},{"description":"continuation token","in":"query","name":"$skipToken","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataSetList"},"examples":{"DataSets_ListByShare":{"$ref":"#/components/examples/DataSets_ListByShare"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"List DataSets in a share.","tags":["DataSet"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/dataSets/{dataSetName}":{"delete":{"description":"Delete a DataSet in a share","operationId":"DataSets_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share.","in":"path","name":"shareName","required":true,"schema":{"type":"string"},"examples":{"DataSets_Delete":{"value":"Share1"}}},{"description":"The name of the dataSet.","in":"path","name":"dataSetName","required":true,"schema":{"type":"string"},"examples":{"DataSets_Delete":{"value":"Dataset1"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Success"},"202":{"description":"Accepted"},"204":{"description":"Success"},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Delete DataSet in a share.","tags":["DataSet"],"x-ms-long-running-operation":true},"get":{"description":"Get a DataSet in a share","operationId":"DataSets_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share.","in":"path","name":"shareName","required":true,"schema":{"type":"string"},"examples":{"DataSets_Get":{"value":"Share1"}}},{"description":"The name of the dataSet.","in":"path","name":"dataSetName","required":true,"schema":{"type":"string"},"examples":{"DataSets_Get":{"value":"Dataset1"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataSet"},"examples":{"DataSets_Get":{"$ref":"#/components/examples/DataSets_Get"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Get DataSet in a share.","tags":["DataSet"]},"put":{"description":"Create a DataSet ","operationId":"DataSets_Create","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share to add the data set to.","in":"path","name":"shareName","required":true,"schema":{"type":"string"},"examples":{"DataSets_Create":{"value":"Share1"},"DataSets_KustoCluster_Create":{"value":"Share1"},"DataSets_KustoDatabase_Create":{"value":"Share1"},"DataSets_SqlDBTable_Create":{"value":"Share1"},"DataSets_SqlDWTable_Create":{"value":"Share1"}}},{"description":"The name of the dataSet.","in":"path","name":"dataSetName","required":true,"schema":{"type":"string"},"examples":{"DataSets_Create":{"value":"Dataset1"},"DataSets_KustoCluster_Create":{"value":"Dataset1"},"DataSets_KustoDatabase_Create":{"value":"Dataset1"},"DataSets_SqlDBTable_Create":{"value":"Dataset1"},"DataSets_SqlDWTable_Create":{"value":"Dataset1"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataSet"}}},"description":"The new data set information.","required":true},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataSet"},"examples":{"DataSets_Create":{"$ref":"#/components/examples/DataSets_Create"},"DataSets_KustoCluster_Create":{"$ref":"#/components/examples/DataSets_KustoCluster_Create"},"DataSets_KustoDatabase_Create":{"$ref":"#/components/examples/DataSets_KustoDatabase_Create"},"DataSets_SqlDBTable_Create":{"$ref":"#/components/examples/DataSets_SqlDBTable_Create"},"DataSets_SqlDWTable_Create":{"$ref":"#/components/examples/DataSets_SqlDWTable_Create"}}}}},"201":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataSet"},"examples":{"DataSets_Create":{"$ref":"#/components/examples/DataSets_Create"},"DataSets_KustoCluster_Create":{"$ref":"#/components/examples/DataSets_KustoCluster_Create"},"DataSets_KustoDatabase_Create":{"$ref":"#/components/examples/DataSets_KustoDatabase_Create"},"DataSets_SqlDBTable_Create":{"$ref":"#/components/examples/DataSets_SqlDBTable_Create"},"DataSets_SqlDWTable_Create":{"$ref":"#/components/examples/DataSets_SqlDWTable_Create"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Adds a new data set to an existing share or updates it if existing.","tags":["DataSet"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/invitations":{"get":{"description":"List invitations in a share","operationId":"Invitations_ListByShare","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share.","in":"path","name":"shareName","required":true,"schema":{"type":"string"},"examples":{"Invitations_ListByShare":{"value":"Share1"}}},{"$ref":"#/components/parameters/api-version"},{"description":"The continuation token","in":"query","name":"$skipToken","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvitationList"},"examples":{"Invitations_ListByShare":{"$ref":"#/components/examples/Invitations_ListByShare"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"List all Invitations in a share.","tags":["Invitation"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/invitations/{invitationName}":{"delete":{"description":"Delete an invitation in a share","operationId":"Invitations_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share.","in":"path","name":"shareName","required":true,"schema":{"type":"string"},"examples":{"Invitations_Delete":{"value":"Share1"}}},{"description":"The name of the invitation.","in":"path","name":"invitationName","required":true,"schema":{"type":"string"},"examples":{"Invitations_Delete":{"value":"Invitation1"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Success"},"204":{"description":"Success"},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Delete Invitation in a share.","tags":["Invitation"]},"get":{"description":"Get an invitation in a share","operationId":"Invitations_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share.","in":"path","name":"shareName","required":true,"schema":{"type":"string"},"examples":{"Invitations_Get":{"value":"Share1"}}},{"description":"The name of the invitation.","in":"path","name":"invitationName","required":true,"schema":{"type":"string"},"examples":{"Invitations_Get":{"value":"Invitation1"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Invitation"},"examples":{"Invitations_Get":{"$ref":"#/components/examples/Invitations_Get"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Get Invitation in a share.","tags":["Invitation"]},"put":{"description":"Create an invitation ","operationId":"Invitations_Create","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share to send the invitation for.","in":"path","name":"shareName","required":true,"schema":{"type":"string"},"examples":{"Invitations_Create":{"value":"Share1"}}},{"description":"The name of the invitation.","in":"path","name":"invitationName","required":true,"schema":{"type":"string"},"examples":{"Invitations_Create":{"value":"Invitation1"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Invitation"}}},"description":"Invitation details.","required":true},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Invitation"},"examples":{"Invitations_Create":{"$ref":"#/components/examples/Invitations_Create"}}}}},"201":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Invitation"},"examples":{"Invitations_Create":{"$ref":"#/components/examples/Invitations_Create"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Sends a new invitation to a recipient to access a share.","tags":["Invitation"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/listSynchronizationDetails":{"post":{"description":"List synchronization details","operationId":"Shares_ListSynchronizationDetails","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share.","in":"path","name":"shareName","required":true,"schema":{"type":"string"},"examples":{"Shares_ListSynchronizationDetails":{"value":"Share1"}}},{"$ref":"#/components/parameters/api-version"},{"description":"Continuation token","in":"query","name":"$skipToken","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ShareSynchronization"}}},"description":"Share Synchronization payload.","required":true},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SynchronizationDetailsList"},"examples":{"Shares_ListSynchronizationDetails":{"$ref":"#/components/examples/Shares_ListSynchronizationDetails"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"List data set level details for a share synchronization","tags":["Share"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/listSynchronizations":{"post":{"description":"List synchronizations of a share","operationId":"Shares_ListSynchronizations","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share.","in":"path","name":"shareName","required":true,"schema":{"type":"string"},"examples":{"Shares_ListSynchronizations":{"value":"Share1"}}},{"$ref":"#/components/parameters/api-version"},{"description":"Continuation token","in":"query","name":"$skipToken","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ShareSynchronizationList"},"examples":{"Shares_ListSynchronizations":{"$ref":"#/components/examples/Shares_ListSynchronizations"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"List Synchronizations in a share","tags":["Share"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/providerShareSubscriptions":{"get":{"description":"List share subscriptions in a provider share","operationId":"ProviderShareSubscriptions_ListByShare","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share.","in":"path","name":"shareName","required":true,"schema":{"type":"string"},"examples":{"ProviderShareSubscriptions_ListByShare":{"value":"Share1"}}},{"$ref":"#/components/parameters/api-version"},{"description":"Continuation Token","in":"query","name":"$skipToken","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProviderShareSubscriptionList"},"examples":{"ProviderShareSubscriptions_ListByShare":{"$ref":"#/components/examples/ProviderShareSubscriptions_ListByShare"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"List of available share subscriptions to a provider share.","tags":["Share"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/providerShareSubscriptions/{providerShareSubscriptionId}":{"get":{"description":"Get share subscription in a provider share","operationId":"ProviderShareSubscriptions_GetByShare","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share.","in":"path","name":"shareName","required":true,"schema":{"type":"string"},"examples":{"ProviderShareSubscriptions_GetByShare":{"value":"Share1"}}},{"description":"To locate shareSubscription","in":"path","name":"providerShareSubscriptionId","required":true,"schema":{"type":"string"},"examples":{"ProviderShareSubscriptions_GetByShare":{"value":"d5496da4-9c52-402f-b067-83cc9ddea888"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProviderShareSubscription"},"examples":{"ProviderShareSubscriptions_GetByShare":{"$ref":"#/components/examples/ProviderShareSubscriptions_GetByShare"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Get share subscription in a provider share.","tags":["Share"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/providerShareSubscriptions/{providerShareSubscriptionId}/reinstate":{"post":{"description":"Reinstate share subscription in a provider share","operationId":"ProviderShareSubscriptions_Reinstate","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share.","in":"path","name":"shareName","required":true,"schema":{"type":"string"},"examples":{"ProviderShareSubscriptions_Reinstate":{"value":"Share1"}}},{"description":"To locate shareSubscription","in":"path","name":"providerShareSubscriptionId","required":true,"schema":{"type":"string"},"examples":{"ProviderShareSubscriptions_Reinstate":{"value":"d5496da4-9c52-402f-b067-83cc9ddea888"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProviderShareSubscription"},"examples":{"ProviderShareSubscriptions_Reinstate":{"$ref":"#/components/examples/ProviderShareSubscriptions_Reinstate"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Reinstate share subscription in a provider share.","tags":["Share"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/providerShareSubscriptions/{providerShareSubscriptionId}/revoke":{"post":{"description":"Revoke share subscription in a provider share","operationId":"ProviderShareSubscriptions_Revoke","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share.","in":"path","name":"shareName","required":true,"schema":{"type":"string"},"examples":{"ProviderShareSubscriptions_Revoke":{"value":"Share1"}}},{"description":"To locate shareSubscription","in":"path","name":"providerShareSubscriptionId","required":true,"schema":{"type":"string"},"examples":{"ProviderShareSubscriptions_Revoke":{"value":"d5496da4-9c52-402f-b067-83cc9ddea888"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProviderShareSubscription"},"examples":{"ProviderShareSubscriptions_Revoke":{"$ref":"#/components/examples/ProviderShareSubscriptions_Revoke"}}}}},"202":{"description":"Accepted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProviderShareSubscription"},"examples":{"ProviderShareSubscriptions_Revoke":{"$ref":"#/components/examples/ProviderShareSubscriptions_Revoke"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Revoke share subscription in a provider share.","tags":["Share"],"x-ms-long-running-operation":true,"x-ms-long-running-operation-options":{"final-state-via":"azure-async-operation"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/synchronizationSettings":{"get":{"description":"List synchronizationSettings in a share","operationId":"SynchronizationSettings_ListByShare","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share.","in":"path","name":"shareName","required":true,"schema":{"type":"string"},"examples":{"SynchronizationSettings_ListByShare":{"value":"Share1"}}},{"$ref":"#/components/parameters/api-version"},{"description":"continuation token","in":"query","name":"$skipToken","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SynchronizationSettingList"},"examples":{"SynchronizationSettings_ListByShare":{"$ref":"#/components/examples/SynchronizationSettings_ListByShare"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"List synchronizationSettings in a share.","tags":["SynchronizationSetting"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/synchronizationSettings/{synchronizationSettingName}":{"delete":{"description":"Delete a synchronizationSetting in a share","operationId":"SynchronizationSettings_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share.","in":"path","name":"shareName","required":true,"schema":{"type":"string"},"examples":{"SynchronizationSettings_Delete":{"value":"Share1"}}},{"description":"The name of the synchronizationSetting .","in":"path","name":"synchronizationSettingName","required":true,"schema":{"type":"string"},"examples":{"SynchronizationSettings_Delete":{"value":"SyncrhonizationSetting1"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationResponse"},"examples":{"SynchronizationSettings_Delete":{"$ref":"#/components/examples/SynchronizationSettings_Delete"}}}}},"202":{"description":"Accepted"},"204":{"description":"Success"},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Delete synchronizationSetting in a share.","tags":["SynchronizationSetting"],"x-ms-long-running-operation":true},"get":{"description":"Get a synchronizationSetting in a share","operationId":"SynchronizationSettings_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share.","in":"path","name":"shareName","required":true,"schema":{"type":"string"},"examples":{"SynchronizationSettings_Get":{"value":"Share1"}}},{"description":"The name of the synchronizationSetting.","in":"path","name":"synchronizationSettingName","required":true,"schema":{"type":"string"},"examples":{"SynchronizationSettings_Get":{"value":"SyncrhonizationSetting1"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SynchronizationSetting"},"examples":{"SynchronizationSettings_Get":{"$ref":"#/components/examples/SynchronizationSettings_Get"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Get synchronizationSetting in a share.","tags":["SynchronizationSetting"]},"put":{"description":"Create or update a synchronizationSetting ","operationId":"SynchronizationSettings_Create","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/accountName"},{"description":"The name of the share to add the synchronization setting to.","in":"path","name":"shareName","required":true,"schema":{"type":"string"},"examples":{"SynchronizationSettings_Create":{"value":"Share1"}}},{"description":"The name of the synchronizationSetting.","in":"path","name":"synchronizationSettingName","required":true,"schema":{"type":"string"},"examples":{"SynchronizationSettings_Create":{"value":"Dataset1"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SynchronizationSetting"}}},"description":"The new synchronization setting information.","required":true},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SynchronizationSetting"},"examples":{"SynchronizationSettings_Create":{"$ref":"#/components/examples/SynchronizationSettings_Create"}}}}},"201":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SynchronizationSetting"},"examples":{"SynchronizationSettings_Create":{"$ref":"#/components/examples/SynchronizationSettings_Create"}}}}},"default":{"description":"An error response received from the Microsoft.DataShare resource provider.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataShareError"}}}}},"summary":"Adds a new synchronization setting to an existing share or updates it if existing.","tags":["SynchronizationSetting"]}}},"servers":[{"url":"https://management.azure.com"}],"components":{"examples":{"ConsumerInvitations_ListInvitations":{"value":{"value":[{"id":"providers/Microsoft.DataShare/consumerInvitations/4256e2cf-0f82-4865-961b-12f83333f487","name":"invitation1","properties":{"dataSetCount":1,"description":"Some share","invitationId":"4256e2cf-0f82-4865-961b-12f83333f487","invitationStatus":"Accepted","location":"eastus2","providerEmail":"john.smith@microsoft.com","providerName":"John Smith","providerTenantName":"microsoft","respondedAt":"2019-01-15T02:01:51.8953054Z","sentAt":"2019-01-15T01:45:25.6226946Z","shareName":"share1","termsOfUse":"Confidential"},"type":"Microsoft.DataShare/consumerInvitations"}]}},"ConsumerInvitations_RejectInvitation":{"value":{"id":"providers/Microsoft.DataShare/consumerInvitations/4256e2cf-0f82-4865-961b-12f83333f487","name":"invitation1","properties":{"dataSetCount":1,"description":"Some share","invitationId":"4256e2cf-0f82-4865-961b-12f83333f487","invitationStatus":"Rejected","location":"eastus2","providerEmail":"john.smith@microsoft.com","providerName":"John Smith","providerTenantName":"microsoft","respondedAt":"2019-01-15T02:01:51.8953054Z","sentAt":"2019-01-15T01:45:25.6226946Z","shareName":"share1","termsOfUse":"Confidential"},"type":"Microsoft.DataShare/consumerInvitations"}},"ConsumerInvitations_Get":{"value":{"id":"providers/Microsoft.DataShare/consumerInvitations/4256e2cf-0f82-4865-961b-12f83333f487","name":"invitation1","properties":{"dataSetCount":1,"description":"Some share","invitationId":"4256e2cf-0f82-4865-961b-12f83333f487","invitationStatus":"Accepted","location":"eastus2","providerEmail":"john.smith@microsoft.com","providerName":"John Smith","providerTenantName":"Microsoft","respondedAt":"2019-01-15T02:01:51.8953054Z","sentAt":"2019-01-15T01:45:25.6226946Z","shareName":"share1","termsOfUse":"Confidential"},"type":"Microsoft.DataShare/consumerInvitations"}},"Operations_List":{"value":{"value":[{"display":{"description":"Reads all available operations in Data Share Resource Provider.","operation":"Read all operations","provider":"Microsoft Data Share","resource":"Data Share Resource Provider"},"name":"Microsoft.DataShare/operations/read"},{"display":{"description":"Register the subscription for the Data Share Resource Provider.","operation":"Register Data Share Resource Provider","provider":"Microsoft Data Share","resource":"Data Share Resource Provider"},"name":"Microsoft.DataShare/register/action"},{"display":{"description":"Unregister the subscription for the Data Share Resource Provider.","operation":"Unregister Data Share Resource Provider","provider":"Microsoft Data Share","resource":"Data Share Resource Provider"},"name":"Microsoft.DataShare/unregister/action"}]}},"Accounts_ListBySubscription":{"value":{"value":[{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1","identity":{"type":"SystemAssigned"},"location":"West US 2","name":"Account1","properties":{"createdAt":"2018-11-14T04:47:52.9614956Z","userEmail":"johnsmith@microsoft.com","userName":"John Smith"},"tags":{"tag1":"Red","tag2":"White"},"type":"Microsoft.DataShare/Accounts"},{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account2","identity":{"type":"SystemAssigned"},"location":"East US 2","name":"Account2","properties":{"createdAt":"2018-11-14T04:47:52.9614956Z","userEmail":"johnsmith@microsoft.com","userName":"John Smith"},"type":"Microsoft.DataShare/Accounts"}]}},"Accounts_ListByResourceGroup":{"value":{"value":[{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1","identity":{"type":"SystemAssigned"},"location":"West US 2","name":"Account1","properties":{"createdAt":"2018-11-14T04:47:52.9614956Z","userEmail":"johnsmith@microsoft.com","userName":"John Smith,"},"tags":{"tag1":"Red","tag2":"White"},"type":"Microsoft.DataShare/Accounts"},{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account2","identity":{"type":"SystemAssigned"},"location":"East US 2","name":"Account2","properties":{"createdAt":"2018-11-14T04:47:52.9614956Z","userEmail":"johnsmith@microsoft.com","userName":"John Smith,"},"type":"Microsoft.DataShare/Accounts"}]}},"Accounts_Delete":{"value":{"status":"Succeeded"}},"Accounts_Get":{"value":{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1","identity":{"type":"SystemAssigned"},"location":"West US 2","name":"Account1","properties":{"createdAt":"2018-11-14T04:47:52.9614956Z","provisioningState":"Succeeded","userEmail":"johnsmith@microsoft.com","userName":"John Smith"},"tags":{"tag1":"Red","tag2":"White"},"type":"Microsoft.DataShare/Accounts"}},"Accounts_Update":{"value":{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1","identity":{"type":"SystemAssigned"},"location":"West US 2","name":"Account1","properties":{"createdAt":"2018-11-14T04:47:52.9614956Z","userEmail":"johnsmith@microsoft.com","userName":"John Smith"},"tags":{"tag1":"Red","tag2":"White"},"type":"Microsoft.DataShare/Accounts"}},"Accounts_Create":{"value":{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1","identity":{"type":"SystemAssigned"},"location":"West US 2","name":"Account1","properties":{"createdAt":"2018-11-14T04:47:52.9614956Z","userEmail":"johnsmith@microsoft.com","userName":"John Smith"},"tags":{"tag1":"Red","tag2":"White"},"type":"Microsoft.DataShare/Accounts"}},"ShareSubscriptions_ListByAccount":{"value":{"value":[{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1/sharesubscriptions/ShareSubscription1","name":"ShareSubscription1","properties":{"createdAt":"2018-11-14T06:15:15.6818898Z","invitationId":"12345678-1234-1234-12345678abd","providerEmail":"jack.rose@microsoft.com","providerName":"Jack Rose","providerTenantName":"Microsoft","shareDescription":"Some share","shareKind":"CopyBased","shareName":"share1","shareSubscriptionStatus":"Active","shareTerms":"Confidential","sourceShareLocation":"eastus2","userEmail":"john.smith@microsoft.com","userName":"johnsmith@microsoft.com"},"type":"Microsoft.DataShare/ShareSubscription"},{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1/sharesubscriptions/ShareSubscription1","name":"ShareSubscription1","properties":{"createdAt":"2019-01-17T22:32:36.8185016Z","invitationId":"4256e2cf-0f82-4865-961b-12f83333f487","providerEmail":"jack.rose@microsoft.com","providerName":"Jack Rose","providerTenantName":"Microsoft","shareDescription":"Some share","shareKind":"CopyBased","shareName":"share1","shareSubscriptionStatus":"Active","shareTerms":"Confidential","sourceShareLocation":"eastus2","userEmail":"john.smith@microsoft.com","userName":"John Smith"},"type":"Microsoft.DataShare/ShareSubscription"}]}},"ShareSubscriptions_Delete":{"value":{"status":"Succeeded"}},"ShareSubscriptions_Get":{"value":{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1/sharesubscriptions/ShareSubscription1","name":"ShareSubscription1","properties":{"createdAt":"2019-01-17T22:32:36.8185016Z","invitationId":"4256e2cf-0f82-4865-961b-12f83333f487","providerEmail":"jack.rose@microsoft.com","providerName":"Jack Rose","providerTenantName":"ShareSenderCompanyName","provisioningState":"Succeeded","shareDescription":"Some share","shareKind":"CopyBased","shareName":"share1","shareSubscriptionStatus":"Active","shareTerms":"Confidential","sourceShareLocation":"eastus2","userEmail":"john.smith@microsoft.com","userName":"John Smith"},"type":"Microsoft.DataShare/ShareSubscription"}},"ShareSubscriptions_Create":{"value":{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1/sharesubscriptions/ShareSubscription1","name":"ShareSubscription1","properties":{"createdAt":"2019-01-17T22:32:36.8185016Z","invitationId":"4256e2cf-0f82-4865-961b-12f83333f487","providerEmail":"jack.rose@microsoft.com","providerName":"Jack Rose","providerTenantName":"Microsoft","shareDescription":"Some share","shareKind":"CopyBased","shareName":"share1","shareSubscriptionStatus":"Active","shareTerms":"Confidential","sourceShareLocation":"eastus2","userEmail":"john.smith@microsoft.com","userName":"John Smith"},"type":"Microsoft.DataShare/ShareSubscription"}},"ConsumerSourceDataSets_ListByShareSubscription":{"value":{"value":[{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1/sharesubscriptions/ShareSubscription1/consumerSourceDataSets/4256e2cf-0f82-4865-961b-12f83333f487","name":"invitation1","properties":{"dataSetId":"0b9d4394-8bb3-49a1-aa4f-4be49cd10375","dataSetName":"input.text","dataSetPath":"cars.text","dataSetType":"Blob"},"type":"Microsoft.DataShare/consumerSourceDataSets"}]}},"ShareSubscriptions_Synchronize":{"value":{"startTime":"2019-06-30T02:37:48.4979104Z","status":"Accepted","synchronizationId":"343c4772-ad68-41aa-91b9-bab1c92f9c27"}},"ShareSubscriptions_CancelSynchronization":{"value":{"startTime":"2019-06-30T02:37:48.4979104Z","status":"Queued","synchronizationId":"343c4772-ad68-41aa-91b9-bab1c92f9c27"}},"DataSetMappings_ListByShareSubscription":{"value":{"value":[{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1/shareSubscriptions/ShareSubscription1/dataSetMappings/DatasetMapping1","kind":"Blob","name":"DatasetMapping1","properties":{"containerName":"C1","dataSetId":"a08f184b-0567-4b11-ba22-a1199336d226","filePath":"file21","resourceGroup":"SampleResourceGroup","storageAccountName":"storage2","subscriptionId":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"type":"Microsoft.DataShare/DataSetMapping"},{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1/shareSubscriptions/ShareSubscription1/dataSetMappings/DatasetMapping1","kind":"Blob","name":"DatasetMapping1","properties":{"containerName":"C1","dataSetId":"a08f184b-0567-4b11-ba22-a1199336d227","filePath":"file21","resourceGroup":"SampleResourceGroup","storageAccountName":"storage2","subscriptionId":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"type":"Microsoft.DataShare/DataSetMapping"}]}},"DataSetMappings_Get":{"value":{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1/shareSubscriptions/ShareSubscription1/dataSetMappings/DatasetMapping1","kind":"Blob","name":"DatasetMapping1","properties":{"containerName":"C1","dataSetId":"a08f184b-0567-4b11-ba22-a1199336d226","filePath":"file21","resourceGroup":"SampleResourceGroup","storageAccountName":"storage2","subscriptionId":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"type":"Microsoft.DataShare/DataSetMapping"}},"DataSetMappings_Create":{"value":{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1/shareSubscriptions/ShareSubscription1/dataSetMappings/DatasetMapping1","kind":"Blob","name":"DatasetMapping1","properties":{"containerName":"C1","dataSetId":"a08f184b-0567-4b11-ba22-a1199336d227","filePath":"file21","resourceGroup":"SampleResourceGroup","storageAccountName":"storage2","subscriptionId":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"type":"Microsoft.DataShare/DataSetMapping"}},"DataSetMappings_SqlDB_Create":{"value":{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1/shareSubscriptions/ShareSubscription1/dataSetMappings/DatasetMapping1","kind":"SqlDBTable","name":"DatasetMapping1","properties":{"dataSetId":"a08f184b-0567-4b11-ba22-a1199336d226","databaseName":"Database1","schemaName":"dbo","sqlServerResourceId":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.Sql/servers/Server1","tableName":"Table1"},"type":"Microsoft.DataShare/DataSetMapping"}},"DataSetMappings_SqlDWDataSetToAdlsGen2File_Create":{"value":{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1/shareSubscriptions/ShareSubscription1/dataSetMappings/DatasetMapping1","kind":"AdlsGen2File","name":"DatasetMapping1","properties":{"dataSetId":"a08f184b-0567-4b11-ba22-a1199336d226","filePath":"file21","fileSystem":"fileSystem","outputType":"Csv","resourceGroup":"SampleResourceGroup","storageAccountName":"storage2","subscriptionId":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"type":"Microsoft.DataShare/DataSetMapping"}},"DataSetMappings_SqlDW_Create":{"value":{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1/shareSubscriptions/ShareSubscription1/dataSetMappings/DatasetMapping1","kind":"SqlDWTable","name":"DatasetMapping1","properties":{"dataSetId":"a08f184b-0567-4b11-ba22-a1199336d226","dataWarehouseName":"DataWarehouse1","schemaName":"dbo","sqlServerResourceId":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.Sql/servers/Server1","tableName":"Table1"},"type":"Microsoft.DataShare/DataSetMapping"}},"ShareSubscriptions_ListSourceShareSynchronizationSettings":{"value":{"value":[{"kind":"ScheduleBased","properties":{"recurrenceInterval":"Hour","synchronizationTime":"2019-03-15T19:45:58Z"}}]}},"ShareSubscriptions_ListSynchronizationDetails":{"value":{"value":[{"dataSetId":"7d0536a6-3fa5-43de-b152-3d07c4f6b2bb","dataSetType":"Blob","durationMs":2000,"endTime":"2018-11-14T04:47:52.9614956Z","name":"dataset1","startTime":"2018-11-14T04:47:52.9614956Z","status":"Completed"}]}},"ShareSubscriptions_ListSynchronizations":{"value":{"value":[{"durationMs":2000,"endTime":"2018-11-14T04:47:52.9614956Z","message":"nda","startTime":"2018-11-14T04:47:52.9614956Z","status":"Completed","synchronizationId":"runId","synchronizationMode":"Incremental"}]}},"Triggers_ListByShareSubscription":{"value":{"value":[{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1/shareSubscriptions/ShareSubscription1/triggers/Trigger1","kind":"ScheduleBased","name":"Trigger1","properties":{"provisioningState":"Succeeded","recurrenceInterval":"Day","synchronizationMode":"Incremental","synchronizationTime":"2018-11-14T04:47:52.9614956Z","userName":"John Smith"},"type":"Microsoft.DataShare/Trigger"}]}},"Triggers_Delete":{"value":{"status":"Succeeded"}},"Triggers_Get":{"value":{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1/shareSubscriptions/ShareSubscription1/triggers/Trigger1","kind":"ScheduleBased","name":"Trigger1","properties":{"provisioningState":"Succeeded","recurrenceInterval":"Day","synchronizationMode":"Incremental","synchronizationTime":"2018-11-14T04:47:52.9614956Z","triggerStatus":"Active","userName":"John Smith"},"type":"Microsoft.DataShare/Trigger"}},"Triggers_Create":{"value":{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1/shareSubscriptions/ShareSubscription1/triggers/Trigger1","kind":"ScheduleBased","name":"Trigger1","properties":{"provisioningState":"Creating","recurrenceInterval":"Day","synchronizationMode":"Incremental","synchronizationTime":"2018-11-14T04:47:52.9614956Z","triggerStatus":"Active","userName":"John Smith"},"type":"Microsoft.DataShare/Trigger"}},"Shares_ListByAccount":{"value":{"value":[{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1/shares/Share1","name":"Share1","properties":{"createdAt":"2018-11-14T06:15:15.6818898Z","description":"share description","shareKind":"CopyBased","terms":"Confidential","userEmail":"johnsmith@microsoft.com","userName":"John Smith"},"type":"Microsoft.DataShare/Share"},{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1/shares/Share1","name":"Share1","properties":{"createdAt":"2018-11-14T06:15:15.6818898Z","description":"share description","shareKind":"CopyBased","terms":"Confidential","userEmail":"johnsmith@microsoft.com","userName":"John Smith"},"type":"Microsoft.DataShare/Share"}]}},"Shares_Delete":{"value":{"status":"Succeeded"}},"Shares_Get":{"value":{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1/shares/Share1","name":"Share1","properties":{"createdAt":"2018-11-14T06:15:15.6818898Z","description":"share description","shareKind":"CopyBased","terms":"Confidential","userEmail":"johnsmith@microsoft.com","userName":"John Smith"},"type":"Microsoft.DataShare/Share"}},"Shares_Create":{"value":{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1/shares/Share1","name":"Share1","properties":{"createdAt":"2018-11-14T06:15:15.6818898Z","description":"share description","shareKind":"CopyBased","terms":"Confidential","userEmail":"johnsmith@microsoft.com","userName":"John Smith"},"type":"Microsoft.DataShare/Share"}},"DataSets_ListByShare":{"value":{"value":[{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1/shares/Share1/datasets/Dataset1","kind":"Blob","name":"Dataset1","properties":{"containerName":"C1","filePath":"file22","resourceGroup":"SampleResourceGroup","storageAccountName":"storage1","subscriptionId":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"type":"Microsoft.DataShare/DataSet"},{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1/shares/Share1/datasets/Dataset2","kind":"Blob","name":"Dataset1","properties":{"containerName":"C1","filePath":"file21","resourceGroup":"SampleResourceGroup","storageAccountName":"storage2","subscriptionId":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"type":"Microsoft.DataShare/DataSet"}]}},"DataSets_Get":{"value":{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1/shares/Share1/datasets/Dataset1","kind":"Blob","name":"Dataset1","properties":{"containerName":"C1","filePath":"file21","resourceGroup":"SampleResourceGroup","storageAccountName":"storage2","subscriptionId":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"type":"Microsoft.DataShare/DataSet"}},"DataSets_Create":{"value":{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1/shares/Share1/datasets/Dataset1","kind":"Blob","name":"Dataset1","properties":{"containerName":"C1","filePath":"file21","resourceGroup":"SampleResourceGroup","storageAccountName":"storage2","subscriptionId":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"type":"Microsoft.DataShare/DataSet"}},"DataSets_KustoCluster_Create":{"value":{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1/shares/Share1/datasets/Dataset1","kind":"KustoCluster","name":"Dataset1","properties":{"dataSetId":"a08f184b-0567-4b11-ba22-a1199336d226","kustoClusterResourceId":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.Kusto/clusters/Cluster1","location":"West US 2"},"type":"Microsoft.DataShare/DataSet"}},"DataSets_KustoDatabase_Create":{"value":{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1/shares/Share1/datasets/Dataset1","kind":"KustoDatabase","name":"Dataset1","properties":{"dataSetId":"a08f184b-0567-4b11-ba22-a1199336d226","kustoDatabaseResourceId":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.Kusto/clusters/Cluster1/databases/Database1","location":"West US 2"},"type":"Microsoft.DataShare/DataSet"}},"DataSets_SqlDBTable_Create":{"value":{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1/shares/Share1/datasets/Dataset1","kind":"SqlDBTable","name":"Dataset1","properties":{"dataSetId":"a08f184b-0567-4b11-ba22-a1199336d226","databaseName":"SqlDB1","schemaName":"dbo","sqlServerResourceId":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.Sql/servers/Server1","tableName":"Table1"},"type":"Microsoft.DataShare/DataSet"}},"DataSets_SqlDWTable_Create":{"value":{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1/shares/Share1/datasets/Dataset1","kind":"SqlDWTable","name":"Dataset1","properties":{"dataSetId":"a08f184b-0567-4b11-ba22-a1199336d226","dataWarehouseName":"DataWarehouse1","schemaName":"dbo","sqlServerResourceId":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.Sql/servers/Server1","tableName":"Table1"},"type":"Microsoft.DataShare/DataSet"}},"Invitations_ListByShare":{"value":{"value":[{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/testrg/providers/Microsoft.DataShare/accounts/account1/shares/share1/invitations/ancd","name":"ancd","properties":{"invitationStatus":"Accepted","sentAt":"2018-11-26T22:33:24.5785265Z","targetEmail":"johnsmith@microsoft.com","userEmail":"johnsmith@microsoft.com","userName":"John Smith"},"type":"Microsoft.DataShare/Invitation"}]}},"Invitations_Get":{"value":{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1/shares/Share1/invitations/Invitation1","name":"Invitation1","properties":{"invitationStatus":"Pending","sentAt":"2018-11-26T22:33:24.5785265Z","targetEmail":"receiver@microsoft.com","userEmail":"johnsmith@microsoft.com","userName":"John Smith"},"type":"Microsoft.DataShare/Invitation1"}},"Invitations_Create":{"value":{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1/shares/Share1/invitations/Invitation1","name":"Invitation1","properties":{"invitationStatus":"Pending","sentAt":"2018-11-26T22:33:24.5785265Z","targetEmail":"receiver@microsoft.com","userEmail":"johnsmith@microsoft.com","userName":"John Smith"},"type":"Microsoft.DataShare/Invitation1"}},"Shares_ListSynchronizationDetails":{"value":{"value":[{"dataSetId":"7d0536a6-3fa5-43de-b152-3d07c4f6b2bb","dataSetType":"Blob","durationMs":2000,"endTime":"2018-11-14T04:47:52.9614956Z","name":"dataset1","startTime":"2018-11-14T04:47:52.9614956Z","status":"Completed"}]}},"Shares_ListSynchronizations":{"value":{"value":[{"consumerName":"abc@yahoo.com","consumerTenantName":"nda","durationMs":2000,"endTime":"2018-11-14T04:47:52.9614956Z","message":"nda","startTime":"2018-11-14T04:47:52.9614956Z","status":"Completed","synchronizationId":"runId","synchronizationMode":"Incremental"}]}},"ProviderShareSubscriptions_ListByShare":{"value":{"value":[{"id":"providers/Microsoft.DataShare/consumerInvitations/4256e2cf-0f82-4865-961b-12f83333f487","name":"invitation1","properties":{"consumerEmail":"john.smith@microsoft.com","consumerName":"John Smith","consumerTenantName":"Microsoft","createdAt":"2018-12-13T08:52:42.6224087Z","providerEmail":"john.smith@microsoft.com","providerName":"John Smith","shareSubscriptionStatus":"Active","sharedAt":"2018-12-13T08:45:40.9005877Z"},"type":"Microsoft.DataShare/shareSubscripitons"}]}},"ProviderShareSubscriptions_GetByShare":{"value":{"id":"providers/Microsoft.DataShare/consumerInvitations/4256e2cf-0f82-4865-961b-12f83333f487","name":"invitation1","properties":{"consumerEmail":"john.smith@microsoft.com","consumerName":"John Smith","consumerTenantName":"Microsoft","createdAt":"2018-12-13T08:52:42.6224087Z","providerEmail":"john.smith@microsoft.com","providerName":"John Smith","shareSubscriptionStatus":"Active","sharedAt":"2018-12-13T08:45:40.9005877Z"},"type":"Microsoft.DataShare/shareSubscripitons"}},"ProviderShareSubscriptions_Reinstate":{"value":{"id":"providers/Microsoft.DataShare/consumerInvitations/4256e2cf-0f82-4865-961b-12f83333f487","name":"invitation1","properties":{"consumerEmail":"john.smith@microsoft.com","consumerName":"John Smith","consumerTenantName":"Microsoft","createdAt":"2018-12-13T08:52:42.6224087Z","providerEmail":"john.smith@microsoft.com","providerName":"John Smith","shareSubscriptionStatus":"Active","sharedAt":"2018-12-13T08:45:40.9005877Z"},"type":"Microsoft.DataShare/shareSubscripitons"}},"ProviderShareSubscriptions_Revoke":{"value":{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/testrg/providers/Microsoft.DataShare/accounts/account1/shares/share1/providerShareSubscripitons/4256e2cf-0f82-4865-961b-12f83333f487","name":"providerShareSubscripiton","properties":{"consumerEmail":"john.smith@microsoft.com","consumerName":"John Smith","consumerTenantName":"Microsoft","createdAt":"2018-12-13T08:52:42.6224087Z","providerName":"John Smith","shareSubscriptionStatus":"Revoked","sharedAt":"2018-12-13T08:45:40.9005877Z"},"type":"Microsoft.DataShare/providerShareSubscripitons"}},"SynchronizationSettings_ListByShare":{"value":{"value":[{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1/shares/Share1/syncrhonizationSettings/SyncrhonizationSetting1","kind":"ScheduleBased","name":"SyncrhonizationSetting1","properties":{"recurrenceInterval":"Day","synchronizationTime":"2018-11-14T04:47:52.9614956Z","userName":"John Smith"},"type":"Microsoft.DataShare/SyncrhonizationSetting"}]}},"SynchronizationSettings_Delete":{"value":{"status":"Succeeded"}},"SynchronizationSettings_Get":{"value":{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1/shares/Share1/syncrhonizationSettings/SyncrhonizationSetting1","kind":"ScheduleBased","name":"SyncrhonizationSetting1","properties":{"provisioningState":"Succeeded","recurrenceInterval":"Day","synchronizationTime":"2018-11-14T04:47:52.9614956Z","userName":"John Smith"},"type":"Microsoft.DataShare/SyncrhonizationSetting"}},"SynchronizationSettings_Create":{"value":{"id":"/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1/shares/Share1/syncrhonizationSettings/SyncrhonizationSetting1","kind":"ScheduleBased","name":"SyncrhonizationSetting1","properties":{"provisioningState":"Succeeded","recurrenceInterval":"Day","synchronizationTime":"2018-11-14T04:47:52.9614956Z","userName":"John Smith"},"type":"Microsoft.DataShare/SyncrhonizationSetting"}}},"parameters":{"accountName":{"description":"The name of the share account.","in":"path","name":"accountName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"Accounts_Delete":{"value":"Account1"},"Accounts_Get":{"value":"Account1"},"Accounts_Update":{"value":"Account1"},"Accounts_Create":{"value":"Account1"},"ShareSubscriptions_ListByAccount":{"value":"Account1"},"ShareSubscriptions_Delete":{"value":"Account1"},"ShareSubscriptions_Get":{"value":"Account1"},"ShareSubscriptions_Create":{"value":"Account1"},"ConsumerSourceDataSets_ListByShareSubscription":{"value":"Account1"},"ShareSubscriptions_Synchronize":{"value":"Account1"},"ShareSubscriptions_CancelSynchronization":{"value":"Account1"},"DataSetMappings_ListByShareSubscription":{"value":"Account1"},"DataSetMappings_Delete":{"value":"Account1"},"DataSetMappings_Get":{"value":"Account1"},"DataSetMappings_Create":{"value":"Account1"},"DataSetMappings_SqlDB_Create":{"value":"Account1"},"DataSetMappings_SqlDWDataSetToAdlsGen2File_Create":{"value":"Account1"},"DataSetMappings_SqlDW_Create":{"value":"Account1"},"ShareSubscriptions_ListSourceShareSynchronizationSettings":{"value":"Account1"},"ShareSubscriptions_ListSynchronizationDetails":{"value":"Account1"},"ShareSubscriptions_ListSynchronizations":{"value":"Account1"},"Triggers_ListByShareSubscription":{"value":"Account1"},"Triggers_Delete":{"value":"Account1"},"Triggers_Get":{"value":"Account1"},"Triggers_Create":{"value":"Account1"},"Shares_ListByAccount":{"value":"Account1"},"Shares_Delete":{"value":"Account1"},"Shares_Get":{"value":"Account1"},"Shares_Create":{"value":"Account1"},"DataSets_ListByShare":{"value":"Account1"},"DataSets_Delete":{"value":"Account1"},"DataSets_Get":{"value":"Account1"},"DataSets_Create":{"value":"Account1"},"DataSets_KustoCluster_Create":{"value":"Account1"},"DataSets_KustoDatabase_Create":{"value":"Account1"},"DataSets_SqlDBTable_Create":{"value":"Account1"},"DataSets_SqlDWTable_Create":{"value":"Account1"},"Invitations_ListByShare":{"value":"Account1"},"Invitations_Delete":{"value":"Account1"},"Invitations_Get":{"value":"Account1"},"Invitations_Create":{"value":"Account1"},"Shares_ListSynchronizationDetails":{"value":"Account1"},"Shares_ListSynchronizations":{"value":"Account1"},"ProviderShareSubscriptions_ListByShare":{"value":"Account1"},"ProviderShareSubscriptions_GetByShare":{"value":"Account1"},"ProviderShareSubscriptions_Reinstate":{"value":"Account1"},"ProviderShareSubscriptions_Revoke":{"value":"Account1"},"SynchronizationSettings_ListByShare":{"value":"Account1"},"SynchronizationSettings_Delete":{"value":"Account1"},"SynchronizationSettings_Get":{"value":"Account1"},"SynchronizationSettings_Create":{"value":"Account1"}}},"api-version":{"description":"The api version to use.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"ConsumerInvitations_ListInvitations":{"value":"2019-11-01"},"ConsumerInvitations_RejectInvitation":{"value":"2019-11-01"},"ConsumerInvitations_Get":{"value":"2019-11-01"},"Operations_List":{"value":"2019-11-01"},"Accounts_ListBySubscription":{"value":"2019-11-01"},"Accounts_ListByResourceGroup":{"value":"2019-11-01"},"Accounts_Delete":{"value":"2019-11-01"},"Accounts_Get":{"value":"2019-11-01"},"Accounts_Update":{"value":"2019-11-01"},"Accounts_Create":{"value":"2019-11-01"},"ShareSubscriptions_ListByAccount":{"value":"2019-11-01"},"ShareSubscriptions_Delete":{"value":"2019-11-01"},"ShareSubscriptions_Get":{"value":"2019-11-01"},"ShareSubscriptions_Create":{"value":"2019-11-01"},"ConsumerSourceDataSets_ListByShareSubscription":{"value":"2019-11-01"},"ShareSubscriptions_Synchronize":{"value":"2019-11-01"},"ShareSubscriptions_CancelSynchronization":{"value":"2019-11-01"},"DataSetMappings_ListByShareSubscription":{"value":"2019-11-01"},"DataSetMappings_Delete":{"value":"2019-11-01"},"DataSetMappings_Get":{"value":"2019-11-01"},"DataSetMappings_Create":{"value":"2019-11-01"},"DataSetMappings_SqlDB_Create":{"value":"2019-11-01"},"DataSetMappings_SqlDWDataSetToAdlsGen2File_Create":{"value":"2019-11-01"},"DataSetMappings_SqlDW_Create":{"value":"2019-11-01"},"ShareSubscriptions_ListSourceShareSynchronizationSettings":{"value":"2019-11-01"},"ShareSubscriptions_ListSynchronizationDetails":{"value":"2019-11-01"},"ShareSubscriptions_ListSynchronizations":{"value":"2019-11-01"},"Triggers_ListByShareSubscription":{"value":"2019-11-01"},"Triggers_Delete":{"value":"2019-11-01"},"Triggers_Get":{"value":"2019-11-01"},"Triggers_Create":{"value":"2019-11-01"},"Shares_ListByAccount":{"value":"2019-11-01"},"Shares_Delete":{"value":"2019-11-01"},"Shares_Get":{"value":"2019-11-01"},"Shares_Create":{"value":"2019-11-01"},"DataSets_ListByShare":{"value":"2019-11-01"},"DataSets_Delete":{"value":"2018-11-01-preview"},"DataSets_Get":{"value":"2019-11-01"},"DataSets_Create":{"value":"2019-11-01"},"DataSets_KustoCluster_Create":{"value":"2019-11-01"},"DataSets_KustoDatabase_Create":{"value":"2019-11-01"},"DataSets_SqlDBTable_Create":{"value":"2019-11-01"},"DataSets_SqlDWTable_Create":{"value":"2019-11-01"},"Invitations_ListByShare":{"value":"2019-11-01"},"Invitations_Delete":{"value":"2019-11-01"},"Invitations_Get":{"value":"2019-11-01"},"Invitations_Create":{"value":"2019-11-01"},"Shares_ListSynchronizationDetails":{"value":"2019-11-01"},"Shares_ListSynchronizations":{"value":"2019-11-01"},"ProviderShareSubscriptions_ListByShare":{"value":"2019-11-01"},"ProviderShareSubscriptions_GetByShare":{"value":"2019-11-01"},"ProviderShareSubscriptions_Reinstate":{"value":"2019-11-01"},"ProviderShareSubscriptions_Revoke":{"value":"2019-11-01"},"SynchronizationSettings_ListByShare":{"value":"2019-11-01"},"SynchronizationSettings_Delete":{"value":"2019-11-01"},"SynchronizationSettings_Get":{"value":"2019-11-01"},"SynchronizationSettings_Create":{"value":"2019-11-01"}}},"resourceGroupName":{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"Accounts_ListByResourceGroup":{"value":"SampleResourceGroup"},"Accounts_Delete":{"value":"SampleResourceGroup"},"Accounts_Get":{"value":"SampleResourceGroup"},"Accounts_Update":{"value":"SampleResourceGroup"},"Accounts_Create":{"value":"SampleResourceGroup"},"ShareSubscriptions_ListByAccount":{"value":"SampleResourceGroup"},"ShareSubscriptions_Delete":{"value":"SampleResourceGroup"},"ShareSubscriptions_Get":{"value":"SampleResourceGroup"},"ShareSubscriptions_Create":{"value":"SampleResourceGroup"},"ConsumerSourceDataSets_ListByShareSubscription":{"value":"SampleResourceGroup"},"ShareSubscriptions_Synchronize":{"value":"SampleResourceGroup"},"ShareSubscriptions_CancelSynchronization":{"value":"SampleResourceGroup"},"DataSetMappings_ListByShareSubscription":{"value":"SampleResourceGroup"},"DataSetMappings_Delete":{"value":"SampleResourceGroup"},"DataSetMappings_Get":{"value":"SampleResourceGroup"},"DataSetMappings_Create":{"value":"SampleResourceGroup"},"DataSetMappings_SqlDB_Create":{"value":"SampleResourceGroup"},"DataSetMappings_SqlDWDataSetToAdlsGen2File_Create":{"value":"SampleResourceGroup"},"DataSetMappings_SqlDW_Create":{"value":"SampleResourceGroup"},"ShareSubscriptions_ListSourceShareSynchronizationSettings":{"value":"SampleResourceGroup"},"ShareSubscriptions_ListSynchronizationDetails":{"value":"SampleResourceGroup"},"ShareSubscriptions_ListSynchronizations":{"value":"SampleResourceGroup"},"Triggers_ListByShareSubscription":{"value":"SampleResourceGroup"},"Triggers_Delete":{"value":"SampleResourceGroup"},"Triggers_Get":{"value":"SampleResourceGroup"},"Triggers_Create":{"value":"SampleResourceGroup"},"Shares_ListByAccount":{"value":"SampleResourceGroup"},"Shares_Delete":{"value":"SampleResourceGroup"},"Shares_Get":{"value":"SampleResourceGroup"},"Shares_Create":{"value":"SampleResourceGroup"},"DataSets_ListByShare":{"value":"SampleResourceGroup"},"DataSets_Delete":{"value":"SampleResourceGroup"},"DataSets_Get":{"value":"SampleResourceGroup"},"DataSets_Create":{"value":"SampleResourceGroup"},"DataSets_KustoCluster_Create":{"value":"SampleResourceGroup"},"DataSets_KustoDatabase_Create":{"value":"SampleResourceGroup"},"DataSets_SqlDBTable_Create":{"value":"SampleResourceGroup"},"DataSets_SqlDWTable_Create":{"value":"SampleResourceGroup"},"Invitations_ListByShare":{"value":"SampleResourceGroup"},"Invitations_Delete":{"value":"SampleResourceGroup"},"Invitations_Get":{"value":"SampleResourceGroup"},"Invitations_Create":{"value":"SampleResourceGroup"},"Shares_ListSynchronizationDetails":{"value":"SampleResourceGroup"},"Shares_ListSynchronizations":{"value":"SampleResourceGroup"},"ProviderShareSubscriptions_ListByShare":{"value":"SampleResourceGroup"},"ProviderShareSubscriptions_GetByShare":{"value":"SampleResourceGroup"},"ProviderShareSubscriptions_Reinstate":{"value":"SampleResourceGroup"},"ProviderShareSubscriptions_Revoke":{"value":"SampleResourceGroup"},"SynchronizationSettings_ListByShare":{"value":"SampleResourceGroup"},"SynchronizationSettings_Delete":{"value":"SampleResourceGroup"},"SynchronizationSettings_Get":{"value":"SampleResourceGroup"},"SynchronizationSettings_Create":{"value":"SampleResourceGroup"}}},"subscriptionId":{"description":"The subscription identifier","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"Accounts_ListBySubscription":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Accounts_ListByResourceGroup":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Accounts_Delete":{"value":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"Accounts_Get":{"value":"12345678-1234-1234-12345678abc"},"Accounts_Update":{"value":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"Accounts_Create":{"value":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"ShareSubscriptions_ListByAccount":{"value":"12345678-1234-1234-12345678abc"},"ShareSubscriptions_Delete":{"value":"12345678-1234-1234-12345678abc"},"ShareSubscriptions_Get":{"value":"12345678-1234-1234-12345678abc"},"ShareSubscriptions_Create":{"value":"12345678-1234-1234-12345678abc"},"ConsumerSourceDataSets_ListByShareSubscription":{"value":"12345678-1234-1234-12345678abc"},"ShareSubscriptions_Synchronize":{"value":"12345678-1234-1234-12345678abc"},"ShareSubscriptions_CancelSynchronization":{"value":"12345678-1234-1234-12345678abc"},"DataSetMappings_ListByShareSubscription":{"value":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"DataSetMappings_Delete":{"value":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"DataSetMappings_Get":{"value":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"DataSetMappings_Create":{"value":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"DataSetMappings_SqlDB_Create":{"value":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"DataSetMappings_SqlDWDataSetToAdlsGen2File_Create":{"value":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"DataSetMappings_SqlDW_Create":{"value":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"ShareSubscriptions_ListSourceShareSynchronizationSettings":{"value":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"ShareSubscriptions_ListSynchronizationDetails":{"value":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"ShareSubscriptions_ListSynchronizations":{"value":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"Triggers_ListByShareSubscription":{"value":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"Triggers_Delete":{"value":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"Triggers_Get":{"value":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"Triggers_Create":{"value":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"Shares_ListByAccount":{"value":"12345678-1234-1234-12345678abc"},"Shares_Delete":{"value":"12345678-1234-1234-12345678abc"},"Shares_Get":{"value":"12345678-1234-1234-12345678abc"},"Shares_Create":{"value":"12345678-1234-1234-12345678abc"},"DataSets_ListByShare":{"value":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"DataSets_Delete":{"value":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"DataSets_Get":{"value":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"DataSets_Create":{"value":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"DataSets_KustoCluster_Create":{"value":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"DataSets_KustoDatabase_Create":{"value":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"DataSets_SqlDBTable_Create":{"value":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"DataSets_SqlDWTable_Create":{"value":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"Invitations_ListByShare":{"value":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"Invitations_Delete":{"value":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"Invitations_Get":{"value":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"Invitations_Create":{"value":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"Shares_ListSynchronizationDetails":{"value":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"Shares_ListSynchronizations":{"value":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"ProviderShareSubscriptions_ListByShare":{"value":"12345678-1234-1234-12345678abc"},"ProviderShareSubscriptions_GetByShare":{"value":"12345678-1234-1234-12345678abc"},"ProviderShareSubscriptions_Reinstate":{"value":"12345678-1234-1234-12345678abc"},"ProviderShareSubscriptions_Revoke":{"value":"12345678-1234-1234-12345678abc"},"SynchronizationSettings_ListByShare":{"value":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"SynchronizationSettings_Delete":{"value":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"SynchronizationSettings_Get":{"value":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"},"SynchronizationSettings_Create":{"value":"433a8dfd-e5d5-4e77-ad86-90acdc75eb1a"}}}},"requestBodies":{"ShareSubscriptionSynchronization":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ShareSubscriptionSynchronization"}}},"description":"Share Subscription Synchronization payload.","required":true}},"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":{"ADLSGen1FileDataSet":{"allOf":[{"$ref":"#/components/schemas/DataSet"}],"description":"An ADLS Gen 1 file data set.","properties":{"properties":{"$ref":"#/components/schemas/ADLSGen1FileProperties"}},"required":["properties","kind"],"type":"object","x-ms-discriminator-value":"AdlsGen1File"},"ADLSGen1FileProperties":{"description":"Properties of the ADLS Gen1 file data set.","properties":{"accountName":{"description":"The ADLS account name.","type":"string"},"dataSetId":{"description":"Unique id for identifying a data set resource","readOnly":true,"type":"string"},"fileName":{"description":"The file name in the ADLS account.","type":"string"},"folderPath":{"description":"The folder path within the ADLS account.","type":"string"},"resourceGroup":{"description":"Resource group of ADLS account.","type":"string"},"subscriptionId":{"description":"Subscription id of ADLS account.","type":"string"}},"required":["subscriptionId","resourceGroup","accountName","folderPath","fileName"],"type":"object"},"ADLSGen1FolderDataSet":{"allOf":[{"$ref":"#/components/schemas/DataSet"}],"description":"An ADLS Gen 1 folder data set.","properties":{"properties":{"$ref":"#/components/schemas/ADLSGen1FolderProperties"}},"required":["properties","kind"],"type":"object","x-ms-discriminator-value":"AdlsGen1Folder"},"ADLSGen1FolderProperties":{"description":"Properties of the ADLS Gen1 folder data set.","properties":{"accountName":{"description":"The ADLS account name.","type":"string"},"dataSetId":{"description":"Unique id for identifying a data set resource","readOnly":true,"type":"string"},"folderPath":{"description":"The folder path within the ADLS account.","type":"string"},"resourceGroup":{"description":"Resource group of ADLS account.","type":"string"},"subscriptionId":{"description":"Subscription id of ADLS account.","type":"string"}},"required":["subscriptionId","resourceGroup","accountName","folderPath"],"type":"object"},"ADLSGen2FileDataSet":{"allOf":[{"$ref":"#/components/schemas/DataSet"}],"description":"An ADLS Gen 2 file data set.","properties":{"properties":{"$ref":"#/components/schemas/ADLSGen2FileProperties"}},"required":["properties","kind"],"type":"object","x-ms-discriminator-value":"AdlsGen2File"},"ADLSGen2FileDataSetMapping":{"allOf":[{"$ref":"#/components/schemas/DataSetMapping"}],"description":"An ADLS Gen2 file data set mapping.","properties":{"properties":{"$ref":"#/components/schemas/ADLSGen2FileDataSetMappingProperties"}},"required":["properties","kind"],"type":"object","x-ms-discriminator-value":"AdlsGen2File"},"ADLSGen2FileDataSetMappingProperties":{"description":"ADLS Gen 2 file data set mapping property bag.","properties":{"dataSetId":{"description":"The id of the source data set.","type":"string"},"dataSetMappingStatus":{"description":"Gets the status of the data set mapping.","enum":["Ok","Broken"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"dataSetMappingStatus"}},"filePath":{"description":"File path within the file system.","type":"string"},"fileSystem":{"description":"File system to which the file belongs.","type":"string"},"outputType":{"description":"Type of output file","enum":["Csv","Parquet"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"outputType"}},"provisioningState":{"description":"Provisioning state of the data set mapping.","enum":["Succeeded","Creating","Deleting","Moving","Failed"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"provisioningState"}},"resourceGroup":{"description":"Resource group of storage account.","type":"string"},"storageAccountName":{"description":"Storage account name of the source data set.","type":"string"},"subscriptionId":{"description":"Subscription id of storage account.","type":"string"}},"required":["fileSystem","filePath","subscriptionId","resourceGroup","storageAccountName","dataSetId"],"type":"object"},"ADLSGen2FileProperties":{"description":"Properties of the ADLS Gen2 file data set.","properties":{"dataSetId":{"description":"Unique id for identifying a data set resource","readOnly":true,"type":"string"},"filePath":{"description":"File path within the file system.","type":"string"},"fileSystem":{"description":"File system to which the file belongs.","type":"string"},"resourceGroup":{"description":"Resource group of storage account","type":"string"},"storageAccountName":{"description":"Storage account name of the source data set","type":"string"},"subscriptionId":{"description":"Subscription id of storage account","type":"string"}},"required":["fileSystem","filePath","subscriptionId","resourceGroup","storageAccountName"],"type":"object"},"ADLSGen2FileSystemDataSet":{"allOf":[{"$ref":"#/components/schemas/DataSet"}],"description":"An ADLS Gen 2 file system data set.","properties":{"properties":{"$ref":"#/components/schemas/ADLSGen2FileSystemProperties"}},"required":["properties","kind"],"type":"object","x-ms-discriminator-value":"AdlsGen2FileSystem"},"ADLSGen2FileSystemDataSetMapping":{"allOf":[{"$ref":"#/components/schemas/DataSetMapping"}],"description":"An ADLS Gen2 file system data set mapping.","properties":{"properties":{"$ref":"#/components/schemas/ADLSGen2FileSystemDataSetMappingProperties"}},"required":["properties","kind"],"type":"object","x-ms-discriminator-value":"AdlsGen2FileSystem"},"ADLSGen2FileSystemDataSetMappingProperties":{"description":"ADLS Gen 2 file system data set mapping property bag.","properties":{"dataSetId":{"description":"The id of the source data set.","type":"string"},"dataSetMappingStatus":{"description":"Gets the status of the data set mapping.","enum":["Ok","Broken"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"dataSetMappingStatus"}},"fileSystem":{"description":"The file system name.","type":"string"},"provisioningState":{"description":"Provisioning state of the data set mapping.","enum":["Succeeded","Creating","Deleting","Moving","Failed"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"provisioningState"}},"resourceGroup":{"description":"Resource group of storage account.","type":"string"},"storageAccountName":{"description":"Storage account name of the source data set.","type":"string"},"subscriptionId":{"description":"Subscription id of storage account.","type":"string"}},"required":["fileSystem","subscriptionId","resourceGroup","storageAccountName","dataSetId"],"type":"object"},"ADLSGen2FileSystemProperties":{"description":"Properties of the ADLS Gen2 file system data set.","properties":{"dataSetId":{"description":"Unique id for identifying a data set resource","readOnly":true,"type":"string"},"fileSystem":{"description":"The file system name.","type":"string"},"resourceGroup":{"description":"Resource group of storage account","type":"string"},"storageAccountName":{"description":"Storage account name of the source data set","type":"string"},"subscriptionId":{"description":"Subscription id of storage account","type":"string"}},"required":["fileSystem","subscriptionId","resourceGroup","storageAccountName"],"type":"object"},"ADLSGen2FolderDataSet":{"allOf":[{"$ref":"#/components/schemas/DataSet"}],"description":"An ADLS Gen 2 folder data set.","properties":{"properties":{"$ref":"#/components/schemas/ADLSGen2FolderProperties"}},"required":["properties","kind"],"type":"object","x-ms-discriminator-value":"AdlsGen2Folder"},"ADLSGen2FolderDataSetMapping":{"allOf":[{"$ref":"#/components/schemas/DataSetMapping"}],"description":"An ADLS Gen2 folder data set mapping.","properties":{"properties":{"$ref":"#/components/schemas/ADLSGen2FolderDataSetMappingProperties"}},"required":["properties","kind"],"type":"object","x-ms-discriminator-value":"AdlsGen2Folder"},"ADLSGen2FolderDataSetMappingProperties":{"description":"ADLS Gen 2 folder data set mapping property bag.","properties":{"dataSetId":{"description":"The id of the source data set.","type":"string"},"dataSetMappingStatus":{"description":"Gets the status of the data set mapping.","enum":["Ok","Broken"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"dataSetMappingStatus"}},"fileSystem":{"description":"File system to which the folder belongs.","type":"string"},"folderPath":{"description":"Folder path within the file system.","type":"string"},"provisioningState":{"description":"Provisioning state of the data set mapping.","enum":["Succeeded","Creating","Deleting","Moving","Failed"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"provisioningState"}},"resourceGroup":{"description":"Resource group of storage account.","type":"string"},"storageAccountName":{"description":"Storage account name of the source data set.","type":"string"},"subscriptionId":{"description":"Subscription id of storage account.","type":"string"}},"required":["fileSystem","folderPath","subscriptionId","resourceGroup","storageAccountName","dataSetId"],"type":"object"},"ADLSGen2FolderProperties":{"description":"Properties of the ADLS Gen2 folder data set.","properties":{"dataSetId":{"description":"Unique id for identifying a data set resource","readOnly":true,"type":"string"},"fileSystem":{"description":"File system to which the folder belongs.","type":"string"},"folderPath":{"description":"Folder path within the file system.","type":"string"},"resourceGroup":{"description":"Resource group of storage account","type":"string"},"storageAccountName":{"description":"Storage account name of the source data set","type":"string"},"subscriptionId":{"description":"Subscription id of storage account","type":"string"}},"required":["fileSystem","folderPath","subscriptionId","resourceGroup","storageAccountName"],"type":"object"},"Account":{"allOf":[{"$ref":"#/components/schemas/DefaultDto"}],"description":"An account data transfer object.","properties":{"identity":{"$ref":"#/components/schemas/Identity"},"properties":{"$ref":"#/components/schemas/AccountProperties"}},"required":["identity"],"type":"object"},"AccountList":{"description":"List response for get Accounts.","properties":{"nextLink":{"description":"The Url of next result page.","type":"string"},"value":{"description":"Collection of items of type DataTransferObjects.","items":{"$ref":"#/components/schemas/Account"},"type":"array","uniqueItems":false}},"required":["value"],"type":"object"},"AccountProperties":{"description":"Account property bag.","properties":{"createdAt":{"description":"Time at which the account was created.","format":"date-time","readOnly":true,"type":"string"},"provisioningState":{"description":"Provisioning state of the Account","enum":["Succeeded","Creating","Deleting","Moving","Failed"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"provisioningState"}},"userEmail":{"description":"Email of the user who created the resource","readOnly":true,"type":"string"},"userName":{"description":"Name of the user who created the resource","readOnly":true,"type":"string"}},"type":"object"},"AccountUpdateParameters":{"description":"Update parameters for accounts","properties":{"tags":{"additionalProperties":{"type":"string"},"description":"Tags on the azure resource.","type":"object"}},"type":"object"},"BlobContainerDataSet":{"allOf":[{"$ref":"#/components/schemas/DataSet"}],"description":"An Azure storage blob container data set.","properties":{"properties":{"$ref":"#/components/schemas/BlobContainerProperties"}},"required":["properties","kind"],"type":"object","x-ms-discriminator-value":"Container"},"BlobContainerDataSetMapping":{"allOf":[{"$ref":"#/components/schemas/DataSetMapping"}],"description":"A Blob container data set mapping.","properties":{"properties":{"$ref":"#/components/schemas/BlobContainerMappingProperties"}},"required":["properties","kind"],"type":"object","x-ms-discriminator-value":"Container"},"BlobContainerMappingProperties":{"description":"Azure storage Blob container data set mapping property bag.","properties":{"containerName":{"description":"BLOB Container name.","type":"string"},"dataSetId":{"description":"The id of the source data set.","type":"string"},"dataSetMappingStatus":{"description":"Gets the status of the data set mapping.","enum":["Ok","Broken"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"dataSetMappingStatus"}},"provisioningState":{"description":"Provisioning state of the data set mapping.","enum":["Succeeded","Creating","Deleting","Moving","Failed"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"provisioningState"}},"resourceGroup":{"description":"Resource group of storage account.","type":"string"},"storageAccountName":{"description":"Storage account name of the source data set.","type":"string"},"subscriptionId":{"description":"Subscription id of storage account.","type":"string"}},"required":["containerName","subscriptionId","resourceGroup","storageAccountName","dataSetId"],"type":"object"},"BlobContainerProperties":{"description":"Properties of the BLOB container data set.","properties":{"containerName":{"description":"BLOB Container name.","type":"string"},"dataSetId":{"description":"Unique id for identifying a data set resource","readOnly":true,"type":"string"},"resourceGroup":{"description":"Resource group of storage account","type":"string"},"storageAccountName":{"description":"Storage account name of the source data set","type":"string"},"subscriptionId":{"description":"Subscription id of storage account","type":"string"}},"required":["containerName","subscriptionId","resourceGroup","storageAccountName"],"type":"object"},"BlobDataSet":{"allOf":[{"$ref":"#/components/schemas/DataSet"}],"description":"An Azure storage blob data set.","properties":{"properties":{"$ref":"#/components/schemas/BlobProperties"}},"required":["properties","kind"],"type":"object","x-ms-discriminator-value":"Blob"},"BlobDataSetMapping":{"allOf":[{"$ref":"#/components/schemas/DataSetMapping"}],"description":"A Blob data set mapping.","properties":{"properties":{"$ref":"#/components/schemas/BlobMappingProperties"}},"required":["properties","kind"],"type":"object","x-ms-discriminator-value":"Blob"},"BlobFolderDataSet":{"allOf":[{"$ref":"#/components/schemas/DataSet"}],"description":"An Azure storage blob folder data set.","properties":{"properties":{"$ref":"#/components/schemas/BlobFolderProperties"}},"required":["properties","kind"],"type":"object","x-ms-discriminator-value":"BlobFolder"},"BlobFolderDataSetMapping":{"allOf":[{"$ref":"#/components/schemas/DataSetMapping"}],"description":"A Blob folder data set mapping.","properties":{"properties":{"$ref":"#/components/schemas/BlobFolderMappingProperties"}},"required":["properties","kind"],"type":"object","x-ms-discriminator-value":"BlobFolder"},"BlobFolderMappingProperties":{"description":"Azure storage Blob folder data set mapping property bag.","properties":{"containerName":{"description":"Container that has the file path.","type":"string"},"dataSetId":{"description":"The id of the source data set.","type":"string"},"dataSetMappingStatus":{"description":"Gets the status of the data set mapping.","enum":["Ok","Broken"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"dataSetMappingStatus"}},"prefix":{"description":"Prefix for blob folder","type":"string"},"provisioningState":{"description":"Provisioning state of the data set mapping.","enum":["Succeeded","Creating","Deleting","Moving","Failed"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"provisioningState"}},"resourceGroup":{"description":"Resource group of storage account.","type":"string"},"storageAccountName":{"description":"Storage account name of the source data set.","type":"string"},"subscriptionId":{"description":"Subscription id of storage account.","type":"string"}},"required":["containerName","prefix","subscriptionId","resourceGroup","storageAccountName","dataSetId"],"type":"object"},"BlobFolderProperties":{"description":"Properties of the blob folder data set.","properties":{"containerName":{"description":"Container that has the file path.","type":"string"},"dataSetId":{"description":"Unique id for identifying a data set resource","readOnly":true,"type":"string"},"prefix":{"description":"Prefix for blob folder","type":"string"},"resourceGroup":{"description":"Resource group of storage account","type":"string"},"storageAccountName":{"description":"Storage account name of the source data set","type":"string"},"subscriptionId":{"description":"Subscription id of storage account","type":"string"}},"required":["containerName","prefix","subscriptionId","resourceGroup","storageAccountName"],"type":"object"},"BlobMappingProperties":{"description":"Azure storage Blob data set mapping property bag.","properties":{"containerName":{"description":"Container that has the file path.","type":"string"},"dataSetId":{"description":"The id of the source data set.","type":"string"},"dataSetMappingStatus":{"description":"Gets the status of the data set mapping.","enum":["Ok","Broken"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"dataSetMappingStatus"}},"filePath":{"description":"File path within the source data set","type":"string"},"outputType":{"description":"File output type","enum":["Csv","Parquet"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"outputType"}},"provisioningState":{"description":"Provisioning state of the data set mapping.","enum":["Succeeded","Creating","Deleting","Moving","Failed"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"provisioningState"}},"resourceGroup":{"description":"Resource group of storage account.","type":"string"},"storageAccountName":{"description":"Storage account name of the source data set.","type":"string"},"subscriptionId":{"description":"Subscription id of storage account.","type":"string"}},"required":["containerName","filePath","subscriptionId","resourceGroup","storageAccountName","dataSetId"],"type":"object"},"BlobProperties":{"description":"Properties of the blob data set.","properties":{"containerName":{"description":"Container that has the file path.","type":"string"},"dataSetId":{"description":"Unique id for identifying a data set resource","readOnly":true,"type":"string"},"filePath":{"description":"File path within the source data set","type":"string"},"resourceGroup":{"description":"Resource group of storage account","type":"string"},"storageAccountName":{"description":"Storage account name of the source data set","type":"string"},"subscriptionId":{"description":"Subscription id of storage account","type":"string"}},"required":["containerName","filePath","subscriptionId","resourceGroup","storageAccountName"],"type":"object"},"ConsumerInvitation":{"allOf":[{"$ref":"#/components/schemas/ProxyDto"}],"description":"A consumer Invitation data transfer object.","properties":{"properties":{"$ref":"#/components/schemas/ConsumerInvitationProperties"}},"required":["properties"],"type":"object"},"ConsumerInvitationList":{"description":"List response for get InvitationList","properties":{"nextLink":{"description":"The Url of next result page.","type":"string"},"value":{"description":"Collection of items of type DataTransferObjects.","items":{"$ref":"#/components/schemas/ConsumerInvitation"},"type":"array","uniqueItems":false}},"required":["value"],"type":"object"},"ConsumerInvitationProperties":{"description":"Properties of consumer invitation","properties":{"dataSetCount":{"description":"Number of data sets in a share","format":"int32","readOnly":true,"type":"integer"},"description":{"description":"Description shared when the invitation was created","readOnly":true,"type":"string"},"invitationId":{"description":"Unique id of the invitation.","type":"string"},"invitationStatus":{"description":"The status of the invitation.","enum":["Pending","Accepted","Rejected","Withdrawn"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"invitationStatus"}},"location":{"description":"invitation location","readOnly":true,"type":"string"},"providerEmail":{"description":"Email of the provider who created the resource","readOnly":true,"type":"string"},"providerName":{"description":"Name of the provider who created the resource","readOnly":true,"type":"string"},"providerTenantName":{"description":"Tenant name of the provider who created the resource","readOnly":true,"type":"string"},"respondedAt":{"description":"The time the recipient responded to the invitation.","format":"date-time","readOnly":true,"type":"string"},"sentAt":{"description":"Gets the time at which the invitation was sent.","format":"date-time","readOnly":true,"type":"string"},"shareName":{"description":"Gets the source share Name.","readOnly":true,"type":"string"},"termsOfUse":{"description":"Terms of use shared when the invitation was created","readOnly":true,"type":"string"},"userEmail":{"description":"Email of the user who created the resource","readOnly":true,"type":"string"},"userName":{"description":"Name of the user who created the resource","readOnly":true,"type":"string"}},"required":["invitationId"],"type":"object"},"ConsumerSourceDataSet":{"allOf":[{"$ref":"#/components/schemas/ProxyDto"}],"description":"A consumer side dataSet data transfer object.","properties":{"properties":{"$ref":"#/components/schemas/ConsumerSourceDataSetProperties"}},"type":"object"},"ConsumerSourceDataSetList":{"description":"A consumer side list of source dataSets","properties":{"nextLink":{"description":"The Url of next result page.","type":"string"},"value":{"description":"Collection of items of type DataTransferObjects.","items":{"$ref":"#/components/schemas/ConsumerSourceDataSet"},"type":"array","uniqueItems":false}},"required":["value"],"type":"object"},"ConsumerSourceDataSetProperties":{"description":"Properties of consumer source dataSet","properties":{"dataSetId":{"description":"DataSet Id","readOnly":true,"type":"string"},"dataSetLocation":{"description":"Location of the data set.","readOnly":true,"type":"string"},"dataSetName":{"description":"DataSet name","readOnly":true,"type":"string"},"dataSetPath":{"description":"DataSet path","readOnly":true,"type":"string"},"dataSetType":{"description":"Type of data set","enum":["Blob","Container","BlobFolder","AdlsGen2FileSystem","AdlsGen2Folder","AdlsGen2File","AdlsGen1Folder","AdlsGen1File","KustoCluster","KustoDatabase","SqlDBTable","SqlDWTable"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"dataSetType"}}},"type":"object"},"DataSet":{"allOf":[{"$ref":"#/components/schemas/ProxyDto"}],"description":"A DataSet data transfer object.","discriminator":{"propertyName":"kind"},"properties":{"kind":{"description":"Kind of data set.","enum":["Blob","Container","BlobFolder","AdlsGen2FileSystem","AdlsGen2Folder","AdlsGen2File","AdlsGen1Folder","AdlsGen1File","KustoCluster","KustoDatabase","SqlDBTable","SqlDWTable"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"kind"}}},"required":["kind"],"type":"object"},"DataSetList":{"description":"List response for get DataSets","properties":{"nextLink":{"description":"The Url of next result page.","type":"string"},"value":{"description":"Collection of items of type DataTransferObjects.","items":{"$ref":"#/components/schemas/DataSet"},"type":"array","uniqueItems":false}},"required":["value"],"type":"object"},"DataSetMapping":{"allOf":[{"$ref":"#/components/schemas/ProxyDto"}],"description":"A data set mapping data transfer object.","discriminator":{"propertyName":"kind"},"properties":{"kind":{"description":"Kind of data set mapping.","enum":["Blob","Container","BlobFolder","AdlsGen2FileSystem","AdlsGen2Folder","AdlsGen2File","KustoCluster","KustoDatabase","SqlDBTable","SqlDWTable"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"kind"}}},"required":["kind"],"type":"object"},"DataSetMappingList":{"description":"List response for get DataSetMappings","properties":{"nextLink":{"description":"The Url of next result page.","type":"string"},"value":{"description":"Collection of items of type DataTransferObjects.","items":{"$ref":"#/components/schemas/DataSetMapping"},"type":"array","uniqueItems":false}},"required":["value"],"type":"object"},"DataShareError":{"description":"The data share error model.","properties":{"error":{"$ref":"#/components/schemas/DataShareErrorInfo"}},"required":["error"],"type":"object"},"DataShareErrorInfo":{"description":"The data share error body model.","properties":{"code":{"description":"Code of the error","type":"string"},"details":{"description":"Nested details of the error model","items":{"$ref":"#/components/schemas/DataShareErrorInfo"},"type":"array","uniqueItems":false},"message":{"description":"Message of the error","type":"string"},"target":{"description":"Target of the error","type":"string"}},"required":["code","message"],"type":"object"},"DefaultDto":{"description":"Base data transfer object implementation for default resources.","properties":{"id":{"description":"The resource id of the azure resource","readOnly":true,"type":"string"},"location":{"description":"Location of the azure resource.","type":"string"},"name":{"description":"Name of the azure resource","readOnly":true,"type":"string"},"tags":{"additionalProperties":{"type":"string"},"description":"Tags on the azure resource.","type":"object"},"type":{"description":"Type of the azure resource","readOnly":true,"type":"string"}},"type":"object","x-ms-azure-resource":true},"DimensionProperties":{"description":"properties for dimension","properties":{"displayName":{"description":"localized display name of the dimension to customer","type":"string"},"name":{"description":"dimension name","type":"string"}},"type":"object"},"Identity":{"description":"Identity of resource","properties":{"principalId":{"description":"service principal Id","readOnly":true,"type":"string"},"tenantId":{"description":"Tenant Id","readOnly":true,"type":"string"},"type":{"description":"Identity Type","enum":["SystemAssigned"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"type"}}},"type":"object"},"Invitation":{"allOf":[{"$ref":"#/components/schemas/ProxyDto"}],"description":"A Invitation data transfer object.","properties":{"properties":{"$ref":"#/components/schemas/InvitationProperties"}},"type":"object"},"InvitationList":{"description":"List response for get InvitationList","properties":{"nextLink":{"description":"The Url of next result page.","type":"string"},"value":{"description":"Collection of items of type DataTransferObjects.","items":{"$ref":"#/components/schemas/Invitation"},"type":"array","uniqueItems":false}},"required":["value"],"type":"object"},"InvitationProperties":{"description":"Invitation property bag.","properties":{"invitationId":{"description":"unique invitation id","readOnly":true,"type":"string"},"invitationStatus":{"description":"The status of the invitation.","enum":["Pending","Accepted","Rejected","Withdrawn"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"invitationStatus"}},"respondedAt":{"description":"The time the recipient responded to the invitation.","format":"date-time","readOnly":true,"type":"string"},"sentAt":{"description":"Gets the time at which the invitation was sent.","format":"date-time","readOnly":true,"type":"string"},"targetActiveDirectoryId":{"description":"The target Azure AD Id. Can't be combined with email.","type":"string"},"targetEmail":{"description":"The email the invitation is directed to.","type":"string"},"targetObjectId":{"description":"The target user or application Id that invitation is being sent to.\r\nMust be specified along TargetActiveDirectoryId. This enables sending\r\ninvitations to specific users or applications in an AD tenant.","type":"string"},"userEmail":{"description":"Email of the user who created the resource","readOnly":true,"type":"string"},"userName":{"description":"Name of the user who created the resource","readOnly":true,"type":"string"}},"type":"object"},"KustoClusterDataSet":{"allOf":[{"$ref":"#/components/schemas/DataSet"}],"description":"A kusto cluster data set.","properties":{"properties":{"$ref":"#/components/schemas/KustoClusterDataSetProperties"}},"required":["properties","kind"],"type":"object","x-ms-discriminator-value":"KustoCluster"},"KustoClusterDataSetMapping":{"allOf":[{"$ref":"#/components/schemas/DataSetMapping"}],"description":"A Kusto cluster data set mapping","properties":{"properties":{"$ref":"#/components/schemas/KustoClusterDataSetMappingProperties"}},"required":["properties","kind"],"type":"object","x-ms-discriminator-value":"KustoCluster"},"KustoClusterDataSetMappingProperties":{"description":"Properties of the Kusto cluster data set mapping","properties":{"dataSetId":{"description":"The id of the source data set.","type":"string"},"dataSetMappingStatus":{"description":"Gets the status of the data set mapping.","enum":["Ok","Broken"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"dataSetMappingStatus"}},"kustoClusterResourceId":{"description":"Resource id of the sink kusto cluster.","type":"string"},"location":{"description":"Location of the sink kusto cluster.","readOnly":true,"type":"string"},"provisioningState":{"description":"Provisioning state of the data set mapping.","enum":["Succeeded","Creating","Deleting","Moving","Failed"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"provisioningState"}}},"required":["kustoClusterResourceId","dataSetId"],"type":"object"},"KustoClusterDataSetProperties":{"description":"Properties of the kusto cluster data set.","properties":{"dataSetId":{"description":"Unique id for identifying a data set resource","readOnly":true,"type":"string"},"kustoClusterResourceId":{"description":"Resource id of the kusto cluster.","type":"string"},"location":{"description":"Location of the kusto cluster.","readOnly":true,"type":"string"},"provisioningState":{"description":"Provisioning state of the kusto cluster data set.","enum":["Succeeded","Creating","Deleting","Moving","Failed"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"provisioningState"}}},"required":["kustoClusterResourceId"],"type":"object"},"KustoDatabaseDataSet":{"allOf":[{"$ref":"#/components/schemas/DataSet"}],"description":"A kusto database data set.","properties":{"properties":{"$ref":"#/components/schemas/KustoDatabaseDataSetProperties"}},"required":["properties","kind"],"type":"object","x-ms-discriminator-value":"KustoDatabase"},"KustoDatabaseDataSetMapping":{"allOf":[{"$ref":"#/components/schemas/DataSetMapping"}],"description":"A Kusto database data set mapping","properties":{"properties":{"$ref":"#/components/schemas/KustoDatabaseDataSetMappingProperties"}},"required":["properties","kind"],"type":"object","x-ms-discriminator-value":"KustoDatabase"},"KustoDatabaseDataSetMappingProperties":{"description":"Properties of the Kusto database data set mapping","properties":{"dataSetId":{"description":"The id of the source data set.","type":"string"},"dataSetMappingStatus":{"description":"Gets the status of the data set mapping.","enum":["Ok","Broken"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"dataSetMappingStatus"}},"kustoClusterResourceId":{"description":"Resource id of the sink kusto cluster.","type":"string"},"location":{"description":"Location of the sink kusto cluster.","readOnly":true,"type":"string"},"provisioningState":{"description":"Provisioning state of the data set mapping.","enum":["Succeeded","Creating","Deleting","Moving","Failed"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"provisioningState"}}},"required":["kustoClusterResourceId","dataSetId"],"type":"object"},"KustoDatabaseDataSetProperties":{"description":"Properties of the kusto database data set.","properties":{"dataSetId":{"description":"Unique id for identifying a data set resource","readOnly":true,"type":"string"},"kustoDatabaseResourceId":{"description":"Resource id of the kusto database.","type":"string"},"location":{"description":"Location of the kusto cluster.","readOnly":true,"type":"string"},"provisioningState":{"description":"Provisioning state of the kusto database data set.","enum":["Succeeded","Creating","Deleting","Moving","Failed"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"provisioningState"}}},"required":["kustoDatabaseResourceId"],"type":"object"},"OperationList":{"description":"List response for get operations.","properties":{"nextLink":{"description":"The Url of next result page.","type":"string"},"value":{"description":"Collection of items of type DataTransferObjects.","items":{"$ref":"#/components/schemas/OperationModel"},"type":"array","uniqueItems":false}},"required":["value"],"type":"object"},"OperationMetaLogSpecification":{"description":"log specifications for operation api","properties":{"blobDuration":{"description":"blob duration of the log","type":"string"},"displayName":{"description":"localized name of the log category","type":"string"},"name":{"description":"name of the log category","type":"string"}},"type":"object"},"OperationMetaMetricSpecification":{"description":"metric specifications for the operation","properties":{"aggregationType":{"description":"aggregation type of metric","type":"string"},"dimensions":{"description":"properties for dimension","items":{"$ref":"#/components/schemas/DimensionProperties"},"type":"array","uniqueItems":false},"displayDescription":{"description":"description of the metric","type":"string"},"displayName":{"description":"localized name of the metric","type":"string"},"enableRegionalMdmAccount":{"description":"enable regional mdm account","type":"string"},"internalMetricName":{"description":"internal metric name","type":"string"},"name":{"description":"name of the metric","type":"string"},"resourceIdDimensionNameOverride":{"description":"dimension name use to replace resource id if specified","type":"string"},"supportedAggregationTypes":{"description":"supported aggregation types","items":{"type":"string"},"type":"array","uniqueItems":false},"supportedTimeGrainTypes":{"description":"supported time grain types","items":{"type":"string"},"type":"array","uniqueItems":false},"unit":{"description":"units for the metric","type":"string"}},"type":"object"},"OperationMetaPropertyInfo":{"description":"properties on meta info","properties":{"serviceSpecification":{"$ref":"#/components/schemas/OperationMetaServiceSpecification"}},"type":"object"},"OperationMetaServiceSpecification":{"description":"The operation meta service specification","properties":{"logSpecifications":{"description":"log specifications for the operation","items":{"$ref":"#/components/schemas/OperationMetaLogSpecification"},"type":"array","uniqueItems":false},"metricSpecifications":{"description":"metric specifications for the operation","items":{"$ref":"#/components/schemas/OperationMetaMetricSpecification"},"type":"array","uniqueItems":false}},"type":"object"},"OperationModel":{"description":"The response model for get operations","properties":{"display":{"$ref":"#/components/schemas/OperationModelProperties"},"name":{"description":"Operation name for display purposes","type":"string"},"origin":{"description":"origin of the operation","type":"string"},"properties":{"$ref":"#/components/schemas/OperationMetaPropertyInfo"}},"type":"object"},"OperationModelProperties":{"description":"Properties on operations","properties":{"description":{"description":"Description of the operation for display purposes","type":"string"},"operation":{"description":"Name of the operation for display purposes","type":"string"},"provider":{"description":"Name of the provider for display purposes","type":"string"},"resource":{"description":"Name of the resource type for display purposes","type":"string"}},"type":"object"},"OperationResponse":{"description":"Response for long running operation","properties":{"endTime":{"description":"start time","format":"date-time","type":"string"},"error":{"$ref":"#/components/schemas/DataShareErrorInfo"},"startTime":{"description":"start time","format":"date-time","type":"string"},"status":{"description":"Operation state of the long running operation.","enum":["Accepted","InProgress","TransientFailure","Succeeded","Failed","Canceled"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"status"}}},"required":["status"],"type":"object"},"ProviderShareSubscription":{"allOf":[{"$ref":"#/components/schemas/ProxyDto"}],"description":"A provider side share subscription data transfer object.","properties":{"properties":{"$ref":"#/components/schemas/ProviderShareSubscriptionProperties"}},"type":"object"},"ProviderShareSubscriptionList":{"description":"List response for get ShareSubscription.","properties":{"nextLink":{"description":"The Url of next result page.","type":"string"},"value":{"description":"Collection of items of type DataTransferObjects.","items":{"$ref":"#/components/schemas/ProviderShareSubscription"},"type":"array","uniqueItems":false}},"required":["value"],"type":"object"},"ProviderShareSubscriptionProperties":{"description":"Provider share subscription properties","properties":{"consumerEmail":{"description":"Email of the consumer who created the share subscription","readOnly":true,"type":"string"},"consumerName":{"description":"Name of the consumer who created the share subscription","readOnly":true,"type":"string"},"consumerTenantName":{"description":"Tenant name of the consumer who created the share subscription","readOnly":true,"type":"string"},"createdAt":{"description":"created at","format":"date-time","readOnly":true,"type":"string"},"providerEmail":{"description":"Email of the provider who created the share","readOnly":true,"type":"string"},"providerName":{"description":"Name of the provider who created the share","readOnly":true,"type":"string"},"shareSubscriptionObjectId":{"description":"share Subscription Object Id","readOnly":true,"type":"string"},"shareSubscriptionStatus":{"description":"Gets the status of share subscription","enum":["Active","Revoked","SourceDeleted","Revoking"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"shareSubscriptionStatus"}},"sharedAt":{"description":"Shared at","format":"date-time","readOnly":true,"type":"string"}},"type":"object"},"ProxyDto":{"description":"Base data transfer object implementation for proxy resources.","properties":{"id":{"description":"The resource id of the azure resource","readOnly":true,"type":"string"},"name":{"description":"Name of the azure resource","readOnly":true,"type":"string"},"type":{"description":"Type of the azure resource","readOnly":true,"type":"string"}},"type":"object","x-ms-azure-resource":true},"ScheduledSourceShareSynchronizationSettingProperties":{"description":"A Scheduled source synchronization setting data transfer object.","properties":{"recurrenceInterval":{"description":"Recurrence Interval","enum":["Hour","Day"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"recurrenceInterval"}},"synchronizationTime":{"description":"Synchronization time","format":"date-time","type":"string"}},"type":"object"},"ScheduledSourceSynchronizationSetting":{"allOf":[{"$ref":"#/components/schemas/SourceShareSynchronizationSetting"}],"description":"A type of synchronization setting based on schedule","properties":{"properties":{"$ref":"#/components/schemas/ScheduledSourceShareSynchronizationSettingProperties"}},"required":["kind"],"type":"object","x-ms-discriminator-value":"ScheduleBased"},"ScheduledSynchronizationSetting":{"allOf":[{"$ref":"#/components/schemas/SynchronizationSetting"}],"description":"A type of synchronization setting based on schedule","properties":{"properties":{"$ref":"#/components/schemas/ScheduledSynchronizationSettingProperties"}},"required":["properties","kind"],"type":"object","x-ms-discriminator-value":"ScheduleBased"},"ScheduledSynchronizationSettingProperties":{"description":"A Scheduled synchronization setting data transfer object.","properties":{"createdAt":{"description":"Time at which the synchronization setting was created.","format":"date-time","readOnly":true,"type":"string"},"provisioningState":{"description":"Gets or sets the provisioning state","enum":["Succeeded","Creating","Deleting","Moving","Failed"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"provisioningState"}},"recurrenceInterval":{"description":"Recurrence Interval","enum":["Hour","Day"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"recurrenceInterval"}},"synchronizationTime":{"description":"Synchronization time","format":"date-time","type":"string"},"userName":{"description":"Name of the user who created the synchronization setting.","readOnly":true,"type":"string"}},"required":["recurrenceInterval","synchronizationTime"],"type":"object"},"ScheduledTrigger":{"allOf":[{"$ref":"#/components/schemas/Trigger"}],"description":"A type of trigger based on schedule","properties":{"properties":{"$ref":"#/components/schemas/ScheduledTriggerProperties"}},"required":["properties","kind"],"type":"object","x-ms-discriminator-value":"ScheduleBased"},"ScheduledTriggerProperties":{"description":"A Scheduled trigger data transfer object.","properties":{"createdAt":{"description":"Time at which the trigger was created.","format":"date-time","readOnly":true,"type":"string"},"provisioningState":{"description":"Gets the provisioning state","enum":["Succeeded","Creating","Deleting","Moving","Failed"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"provisioningState"}},"recurrenceInterval":{"description":"Recurrence Interval","enum":["Hour","Day"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"recurrenceInterval"}},"synchronizationMode":{"description":"Synchronization mode","enum":["Incremental","FullSync"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"synchronizationMode"}},"synchronizationTime":{"description":"Synchronization time","format":"date-time","type":"string"},"triggerStatus":{"description":"Gets the trigger state","enum":["Active","Inactive","SourceSynchronizationSettingDeleted"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"triggerStatus"}},"userName":{"description":"Name of the user who created the trigger.","readOnly":true,"type":"string"}},"required":["recurrenceInterval","synchronizationTime"],"type":"object"},"Share":{"allOf":[{"$ref":"#/components/schemas/ProxyDto"}],"description":"A share data transfer object.","properties":{"properties":{"$ref":"#/components/schemas/ShareProperties"}},"type":"object"},"ShareList":{"description":"List response for get Shares.","properties":{"nextLink":{"description":"The Url of next result page.","type":"string"},"value":{"description":"Collection of items of type DataTransferObjects.","items":{"$ref":"#/components/schemas/Share"},"type":"array","uniqueItems":false}},"required":["value"],"type":"object"},"ShareProperties":{"description":"Share property bag.","properties":{"createdAt":{"description":"Time at which the share was created.","format":"date-time","readOnly":true,"type":"string"},"description":{"description":"Share description.","type":"string"},"provisioningState":{"description":"Gets or sets the provisioning state","enum":["Succeeded","Creating","Deleting","Moving","Failed"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"provisioningState"}},"shareKind":{"description":"Share kind.","enum":["CopyBased","InPlace"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"shareKind"}},"terms":{"description":"Share terms.","type":"string"},"userEmail":{"description":"Email of the user who created the resource","readOnly":true,"type":"string"},"userName":{"description":"Name of the user who created the resource","readOnly":true,"type":"string"}},"type":"object"},"ShareSubscription":{"allOf":[{"$ref":"#/components/schemas/ProxyDto"}],"description":"A share subscription data transfer object.","properties":{"properties":{"$ref":"#/components/schemas/ShareSubscriptionProperties"}},"required":["properties"],"type":"object"},"ShareSubscriptionList":{"description":"List response for get ShareSubscription.","properties":{"nextLink":{"description":"The Url of next result page.","type":"string"},"value":{"description":"Collection of items of type DataTransferObjects.","items":{"$ref":"#/components/schemas/ShareSubscription"},"type":"array","uniqueItems":false}},"required":["value"],"type":"object"},"ShareSubscriptionProperties":{"description":"Share subscription property bag.","properties":{"createdAt":{"description":"Time at which the share subscription was created.","format":"date-time","readOnly":true,"type":"string"},"invitationId":{"description":"The invitation id.","type":"string"},"providerEmail":{"description":"Email of the provider who created the resource","readOnly":true,"type":"string"},"providerName":{"description":"Name of the provider who created the resource","readOnly":true,"type":"string"},"providerTenantName":{"description":"Tenant name of the provider who created the resource","readOnly":true,"type":"string"},"provisioningState":{"description":"Provisioning state of the share subscription","enum":["Succeeded","Creating","Deleting","Moving","Failed"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"provisioningState"}},"shareDescription":{"description":"Description of share","readOnly":true,"type":"string"},"shareKind":{"description":"Kind of share","enum":["CopyBased","InPlace"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"shareKind"}},"shareName":{"description":"Name of the share","readOnly":true,"type":"string"},"shareSubscriptionStatus":{"description":"Gets the current status of share subscription.","enum":["Active","Revoked","SourceDeleted","Revoking"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"shareSubscriptionStatus"}},"shareTerms":{"description":"Terms of a share","readOnly":true,"type":"string"},"sourceShareLocation":{"description":"Source share location.","type":"string"},"userEmail":{"description":"Email of the user who created the resource","readOnly":true,"type":"string"},"userName":{"description":"Name of the user who created the resource","readOnly":true,"type":"string"}},"required":["invitationId","sourceShareLocation"],"type":"object"},"ShareSubscriptionSynchronization":{"description":"A ShareSubscriptionSynchronization data transfer object.","properties":{"durationMs":{"description":"Synchronization duration","format":"int32","readOnly":true,"type":"integer"},"endTime":{"description":"End time of synchronization","format":"date-time","readOnly":true,"type":"string"},"message":{"description":"message of Synchronization","readOnly":true,"type":"string"},"startTime":{"description":"start time of synchronization","format":"date-time","readOnly":true,"type":"string"},"status":{"description":"Raw Status","readOnly":true,"type":"string"},"synchronizationId":{"description":"Synchronization id","type":"string"},"synchronizationMode":{"description":"Synchronization Mode","enum":["Incremental","FullSync"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"synchronizationMode"}}},"required":["synchronizationId"],"type":"object"},"ShareSubscriptionSynchronizationList":{"description":"A consumer side list of share subscription synchronizations","properties":{"nextLink":{"description":"The Url of next result page.","type":"string"},"value":{"description":"Collection of items of type DataTransferObjects.","items":{"$ref":"#/components/schemas/ShareSubscriptionSynchronization"},"type":"array","uniqueItems":false}},"required":["value"],"type":"object"},"ShareSynchronization":{"description":"A ShareSynchronization data transfer object.","properties":{"consumerEmail":{"description":"Email of the user who created the synchronization","type":"string"},"consumerName":{"description":"Name of the user who created the synchronization","type":"string"},"consumerTenantName":{"description":"Tenant name of the consumer who created the synchronization","type":"string"},"durationMs":{"description":"synchronization duration","format":"int32","type":"integer"},"endTime":{"description":"End time of synchronization","format":"date-time","type":"string"},"message":{"description":"message of synchronization","type":"string"},"startTime":{"description":"start time of synchronization","format":"date-time","type":"string"},"status":{"description":"Raw Status","type":"string"},"synchronizationId":{"description":"Synchronization id","type":"string"},"synchronizationMode":{"description":"Synchronization mode","enum":["Incremental","FullSync"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"synchronizationMode"}}},"type":"object"},"ShareSynchronizationList":{"description":"List response for get ShareSynchronization.","properties":{"nextLink":{"description":"The Url of next result page.","type":"string"},"value":{"description":"Collection of items of type DataTransferObjects.","items":{"$ref":"#/components/schemas/ShareSynchronization"},"type":"array","uniqueItems":false}},"required":["value"],"type":"object"},"SourceShareSynchronizationSetting":{"description":"A view of synchronization setting added by the provider","discriminator":{"propertyName":"kind"},"properties":{"kind":{"description":"Kind of synchronization","enum":["ScheduleBased"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"kind"}}},"required":["kind"],"type":"object"},"SourceShareSynchronizationSettingList":{"description":"List response for get source share Synchronization settings","properties":{"nextLink":{"description":"The Url of next result page.","type":"string"},"value":{"description":"Collection of items of type DataTransferObjects.","items":{"$ref":"#/components/schemas/SourceShareSynchronizationSetting"},"type":"array","uniqueItems":false}},"required":["value"],"type":"object"},"SqlDBTableDataSet":{"allOf":[{"$ref":"#/components/schemas/DataSet"}],"description":"A SQL DB table data set.","properties":{"properties":{"$ref":"#/components/schemas/SqlDBTableProperties"}},"required":["kind"],"type":"object","x-ms-discriminator-value":"SqlDBTable"},"SqlDBTableDataSetMapping":{"allOf":[{"$ref":"#/components/schemas/DataSetMapping"}],"description":"A SQL DB Table data set mapping.","properties":{"properties":{"$ref":"#/components/schemas/SqlDBTableDataSetMappingProperties"}},"required":["properties","kind"],"type":"object","x-ms-discriminator-value":"SqlDBTable"},"SqlDBTableDataSetMappingProperties":{"description":"Properties of the SQL DB table data set mapping.","properties":{"dataSetId":{"description":"The id of the source data set.","type":"string"},"dataSetMappingStatus":{"description":"Gets the status of the data set mapping.","enum":["Ok","Broken"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"dataSetMappingStatus"}},"databaseName":{"description":"DatabaseName name of the sink data set","type":"string"},"provisioningState":{"description":"Provisioning state of the data set mapping.","enum":["Succeeded","Creating","Deleting","Moving","Failed"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"provisioningState"}},"schemaName":{"description":"Schema of the table. Default value is dbo.","type":"string"},"sqlServerResourceId":{"description":"Resource id of SQL server","type":"string"},"tableName":{"description":"SQL DB table name.","type":"string"}},"required":["databaseName","tableName","schemaName","sqlServerResourceId","dataSetId"],"type":"object"},"SqlDBTableProperties":{"description":"Properties of the SQL DB table data set.","properties":{"dataSetId":{"description":"Unique id for identifying a data set resource","readOnly":true,"type":"string"},"databaseName":{"description":"Database name of the source data set","type":"string"},"schemaName":{"description":"Schema of the table. Default value is dbo.","type":"string"},"sqlServerResourceId":{"description":"Resource id of SQL server","type":"string"},"tableName":{"description":"SQL DB table name.","type":"string"}},"required":["databaseName","tableName","schemaName","sqlServerResourceId"],"type":"object"},"SqlDWTableDataSet":{"allOf":[{"$ref":"#/components/schemas/DataSet"}],"description":"A SQL DW table data set.","properties":{"properties":{"$ref":"#/components/schemas/SqlDWTableProperties"}},"required":["kind"],"type":"object","x-ms-discriminator-value":"SqlDWTable"},"SqlDWTableDataSetMapping":{"allOf":[{"$ref":"#/components/schemas/DataSetMapping"}],"description":"A SQL DW Table data set mapping.","properties":{"properties":{"$ref":"#/components/schemas/SqlDWTableDataSetMappingProperties"}},"required":["properties","kind"],"type":"object","x-ms-discriminator-value":"SqlDWTable"},"SqlDWTableDataSetMappingProperties":{"description":"Properties of the SQL DW table data set mapping.","properties":{"dataSetId":{"description":"The id of the source data set.","type":"string"},"dataSetMappingStatus":{"description":"Gets the status of the data set mapping.","enum":["Ok","Broken"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"dataSetMappingStatus"}},"dataWarehouseName":{"description":"DataWarehouse name of the source data set","type":"string"},"provisioningState":{"description":"Provisioning state of the data set mapping.","enum":["Succeeded","Creating","Deleting","Moving","Failed"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"provisioningState"}},"schemaName":{"description":"Schema of the table. Default value is dbo.","type":"string"},"sqlServerResourceId":{"description":"Resource id of SQL server","type":"string"},"tableName":{"description":"SQL DW table name.","type":"string"}},"required":["dataWarehouseName","tableName","schemaName","sqlServerResourceId","dataSetId"],"type":"object"},"SqlDWTableProperties":{"description":"Properties of the SQL DW table data set.","properties":{"dataSetId":{"description":"Unique id for identifying a data set resource","readOnly":true,"type":"string"},"dataWarehouseName":{"description":"DataWarehouse name of the source data set","type":"string"},"schemaName":{"description":"Schema of the table. Default value is dbo.","type":"string"},"sqlServerResourceId":{"description":"Resource id of SQL server","type":"string"},"tableName":{"description":"SQL DW table name.","type":"string"}},"required":["dataWarehouseName","tableName","schemaName","sqlServerResourceId"],"type":"object"},"SynchronizationDetails":{"description":"Synchronization details at data set level","properties":{"dataSetId":{"description":"Id of data set","readOnly":true,"type":"string"},"dataSetType":{"description":"Type of the data set","enum":["Blob","Container","BlobFolder","AdlsGen2FileSystem","AdlsGen2Folder","AdlsGen2File","AdlsGen1Folder","AdlsGen1File","KustoCluster","KustoDatabase","SqlDBTable","SqlDWTable"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"dataSetType"}},"durationMs":{"description":"Duration of data set level copy","format":"int32","readOnly":true,"type":"integer"},"endTime":{"description":"End time of data set level copy","format":"date-time","readOnly":true,"type":"string"},"filesRead":{"description":"The number of files read from the source data set","format":"int64","readOnly":true,"type":"integer"},"filesWritten":{"description":"The number of files written into the sink data set","format":"int64","readOnly":true,"type":"integer"},"message":{"description":"Error message if any","readOnly":true,"type":"string"},"name":{"description":"Name of the data set","readOnly":true,"type":"string"},"rowsCopied":{"description":"The number of files copied into the sink data set","format":"int64","readOnly":true,"type":"integer"},"rowsRead":{"description":"The number of rows read from the source data set.","format":"int64","readOnly":true,"type":"integer"},"sizeRead":{"description":"The size of the data read from the source data set in bytes","format":"int64","readOnly":true,"type":"integer"},"sizeWritten":{"description":"The size of the data written into the sink data set in bytes","format":"int64","readOnly":true,"type":"integer"},"startTime":{"description":"Start time of data set level copy","format":"date-time","readOnly":true,"type":"string"},"status":{"description":"Raw Status","readOnly":true,"type":"string"},"vCore":{"description":"The vCore units consumed for the data set synchronization","format":"int64","readOnly":true,"type":"integer"}},"type":"object"},"SynchronizationDetailsList":{"description":"details of synchronization","properties":{"nextLink":{"description":"The Url of next result page.","type":"string"},"value":{"description":"Collection of items of type DataTransferObjects.","items":{"$ref":"#/components/schemas/SynchronizationDetails"},"type":"array","uniqueItems":false}},"required":["value"],"type":"object"},"SynchronizationSetting":{"allOf":[{"$ref":"#/components/schemas/ProxyDto"}],"description":"A Synchronization Setting data transfer object.","discriminator":{"propertyName":"kind"},"properties":{"kind":{"description":"Kind of synchronization","enum":["ScheduleBased"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"kind"}}},"required":["kind"],"type":"object"},"SynchronizationSettingList":{"description":"List response for get Synchronization settings","properties":{"nextLink":{"description":"The Url of next result page.","type":"string"},"value":{"description":"Collection of items of type DataTransferObjects.","items":{"$ref":"#/components/schemas/SynchronizationSetting"},"type":"array","uniqueItems":false}},"required":["value"],"type":"object"},"Synchronize":{"description":"Payload for the synchronizing the data.","properties":{"synchronizationMode":{"description":"Mode of synchronization used in triggers and snapshot sync. Incremental by default","enum":["Incremental","FullSync"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"synchronizationMode"}}},"type":"object"},"Trigger":{"allOf":[{"$ref":"#/components/schemas/ProxyDto"}],"description":"A Trigger data transfer object.","discriminator":{"propertyName":"kind"},"properties":{"kind":{"description":"Kind of synchronization","enum":["ScheduleBased"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"kind"}}},"required":["kind"],"type":"object"},"TriggerList":{"description":"List response for get triggers","properties":{"nextLink":{"description":"The Url of next result page.","type":"string"},"value":{"description":"Collection of items of type DataTransferObjects.","items":{"$ref":"#/components/schemas/Trigger"},"type":"array","uniqueItems":false}},"required":["value"],"type":"object"}}}}