Share via


WorkflowInner Class

public final class WorkflowInner
extends Resource

The workflow type.

Constructor Summary

Constructor Description
WorkflowInner()

Creates an instance of WorkflowInner class.

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 WorkflowInner fromJson(JsonReader jsonReader)

Reads an instance of WorkflowInner from the JsonReader.

String id()

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

ManagedServiceIdentity identity()

Get the identity property: Managed service identity properties.

ResourceReference integrationAccount()

Get the integrationAccount property: The integration account.

ResourceReference integrationServiceEnvironment()

Get the integrationServiceEnvironment property: The integration service environment.

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: Gets the provisioning state.

Sku sku()

Get the sku property: The sku.

WorkflowState state()

Get the state property: The state.

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.

WorkflowInner withAccessControl(FlowAccessControlConfiguration accessControl)

Set the accessControl property: The access control configuration.

WorkflowInner withDefinition(Object definition)

Set the definition property: The definition.

WorkflowInner withEndpointsConfiguration(FlowEndpointsConfiguration endpointsConfiguration)

Set the endpointsConfiguration property: The endpoints configuration.

WorkflowInner withIdentity(ManagedServiceIdentity identity)

Set the identity property: Managed service identity properties.

WorkflowInner withIntegrationAccount(ResourceReference integrationAccount)

Set the integrationAccount property: The integration account.

WorkflowInner withIntegrationServiceEnvironment(ResourceReference integrationServiceEnvironment)

Set the integrationServiceEnvironment property: The integration service environment.

WorkflowInner withLocation(String location)
WorkflowInner withParameters(Map<String,WorkflowParameter> parameters)

Set the parameters property: The parameters.

WorkflowInner withState(WorkflowState state)

Set the state property: The state.

WorkflowInner withTags(Map<String,String> tags)

Methods inherited from ProxyResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Constructor Details

WorkflowInner

public WorkflowInner()

Creates an instance of WorkflowInner class.

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 WorkflowInner fromJson(JsonReader jsonReader)

Reads an instance of WorkflowInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of WorkflowInner 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:

WorkflowInner.id()

Returns:

the id value.

identity

public ManagedServiceIdentity identity()

Get the identity property: Managed service identity properties.

Returns:

the identity value.

integrationAccount

public ResourceReference integrationAccount()

Get the integrationAccount property: The integration account.

Returns:

the integrationAccount value.

integrationServiceEnvironment

public ResourceReference integrationServiceEnvironment()

Get the integrationServiceEnvironment property: The integration service environment.

Returns:

the integrationServiceEnvironment value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

WorkflowInner.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: Gets the provisioning state.

Returns:

the provisioningState value.

sku

public Sku 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.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

WorkflowInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

WorkflowInner.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.

withAccessControl

public WorkflowInner withAccessControl(FlowAccessControlConfiguration accessControl)

Set the accessControl property: The access control configuration.

Parameters:

accessControl - the accessControl value to set.

Returns:

the WorkflowInner object itself.

withDefinition

public WorkflowInner withDefinition(Object definition)

Set the definition property: The definition.

Parameters:

definition - the definition value to set.

Returns:

the WorkflowInner object itself.

withEndpointsConfiguration

public WorkflowInner withEndpointsConfiguration(FlowEndpointsConfiguration endpointsConfiguration)

Set the endpointsConfiguration property: The endpoints configuration.

Parameters:

endpointsConfiguration - the endpointsConfiguration value to set.

Returns:

the WorkflowInner object itself.

withIdentity

public WorkflowInner withIdentity(ManagedServiceIdentity identity)

Set the identity property: Managed service identity properties.

Parameters:

identity - the identity value to set.

Returns:

the WorkflowInner object itself.

withIntegrationAccount

public WorkflowInner withIntegrationAccount(ResourceReference integrationAccount)

Set the integrationAccount property: The integration account.

Parameters:

integrationAccount - the integrationAccount value to set.

Returns:

the WorkflowInner object itself.

withIntegrationServiceEnvironment

public WorkflowInner withIntegrationServiceEnvironment(ResourceReference integrationServiceEnvironment)

Set the integrationServiceEnvironment property: The integration service environment.

Parameters:

integrationServiceEnvironment - the integrationServiceEnvironment value to set.

Returns:

the WorkflowInner object itself.

withLocation

public WorkflowInner withLocation(String location)

Overrides:

WorkflowInner.withLocation(String location)

Parameters:

location

withParameters

public WorkflowInner withParameters(Map<String,WorkflowParameter> parameters)

Set the parameters property: The parameters.

Parameters:

parameters - the parameters value to set.

Returns:

the WorkflowInner object itself.

withState

public WorkflowInner withState(WorkflowState state)

Set the state property: The state.

Parameters:

state - the state value to set.

Returns:

the WorkflowInner object itself.

withTags

public WorkflowInner withTags(Map<String,String> tags)

Overrides:

WorkflowInner.withTags(Map<String,String> tags)

Parameters:

tags

Applies to