Interface WorkflowVersion


public interface WorkflowVersion
An immutable client-side representation of WorkflowVersion.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • location

      String location()
      Gets the location property: The geo-location where the resource lives.
      Returns:
      the location value.
    • tags

      Map<String,String> tags()
      Gets the tags property: Resource tags.
      Returns:
      the tags value.
    • provisioningState

      WorkflowProvisioningState provisioningState()
      Gets the provisioningState property: The provisioning state.
      Returns:
      the provisioningState value.
    • createdTime

      OffsetDateTime createdTime()
      Gets the createdTime property: Gets the created time.
      Returns:
      the createdTime value.
    • changedTime

      OffsetDateTime changedTime()
      Gets the changedTime property: Gets the changed time.
      Returns:
      the changedTime value.
    • state

      WorkflowState state()
      Gets the state property: The state.
      Returns:
      the state value.
    • version

      String version()
      Gets the version property: Gets the version.
      Returns:
      the version value.
    • accessEndpoint

      String accessEndpoint()
      Gets the accessEndpoint property: Gets the access endpoint.
      Returns:
      the accessEndpoint value.
    • endpointsConfiguration

      FlowEndpointsConfiguration endpointsConfiguration()
      Gets the endpointsConfiguration property: The endpoints configuration.
      Returns:
      the endpointsConfiguration value.
    • accessControl

      Gets the accessControl property: The access control configuration.
      Returns:
      the accessControl value.
    • sku

      Sku sku()
      Gets the sku property: The sku.
      Returns:
      the sku value.
    • integrationAccount

      ResourceReference integrationAccount()
      Gets the integrationAccount property: The integration account.
      Returns:
      the integrationAccount value.
    • definition

      Object definition()
      Gets the definition property: The definition.
      Returns:
      the definition value.
    • parameters

      Gets the parameters property: The parameters.
      Returns:
      the parameters value.
    • innerModel

      WorkflowVersionInner innerModel()
      Gets the inner com.azure.resourcemanager.logic.fluent.models.WorkflowVersionInner object.
      Returns:
      the inner object.