listShareSubscriptionSynchronizationDetails

List synchronization details Uses Azure REST API version 2021-08-01.

Return

details of synchronization

Parameters

argument

null


suspend fun listShareSubscriptionSynchronizationDetails(accountName: String, filter: String? = null, orderby: String? = null, resourceGroupName: String, shareSubscriptionName: String, skipToken: String? = null, synchronizationId: String): ListShareSubscriptionSynchronizationDetailsResult

Return

details of synchronization

Parameters

accountName

The name of the share account.

filter

Filters the results using OData syntax.

orderby

Sorts the results using OData syntax.

resourceGroupName

The resource group name.

shareSubscriptionName

The name of the share subscription.

skipToken

Continuation token

synchronizationId

Synchronization id

See also


Return

details of synchronization

Parameters

argument

Builder for com.pulumi.azurenative.datashare.kotlin.inputs.ListShareSubscriptionSynchronizationDetailsPlainArgs.

See also