VirtualEndpointResourceForPatch interface
Represents a virtual endpoint for a server.
Properties
endpoint |
The endpoint type for the virtual endpoint. |
members | List of members for a virtual endpoint |
virtual |
List of virtual endpoints for a server NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
endpointType
The endpoint type for the virtual endpoint.
endpointType?: string
Property Value
string
members
List of members for a virtual endpoint
members?: string[]
Property Value
string[]
virtualEndpoints
List of virtual endpoints for a server NOTE: This property will not be serialized. It can only be populated by the server.
virtualEndpoints?: string[]
Property Value
string[]