Class WorkflowVersionProperties
java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.WorkflowVersionProperties
- All Implemented Interfaces:
com.azure.json.JsonSerializable<WorkflowVersionProperties>
public final class WorkflowVersionProperties
extends Object
implements com.azure.json.JsonSerializable<WorkflowVersionProperties>
The workflow version properties.
-
Method Summary
Modifier and TypeMethodDescriptionGet the accessControl property: The access control configuration.Get the accessEndpoint property: Gets the access endpoint.Get the changedTime property: Gets the changed time.Get the createdTime property: Gets the created time.Get the definition property: The definition.Get the endpointsConfiguration property: The endpoints configuration.static WorkflowVersionPropertiesfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WorkflowVersionProperties from the JsonReader.Get the integrationAccount property: The integration account.Get the parameters property: The parameters.Get the provisioningState property: The provisioning state.sku()Get the sku property: The sku.state()Get the state property: The state.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.version()Get the version property: Gets the version.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Method Details
-
provisioningState
Get the provisioningState property: The provisioning state.- Returns:
- the provisioningState value.
-
createdTime
Get the createdTime property: Gets the created time.- Returns:
- the createdTime value.
-
changedTime
Get the changedTime property: Gets the changed time.- Returns:
- the changedTime value.
-
state
-
version
-
accessEndpoint
Get the accessEndpoint property: Gets the access endpoint.- Returns:
- the accessEndpoint value.
-
endpointsConfiguration
Get the endpointsConfiguration property: The endpoints configuration.- Returns:
- the endpointsConfiguration value.
-
accessControl
Get the accessControl property: The access control configuration.- Returns:
- the accessControl value.
-
sku
-
integrationAccount
Get the integrationAccount property: The integration account.- Returns:
- the integrationAccount value.
-
definition
Get the definition property: The definition.- Returns:
- the definition value.
-
parameters
Get the parameters property: The parameters.- Returns:
- the parameters value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<WorkflowVersionProperties>- Throws:
IOException
-
fromJson
public static WorkflowVersionProperties fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of WorkflowVersionProperties from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of WorkflowVersionProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException- If an error occurs while reading the WorkflowVersionProperties.
-