Show / Hide Table of Contents

Class GetWorkflowResult

Inheritance
System.Object
GetWorkflowResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.LogicApps
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetWorkflowResult

Fields

View Source

AccessEndpoint

The Access Endpoint for the Logic App Workflow

Declaration
public readonly string AccessEndpoint
Field Value
Type Description
System.String
View Source

ConnectorEndpointIpAddresses

The list of access endpoint ip addresses of connector.

Declaration
public readonly ImmutableArray<string> ConnectorEndpointIpAddresses
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

ConnectorOutboundIpAddresses

The list of outgoing ip addresses of connector.

Declaration
public readonly ImmutableArray<string> ConnectorOutboundIpAddresses
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Location

The Azure location where the Logic App Workflow exists.

Declaration
public readonly string Location
Field Value
Type Description
System.String
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Parameters

A map of Key-Value pairs.

Declaration
public readonly ImmutableDictionary<string, string> Parameters
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
View Source

ResourceGroupName

Declaration
public readonly string ResourceGroupName
Field Value
Type Description
System.String
View Source

Tags

A mapping of tags assigned to the resource.

Declaration
public readonly ImmutableDictionary<string, string> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
View Source

WorkflowEndpointIpAddresses

The list of access endpoint ip addresses of workflow.

Declaration
public readonly ImmutableArray<string> WorkflowEndpointIpAddresses
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

WorkflowOutboundIpAddresses

The list of outgoing ip addresses of workflow.

Declaration
public readonly ImmutableArray<string> WorkflowOutboundIpAddresses
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

WorkflowSchema

The Schema used for this Logic App Workflow.

Declaration
public readonly string WorkflowSchema
Field Value
Type Description
System.String
View Source

WorkflowVersion

The version of the Schema used for this Logic App Workflow. Defaults to 1.0.0.0.

Declaration
public readonly string WorkflowVersion
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.