次の方法で共有


EdgeActionProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.edgeactions.models.EdgeActionProperties

Implements

public final class EdgeActionProperties
implements JsonSerializable<EdgeActionProperties>

Represents an edge action properties.

Constructor Summary

Constructor Description
EdgeActionProperties()

Creates an instance of EdgeActionProperties class.

Method Summary

Modifier and Type Method and Description
List<EdgeActionAttachment> attachments()

Get the attachments property: A list of attachments for the edge action.

static EdgeActionProperties fromJson(JsonReader jsonReader)

Reads an instance of EdgeActionProperties from the JsonReader.

ProvisioningState provisioningState()

Get the provisioningState property: The provisioning state of the edge action.

JsonWriter 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:

the attachments value.

fromJson

public static EdgeActionProperties fromJson(JsonReader jsonReader)

Reads an instance of EdgeActionProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of EdgeActionProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

provisioningState

public ProvisioningState provisioningState()

Get the provisioningState property: The provisioning state of the edge action.

Returns:

the provisioningState value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to