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
accountName
path True

string

De naam van het share-account.

resourceGroupName
path True

string

De naam van de resourcegroep.

shareSubscriptionName
path True

string

De naam van de shareSubscription.

subscriptionId
path True

string

De abonnements-id

api-version
query True

string

De API-versie die moet worden gebruikt.

$skipToken
query

string

Vervolgtoken

Antwoorden

Name Type Description
200 OK

SourceShareSynchronizationSettingList

Geslaagd

Other Status Codes

DataShareError

Er is een foutbericht ontvangen van de resourceprovider Microsoft.DataShare.

Beveiliging

azure_auth

Azure Active Directory OAuth2-stroom.

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation Uw gebruikersaccount imiteren

Voorbeelden

ShareSubscriptions_ListSourceShareSynchronizationSettings

Sample Request

POST https://management.azure.com/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1/shareSubscriptions/ShareSub1/listSourceShareSynchronizationSettings?api-version=2021-08-01

Sample Response

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
DataShareError

Het foutmodel voor gegevensshares.

DataShareErrorInfo

Het model voor de foutbody van de gegevensshare.

recurrenceInterval

Terugkeerpatroon

ScheduledSourceSynchronizationSetting

Een type synchronisatie-instelling op basis van planning

SourceShareSynchronizationSettingList

Lijstantwoord voor synchronisatie-instellingen voor bronshare ophalen

DataShareError

Het foutmodel voor gegevensshares.

Name Type Description
error

DataShareErrorInfo

De fouttekst van de gegevensshare

DataShareErrorInfo

Het model voor de foutbody van de gegevensshare.

Name Type Description
code

string

Code van de fout

details

DataShareErrorInfo[]

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:

ScheduleBased

Soort synchronisatie-instelling op share.

properties.recurrenceInterval

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[]:

ScheduledSourceSynchronizationSetting[]

Verzameling van items van het type DataTransferObjects.