GetTriggerPlainArgs

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

Constructors

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

Functions

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

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.