OutboundEnvironmentEndpoint interface
An endpoint that the managed instance service requires outbound network access to.
Properties
| category | The type of service accessed by the managed instance service, e.g., Azure Storage, Azure Active Directory, etc. |
| endpoints | The endpoints that the managed instance service communicates with in order to function correctly. |
Property Details
category
The type of service accessed by the managed instance service, e.g., Azure Storage, Azure Active Directory, etc.
category?: string
Property Value
string
endpoints
The endpoints that the managed instance service communicates with in order to function correctly.
endpoints?: EndpointDependency[]