Share Subscriptions - List Source Share Synchronization Settings
Synchronisatie-instellingen voor bronshares ophalen voor een shareAbonnement.
Synchronisatie-instellingen ophalen die zijn ingesteld voor een share
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/listSourceShareSynchronizationSettings?api-version=2021-08-01
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/listSourceShareSynchronizationSettings?api-version=2021-08-01&$skipToken={$skipToken}
URI-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
account
|
path | True |
string |
De naam van het share-account. |
resource
|
path | True |
string |
De naam van de resourcegroep. |
share
|
path | True |
string |
De naam van de shareSubscription. |
subscription
|
path | True |
string |
De abonnements-id |
api-version
|
query | True |
string |
De API-versie die moet worden gebruikt. |
$skip
|
query |
string |
Vervolgtoken |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
Geslaagd |
|
Other Status Codes |
Er is een foutbericht ontvangen van de resourceprovider Microsoft.DataShare. |
Beveiliging
azure_auth
Azure Active Directory OAuth2-stroom.
Type:
oauth2
Stroom:
implicit
Autorisatie-URL:
https://login.microsoftonline.com/common/oauth2/authorize
Bereiken
Name | Description |
---|---|
user_impersonation | Uw gebruikersaccount imiteren |
Voorbeelden
ShareSubscriptions_ListSourceShareSynchronizationSettings
Voorbeeldaanvraag
Voorbeeldrespons
Date: Wed, 13 Sep 2017 17:33:55 GMT
x-ms-request-id: 8e58266a-de42-40d5-b3c4-c6a7e159cfba
X-Content-Type-Options: nosniff
x-ms-ratelimit-remaining-subscription-reads: 14993
x-ms-correlation-request-id: 5d862c55-4de9-4a46-969d-cf1ed3e235ed
{
"value": [
{
"properties": {
"recurrenceInterval": "Hour",
"synchronizationTime": "2019-03-15T19:45:58Z"
},
"kind": "ScheduleBased"
}
]
}
Definities
Name | Description |
---|---|
Data |
Het foutmodel voor gegevensshares. |
Data |
Het model voor de foutbody van de gegevensshare. |
recurrence |
Terugkeerpatroon |
Scheduled |
Een type synchronisatie-instelling op basis van planning |
Source |
Lijstantwoord voor synchronisatie-instellingen voor bronshare ophalen |
DataShareError
Het foutmodel voor gegevensshares.
Name | Type | Description |
---|---|---|
error |
De fouttekst van de gegevensshare |
DataShareErrorInfo
Het model voor de foutbody van de gegevensshare.
Name | Type | Description |
---|---|---|
code |
string |
Code van de fout |
details |
Geneste details van het foutmodel |
|
message |
string |
Bericht van de fout |
target |
string |
Doel van de fout |
recurrenceInterval
Terugkeerpatroon
Name | Type | Description |
---|---|---|
Day |
string |
|
Hour |
string |
ScheduledSourceSynchronizationSetting
Een type synchronisatie-instelling op basis van planning
Name | Type | Description |
---|---|---|
kind |
string:
Schedule |
Soort synchronisatie-instelling op share. |
properties.recurrenceInterval |
Terugkeerpatroon |
|
properties.synchronizationTime |
string |
Synchronisatietijd |
SourceShareSynchronizationSettingList
Lijstantwoord voor synchronisatie-instellingen voor bronshare ophalen
Name | Type | Description |
---|---|---|
nextLink |
string |
De URL van de volgende resultaatpagina. |
value | SourceShareSynchronizationSetting[]: |
Verzameling van items van het type DataTransferObjects. |