Class PendingFlowResponse


  • public final class PendingFlowResponse
    extends java.lang.Object
    • Method Detail

      • connection

        public java.util.Optional<SelectedResourceResponse> connection()
        Returns:
        The connection associated with this flow
      • connectionId

        public java.lang.String connectionId()
        Returns:
        Connection ID of the pending flow.
      • dataType

        public java.util.Optional<java.lang.String> dataType()
        Returns:
        Transfer Storage Blobs or Tables
      • flowId

        public java.lang.String flowId()
        Returns:
        Dataflow GUID associated with this flow
      • flowType

        public java.util.Optional<java.lang.String> flowType()
        Returns:
        The flow type for this flow
      • id

        public java.lang.String id()
        Returns:
        Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
      • keyVaultUri

        public java.util.Optional<java.lang.String> keyVaultUri()
        Returns:
        AME, PME, or TORUS only! AKV Chain Containing SAS Token
      • linkStatus

        public java.lang.String linkStatus()
        Returns:
        Link status of the current flow
      • linkedFlowId

        public java.lang.String linkedFlowId()
        Returns:
        Resource ID of the linked flow
      • location

        public java.lang.String location()
        Returns:
        The geo-location where the resource lives
      • name

        public java.lang.String name()
        Returns:
        The name of the resource
      • policies

        public java.util.List<java.lang.String> policies()
        Returns:
        The policies for this flow
      • provisioningState

        public java.lang.String provisioningState()
        Returns:
        Provisioning state of the flow
      • schema

        public java.util.Optional<SchemaResponse> schema()
        Returns:
        The selected schema for this flow
      • serviceBusQueueId

        public java.util.Optional<java.lang.String> serviceBusQueueId()
        Returns:
        Service Bus Queue ID
      • status

        public java.util.Optional<java.lang.String> status()
        Returns:
        Status of the current flow
      • storageAccountId

        public java.util.Optional<java.lang.String> storageAccountId()
        Returns:
        Storage Account ID
      • storageAccountName

        public java.util.Optional<java.lang.String> storageAccountName()
        Returns:
        Storage Account
      • storageContainerName

        public java.util.Optional<java.lang.String> storageContainerName()
        Returns:
        Storage Container Name
      • subscriptionId

        public java.lang.String subscriptionId()
        Returns:
        Subscription ID of the pending flow.
      • systemData

        public SystemDataResponse systemData()
        Returns:
        Azure Resource Manager metadata containing createdBy and modifiedBy information.
      • tags

        public java.util.Map<java.lang.String,​java.lang.String> tags()
        Returns:
        Resource tags.
      • type

        public java.lang.String type()
        Returns:
        The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"