getScheduledSynchronizationSetting

Get a synchronizationSetting in a share Uses Azure REST API version 2021-08-01.

Return

A type of synchronization setting based on schedule

Parameters

argument

null


suspend fun getScheduledSynchronizationSetting(accountName: String, resourceGroupName: String, shareName: String, synchronizationSettingName: String): GetScheduledSynchronizationSettingResult

Return

A type of synchronization setting based on schedule

Parameters

accountName

The name of the share account.

resourceGroupName

The resource group name.

shareName

The name of the share.

synchronizationSettingName

The name of the synchronizationSetting.

See also


Return

A type of synchronization setting based on schedule

Parameters

argument

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

See also