-
Notifications
You must be signed in to change notification settings - Fork 187
/
FlowEndpoints.yml
34 lines (34 loc) · 1.03 KB
/
FlowEndpoints.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
### YamlMime:TSType
name: FlowEndpoints
uid: '@azure/arm-logic.FlowEndpoints'
package: '@azure/arm-logic'
summary: The flow endpoints configuration.
fullName: FlowEndpoints
remarks: ''
isDeprecated: false
type: interface
properties:
- name: accessEndpointIpAddresses
uid: '@azure/arm-logic.FlowEndpoints.accessEndpointIpAddresses'
package: '@azure/arm-logic'
summary: The access endpoint ip address.
fullName: accessEndpointIpAddresses
remarks: ''
isDeprecated: false
syntax:
content: 'accessEndpointIpAddresses?: IpAddress[]'
return:
description: ''
type: <xref uid="@azure/arm-logic.IpAddress" />[]
- name: outgoingIpAddresses
uid: '@azure/arm-logic.FlowEndpoints.outgoingIpAddresses'
package: '@azure/arm-logic'
summary: The outgoing ip address.
fullName: outgoingIpAddresses
remarks: ''
isDeprecated: false
syntax:
content: 'outgoingIpAddresses?: IpAddress[]'
return:
description: ''
type: <xref uid="@azure/arm-logic.IpAddress" />[]