-
Notifications
You must be signed in to change notification settings - Fork 188
/
OutboundEnvironmentEndpoint.yml
46 lines (44 loc) · 1.38 KB
/
OutboundEnvironmentEndpoint.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
35
36
37
38
39
40
41
42
43
44
45
46
### YamlMime:TSType
name: OutboundEnvironmentEndpoint
uid: '@azure/arm-sql.OutboundEnvironmentEndpoint'
package: '@azure/arm-sql'
summary: >-
An endpoint that the managed instance service requires outbound network access
to.
fullName: OutboundEnvironmentEndpoint
remarks: ''
isDeprecated: false
type: interface
properties:
- name: category
uid: '@azure/arm-sql.OutboundEnvironmentEndpoint.category'
package: '@azure/arm-sql'
summary: >-
The type of service accessed by the managed instance service, e.g., Azure
Storage, Azure Active Directory, etc.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: category
remarks: ''
isDeprecated: false
syntax:
content: 'category?: string'
return:
description: ''
type: string
- name: endpoints
uid: '@azure/arm-sql.OutboundEnvironmentEndpoint.endpoints'
package: '@azure/arm-sql'
summary: >-
The endpoints that the managed instance service communicates with in order
to function correctly.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: endpoints
remarks: ''
isDeprecated: false
syntax:
content: 'endpoints?: EndpointDependency[]'
return:
description: ''
type: <xref uid="@azure/arm-sql.EndpointDependency" />[]