RerunTriggerResource Class

public final class RerunTriggerResource
extends SubResource

RerunTrigger resource type.

Constructor Summary

Constructor Description
RerunTriggerResource()

Creates an instance of RerunTriggerResource class.

Method Summary

Modifier and Type Method and Description
RerunTumblingWindowTrigger getProperties()

Get the properties property: Properties of the rerun trigger.

RerunTriggerResource setProperties(RerunTumblingWindowTrigger properties)

Set the properties property: Properties of the rerun trigger.

Methods inherited from AzureEntityResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Constructor Details

RerunTriggerResource

public RerunTriggerResource()

Creates an instance of RerunTriggerResource class.

Method Details

getProperties

public RerunTumblingWindowTrigger getProperties()

Get the properties property: Properties of the rerun trigger.

Returns:

the properties value.

setProperties

public RerunTriggerResource setProperties(RerunTumblingWindowTrigger properties)

Set the properties property: Properties of the rerun trigger.

Parameters:

properties - the properties value to set.

Returns:

the RerunTriggerResource object itself.

Applies to