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. NOTE: This property will not be serialized. It can only be populated by the server.

endpoints

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.

Property Details

category

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.

category?: string

Property Value

string

endpoints

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.

endpoints?: EndpointDependency[]

Property Value