TriggerResourceInner Class
- java.
lang. Object - com.
azure. core. management. SubResource - com.
azure. resourcemanager. datafactory. fluent. models. TriggerResourceInner
- com.
- com.
public final class TriggerResourceInner
extends SubResource
Trigger resource type.
Constructor Summary
| Constructor | Description |
|---|---|
| TriggerResourceInner() |
Creates an instance of Trigger |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
etag()
Get the etag property: Etag identifies change in the resource. |
|
static
Trigger |
fromJson(JsonReader jsonReader)
Reads an instance of Trigger |
| String |
name()
Get the name property: The resource name. |
| Trigger |
properties()
Get the properties property: Properties of the trigger. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The resource type. |
| void |
validate()
Validates the instance. |
|
Trigger |
withId(String id) |
|
Trigger |
withProperties(Trigger properties)
Set the properties property: Properties of the trigger. |
Methods inherited from SubResource
Methods inherited from java.lang.Object
Constructor Details
TriggerResourceInner
public TriggerResourceInner()
Creates an instance of TriggerResourceInner class.
Method Details
etag
public String etag()
Get the etag property: Etag identifies change in the resource.
Returns:
fromJson
public static TriggerResourceInner fromJson(JsonReader jsonReader)
Reads an instance of TriggerResourceInner from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The resource name.
Returns:
properties
public Trigger properties()
Get the properties property: Properties of the trigger.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
TriggerResourceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The resource type.
Returns:
validate
public void validate()
Validates the instance.
withId
public TriggerResourceInner withId(String id)
Overrides:
TriggerResourceInner.withId(String id)Parameters:
withProperties
public TriggerResourceInner withProperties(Trigger properties)
Set the properties property: Properties of the trigger.
Parameters:
Returns: