Condividi tramite


WorkflowVersionInner Class

public final class WorkflowVersionInner
extends Resource

The workflow version.

Method Summary

Modifier and Type Method and Description
FlowAccessControlConfiguration accessControl()

Get the accessControl property: The access control configuration.

String accessEndpoint()

Get the accessEndpoint property: Gets the access endpoint.

OffsetDateTime changedTime()

Get the changedTime property: Gets the changed time.

OffsetDateTime createdTime()

Get the createdTime property: Gets the created time.

Object definition()

Get the definition property: The definition.

FlowEndpointsConfiguration endpointsConfiguration()

Get the endpointsConfiguration property: The endpoints configuration.

static WorkflowVersionInner fromJson(JsonReader jsonReader)

Reads an instance of WorkflowVersionInner from the JsonReader.

String id()

Get the id property: Fully qualified resource Id for the resource.

ResourceReference integrationAccount()

Get the integrationAccount property: The integration account.

String name()

Get the name property: The name of the resource.

Map<String,WorkflowParameter> parameters()

Get the parameters property: The parameters.

WorkflowProvisioningState provisioningState()

Get the provisioningState property: The provisioning state.

WorkflowSku sku()

Get the sku property: The sku.

WorkflowState state()

Get the state property: The state.

SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

String version()

Get the version property: Gets the version.

Methods inherited from ProxyResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Method Details

accessControl

public FlowAccessControlConfiguration accessControl()

Get the accessControl property: The access control configuration.

Returns:

the accessControl value.

accessEndpoint

public String accessEndpoint()

Get the accessEndpoint property: Gets the access endpoint.

Returns:

the accessEndpoint value.

changedTime

public OffsetDateTime changedTime()

Get the changedTime property: Gets the changed time.

Returns:

the changedTime value.

createdTime

public OffsetDateTime createdTime()

Get the createdTime property: Gets the created time.

Returns:

the createdTime value.

definition

public Object definition()

Get the definition property: The definition.

Returns:

the definition value.

endpointsConfiguration

public FlowEndpointsConfiguration endpointsConfiguration()

Get the endpointsConfiguration property: The endpoints configuration.

Returns:

the endpointsConfiguration value.

fromJson

public static WorkflowVersionInner fromJson(JsonReader jsonReader)

Reads an instance of WorkflowVersionInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of WorkflowVersionInner 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.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

WorkflowVersionInner.id()

Returns:

the id value.

integrationAccount

public ResourceReference integrationAccount()

Get the integrationAccount property: The integration account.

Returns:

the integrationAccount value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

WorkflowVersionInner.name()

Returns:

the name value.

parameters

public Map<String,WorkflowParameter> parameters()

Get the parameters property: The parameters.

Returns:

the parameters value.

provisioningState

public WorkflowProvisioningState provisioningState()

Get the provisioningState property: The provisioning state.

Returns:

the provisioningState value.

sku

public WorkflowSku sku()

Get the sku property: The sku.

Returns:

the sku value.

state

public WorkflowState state()

Get the state property: The state.

Returns:

the state value.

systemData

public SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

WorkflowVersionInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

WorkflowVersionInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

version

public String version()

Get the version property: Gets the version.

Returns:

the version value.

Applies to