listShareSynchronizationDetails

List synchronization details API Version: 2020-09-01.

Return

details of synchronization

Parameters

argument

null


suspend fun listShareSynchronizationDetails(accountName: String, consumerEmail: String? = null, consumerName: String? = null, consumerTenantName: String? = null, durationMs: Int? = null, endTime: String? = null, filter: String? = null, message: String? = null, orderby: String? = null, resourceGroupName: String, shareName: String, skipToken: String? = null, startTime: String? = null, status: String? = null, synchronizationId: String? = null): ListShareSynchronizationDetailsResult

Return

details of synchronization

Parameters

accountName

The name of the share account.

consumerEmail

Email of the user who created the synchronization

consumerName

Name of the user who created the synchronization

consumerTenantName

Tenant name of the consumer who created the synchronization

durationMs

synchronization duration

endTime

End time of synchronization

filter

Filters the results using OData syntax.

message

message of synchronization

orderby

Sorts the results using OData syntax.

resourceGroupName

The resource group name.

shareName

The name of the share.

skipToken

Continuation token

startTime

start time of synchronization

status

Raw Status

synchronizationId

Synchronization id

See also


Return

details of synchronization

Parameters

argument

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

See also