{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-datashare-datashare","description":"DataShareManagementClient","version":"2019-11-01","base_url":"https://management.azure.com","endpoints":52,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api DataShareManagementClient\n@base https://management.azure.com\n@version 2019-11-01\n@auth OAuth2\n@common_fields {api-version: any # The api version to use.}\n@endpoints 52\n@hint download_for_search\n@toc subscriptions(46), providers(6)\n\n@group subscriptions\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.DataShare/accounts\n@desc List Accounts in a subscription\n@required {subscriptionId: any # The subscription identifier}\n@optional {$skipToken: any # Continuation token}\n@returns(200) Success\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}\n@desc Get an account under a resource group\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account.}\n@returns(200) Success\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}\n@desc Create an account in the given resource group\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., account: map # The account payload.}\n@returns(200) Success\n@returns(201) Success\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}\n@desc Delete an account\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account.}\n@returns(200) Success\n@returns(202) Accepted\n@returns(204) Success\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}\n@desc Patch a given account\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., accountUpdateParameters: map # The account update parameters.}\n@returns(200) Success\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts\n@desc List Accounts in a resource group\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name.}\n@optional {$skipToken: any # Continuation token}\n@returns(200) Success\n\n@endgroup\n\n@group providers\n@endpoint GET /providers/Microsoft.DataShare/listInvitations\n@desc List the invitations\n@optional {$skipToken: any # The continuation token}\n@returns(200) Success\n\n@endpoint GET /providers/Microsoft.DataShare/locations/{location}/consumerInvitations/{invitationId}\n@desc Gets the invitation identified by invitationId\n@required {location: any # Location of the invitation, invitationId: any # An invitation id}\n@returns(200) Success\n\n@endpoint POST /providers/Microsoft.DataShare/locations/{location}/rejectInvitation\n@desc Rejects the invitation identified by invitationId\n@required {location: any # Location of the invitation, invitation: map # An invitation payload}\n@returns(200) Success\n\n@endgroup\n\n@group subscriptions\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/dataSets/{dataSetName}\n@desc Get DataSet in a share.\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., shareName: any # The name of the share., dataSetName: any # The name of the dataSet.}\n@returns(200) Success\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/dataSets/{dataSetName}\n@desc Adds a new data set to an existing share.\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., shareName: any # The name of the share to add the data set to., dataSetName: any # The name of the dataSet., dataSet: map # The new data set information.}\n@returns(200) Success\n@returns(201) Success\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/dataSets/{dataSetName}\n@desc Delete DataSet in a share.\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., shareName: any # The name of the share., dataSetName: any # The name of the dataSet.}\n@returns(200) Success\n@returns(202) Accepted\n@returns(204) Success\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/dataSets\n@desc List DataSets in a share.\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., shareName: any # The name of the share.}\n@optional {$skipToken: any # continuation token, $filter: any # Filters the results using OData syntax., $orderby: any # Sorts the results using OData syntax.}\n@returns(200) Success\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/dataSetMappings/{dataSetMappingName}\n@desc Get DataSetMapping in a shareSubscription.\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., shareSubscriptionName: any # The name of the shareSubscription., dataSetMappingName: any # The name of the dataSetMapping.}\n@returns(200) Success\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/dataSetMappings/{dataSetMappingName}\n@desc Maps a source data set in the source share to a sink data set in the share subscription.\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., shareSubscriptionName: any # The name of the share subscription which will hold the data set sink., dataSetMappingName: any # The name of the data set mapping to be created., dataSetMapping: map # Destination data set configuration details.}\n@returns(200) Success\n@returns(201) Success\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/dataSetMappings/{dataSetMappingName}\n@desc Delete DataSetMapping in a shareSubscription.\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., shareSubscriptionName: any # The name of the shareSubscription., dataSetMappingName: any # The name of the dataSetMapping.}\n@returns(200) Success\n@returns(204) Success\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/dataSetMappings\n@desc List DataSetMappings in a share subscription.\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., shareSubscriptionName: any # The name of the share subscription.}\n@optional {$skipToken: any # Continuation token, $filter: any # Filters the results using OData syntax., $orderby: any # Sorts the results using OData syntax.}\n@returns(200) Success\n\n@endgroup\n\n@group providers\n@endpoint POST /providers/Microsoft.DataShare/locations/{location}/activateEmail\n@desc Activates the tenant and email combination using email code received.\n@required {location: any # Location of the activation., emailRegistration: map # The payload for tenant domain activation.}\n@returns(200) Success\n\n@endpoint POST /providers/Microsoft.DataShare/locations/{location}/registerEmail\n@desc Registers the tenant and email combination for verification.\n@required {location: any # Location of the registration}\n@returns(200) Success\n\n@endgroup\n\n@group subscriptions\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/invitations/{invitationName}\n@desc Get Invitation in a share.\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., shareName: any # The name of the share., invitationName: any # The name of the invitation.}\n@returns(200) Success\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/invitations/{invitationName}\n@desc Sends a new invitation to a recipient to access a share.\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., shareName: any # The name of the share to send the invitation for., invitationName: any # The name of the invitation., invitation: map # Invitation details.}\n@returns(200) Success\n@returns(201) Success\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/invitations/{invitationName}\n@desc Delete Invitation in a share.\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., shareName: any # The name of the share., invitationName: any # The name of the invitation.}\n@returns(200) Success\n@returns(204) Success\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/invitations\n@desc List all Invitations in a share.\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., shareName: any # The name of the share.}\n@optional {$skipToken: any # The continuation token, $filter: any # Filters the results using OData syntax., $orderby: any # Sorts the results using OData syntax.}\n@returns(200) Success\n\n@endgroup\n\n@group providers\n@endpoint GET /providers/Microsoft.DataShare/operations\n@desc Lists the available operations\n@returns(200) Success\n\n@endgroup\n\n@group subscriptions\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/listSynchronizationDetails\n@desc List data set level details for a share synchronization\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., shareName: any # The name of the share., shareSynchronization: map # Share Synchronization payload.}\n@optional {$skipToken: any # Continuation token, $filter: any # Filters the results using OData syntax., $orderby: any # Sorts the results using OData syntax.}\n@returns(200) Success\n\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/listSynchronizations\n@desc List Synchronizations in a share\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., shareName: any # The name of the share.}\n@optional {$skipToken: any # Continuation token, $filter: any # Filters the results using OData syntax., $orderby: any # Sorts the results using OData syntax.}\n@returns(200) Success\n\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/providerShareSubscriptions/{providerShareSubscriptionId}/reinstate\n@desc Reinstate share subscription in a provider share.\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., shareName: any # The name of the share., providerShareSubscriptionId: any # To locate shareSubscription}\n@returns(200) Success\n\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/providerShareSubscriptions/{providerShareSubscriptionId}/revoke\n@desc Revoke share subscription in a provider share.\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., shareName: any # The name of the share., providerShareSubscriptionId: any # To locate shareSubscription}\n@returns(200) Success\n@returns(202) Accepted\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/providerShareSubscriptions/{providerShareSubscriptionId}\n@desc Get share subscription in a provider share.\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., shareName: any # The name of the share., providerShareSubscriptionId: any # To locate shareSubscription}\n@returns(200) Success\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/providerShareSubscriptions\n@desc List of available share subscriptions to a provider share.\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., shareName: any # The name of the share.}\n@optional {$skipToken: any # Continuation Token}\n@returns(200) Success\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}\n@desc Get a specified share\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., shareName: any # The name of the share to retrieve.}\n@returns(200) Success\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}\n@desc Create a share in the given account.\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., shareName: any # The name of the share., share: map # The share payload}\n@returns(200) Success\n@returns(201) Success\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}\n@desc Deletes a share\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., shareName: any # The name of the share.}\n@returns(200) Success\n@returns(202) Accepted\n@returns(204) Success\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares\n@desc List of available shares under an account.\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account.}\n@optional {$skipToken: any # Continuation Token, $filter: any # Filters the results using OData syntax., $orderby: any # Sorts the results using OData syntax.}\n@returns(200) Success\n\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/cancelSynchronization\n@desc Request cancellation of a data share snapshot\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., shareSubscriptionName: any # The name of the shareSubscription., shareSubscriptionSynchronization: map # Share Subscription Synchronization payload.}\n@returns(200) Success\n@returns(202) Accepted\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/consumerSourceDataSets\n@desc Get source dataSets of a shareSubscription.\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., shareSubscriptionName: any # The name of the shareSubscription.}\n@optional {$skipToken: any # Continuation token}\n@returns(200) Success\n\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/listSourceShareSynchronizationSettings\n@desc Get source share synchronization settings for a shareSubscription.\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., shareSubscriptionName: any # The name of the shareSubscription.}\n@optional {$skipToken: any # Continuation token}\n@returns(200) Success\n\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/listSynchronizationDetails\n@desc List data set level details for a share subscription synchronization\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., shareSubscriptionName: any # The name of the share subscription., shareSubscriptionSynchronization: map # Share Subscription Synchronization payload.}\n@optional {$skipToken: any # Continuation token, $filter: any # Filters the results using OData syntax., $orderby: any # Sorts the results using OData syntax.}\n@returns(200) Success\n\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/listSynchronizations\n@desc List Synchronizations in a share subscription.\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., shareSubscriptionName: any # The name of the share subscription.}\n@optional {$skipToken: any # Continuation token, $filter: any # Filters the results using OData syntax., $orderby: any # Sorts the results using OData syntax.}\n@returns(200) Success\n\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/synchronize\n@desc Initiate an asynchronous data share job\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., shareSubscriptionName: any # The name of share subscription, synchronize: map # Synchronize payload}\n@returns(200) Success\n@returns(202) Accepted\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}\n@desc Get shareSubscription in an account.\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., shareSubscriptionName: any # The name of the shareSubscription.}\n@returns(200) Success\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}\n@desc Create shareSubscription in an account.\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., shareSubscriptionName: any # The name of the shareSubscription., shareSubscription: map # create parameters for shareSubscription}\n@returns(200) Success\n@returns(201) Success\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}\n@desc Delete shareSubscription in an account.\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., shareSubscriptionName: any # The name of the shareSubscription.}\n@returns(200) Success\n@returns(202) Accepted\n@returns(204) Success\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions\n@desc List of available share subscriptions under an account.\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account.}\n@optional {$skipToken: any # Continuation Token, $filter: any # Filters the results using OData syntax., $orderby: any # Sorts the results using OData syntax.}\n@returns(200) Success\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/synchronizationSettings/{synchronizationSettingName}\n@desc Get synchronizationSetting in a share.\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., shareName: any # The name of the share., synchronizationSettingName: any # The name of the synchronizationSetting.}\n@returns(200) Success\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/synchronizationSettings/{synchronizationSettingName}\n@desc Adds a new synchronization setting to an existing share.\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., shareName: any # The name of the share to add the synchronization setting to., synchronizationSettingName: any # The name of the synchronizationSetting., synchronizationSetting: map # The new synchronization setting information.}\n@returns(200) Success\n@returns(201) Success\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/synchronizationSettings/{synchronizationSettingName}\n@desc Delete synchronizationSetting in a share.\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., shareName: any # The name of the share., synchronizationSettingName: any # The name of the synchronizationSetting .}\n@returns(200) Success\n@returns(202) Accepted\n@returns(204) Success\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/synchronizationSettings\n@desc List synchronizationSettings in a share.\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., shareName: any # The name of the share.}\n@optional {$skipToken: any # continuation token}\n@returns(200) Success\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/triggers/{triggerName}\n@desc Get Trigger in a shareSubscription.\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., shareSubscriptionName: any # The name of the shareSubscription., triggerName: any # The name of the trigger.}\n@returns(200) Success\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/triggers/{triggerName}\n@desc This method creates a trigger for a share subscription\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., shareSubscriptionName: any # The name of the share subscription which will hold the data set sink., triggerName: any # The name of the trigger., trigger: map # Trigger details.}\n@returns(200) Success\n@returns(201) Success\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/triggers/{triggerName}\n@desc Delete Trigger in a shareSubscription.\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., shareSubscriptionName: any # The name of the shareSubscription., triggerName: any # The name of the trigger.}\n@returns(200) Success\n@returns(202) Accepted\n@returns(204) Success\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/triggers\n@desc List Triggers in a share subscription.\n@required {subscriptionId: any # The subscription identifier, resourceGroupName: any # The resource group name., accountName: any # The name of the share account., shareSubscriptionName: any # The name of the share subscription.}\n@optional {$skipToken: any # Continuation token}\n@returns(200) Success\n\n@endgroup\n\n@end\n"}