GetScheduledTriggerPlainArgs

data class GetScheduledTriggerPlainArgs(val accountName: String, val resourceGroupName: String, val shareSubscriptionName: String, val triggerName: String) : ConvertibleToJava<GetScheduledTriggerPlainArgs>

Constructors

Link copied to clipboard
constructor(accountName: String, resourceGroupName: String, shareSubscriptionName: String, triggerName: String)

Properties

Link copied to clipboard

The name of the share account.

Link copied to clipboard

The resource group name.

Link copied to clipboard

The name of the shareSubscription.

Link copied to clipboard

The name of the trigger.

Functions

Link copied to clipboard
open override fun toJava(): GetScheduledTriggerPlainArgs