ServiceEndpointPolicyDefinitionListResult interface
Response for ListServiceEndpointPolicyDefinition API service call. Retrieves all service endpoint policy definition that belongs to a service endpoint policy.
Properties
next |
The URL to get the next set of results. |
value | The service endpoint policy definition in a service endpoint policy. |
Property Details
nextLink
The URL to get the next set of results.
nextLink?: string
Property Value
string
value
The service endpoint policy definition in a service endpoint policy.
value?: ServiceEndpointPolicyDefinition[]