TriggerProperties Class
- java.
lang. Object - com.
azure. resourcemanager. imagebuilder. models. TriggerProperties
- com.
Implements
public class TriggerProperties
implements JsonSerializable<TriggerProperties>
Describes the properties of a trigger.
Constructor Summary
| Constructor | Description |
|---|---|
| TriggerProperties() |
Creates an instance of Trigger |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Trigger |
fromJson(JsonReader jsonReader)
Reads an instance of Trigger |
| String |
kind()
Get the kind property: The kind of trigger. |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Trigger |
status()
Get the status property: Trigger status. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
TriggerProperties
public TriggerProperties()
Creates an instance of TriggerProperties class.
Method Details
fromJson
public static TriggerProperties fromJson(JsonReader jsonReader)
Reads an instance of TriggerProperties from the JsonReader.
Parameters:
Returns:
Throws:
kind
public String kind()
Get the kind property: The kind of trigger.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Provisioning state of the resource.
Returns:
status
public TriggerStatus status()
Get the status property: Trigger status.
Returns:
toJson
validate
public void validate()
Validates the instance.