EdgeActionProperties Class
- java.
lang. Object - com.
azure. resourcemanager. edgeactions. models. EdgeActionProperties
- com.
Implements
public final class EdgeActionProperties
implements JsonSerializable<EdgeActionProperties>
Represents an edge action properties.
Constructor Summary
| Constructor | Description |
|---|---|
| EdgeActionProperties() |
Creates an instance of Edge |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Edge |
attachments()
Get the attachments property: A list of attachments for the edge action. |
|
static
Edge |
fromJson(JsonReader jsonReader)
Reads an instance of Edge |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
EdgeActionProperties
public EdgeActionProperties()
Creates an instance of EdgeActionProperties class.
Method Details
attachments
public List<EdgeActionAttachment> attachments()
Get the attachments property: A list of attachments for the edge action.
Returns:
fromJson
public static EdgeActionProperties fromJson(JsonReader jsonReader)
Reads an instance of EdgeActionProperties from the JsonReader.
Parameters:
Returns:
Throws:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the edge action.
Returns: