get Scheduled Synchronization Setting
suspend fun getScheduledSynchronizationSetting(argument: GetScheduledSynchronizationSettingPlainArgs): GetScheduledSynchronizationSettingResult
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
account Name
The name of the share account.
resource Group Name
The resource group name.
share Name
The name of the share.
synchronization Setting Name
The name of the synchronizationSetting.
See also
suspend fun getScheduledSynchronizationSetting(argument: suspend GetScheduledSynchronizationSettingPlainArgsBuilder.() -> Unit): GetScheduledSynchronizationSettingResult
Return
A type of synchronization setting based on schedule
Parameters
argument
Builder for com.pulumi.azurenative.datashare.kotlin.inputs.GetScheduledSynchronizationSettingPlainArgs.