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 SourceAccessEndpoint
The Access Endpoint for the Logic App Workflow
Declaration
public readonly string AccessEndpoint
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
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> |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Location
The Azure location where the Logic App Workflow exists.
Declaration
public readonly string Location
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
ResourceGroupName
Declaration
public readonly string ResourceGroupName
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
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> |
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> |
WorkflowSchema
The Schema used for this Logic App Workflow.
Declaration
public readonly string WorkflowSchema
Field Value
| Type | Description |
|---|---|
| System.String |
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 |