Uses of Class
com.azure.resourcemanager.network.models.ServiceEndpointPolicyDefinitionListResult
Packages that use ServiceEndpointPolicyDefinitionListResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ServiceEndpointPolicyDefinitionListResult in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ServiceEndpointPolicyDefinitionListResultModifier and TypeClassDescriptionfinal classResponse for ListServiceEndpointPolicyDefinition API service call.Methods in com.azure.resourcemanager.network.models that return ServiceEndpointPolicyDefinitionListResultModifier and TypeMethodDescriptionServiceEndpointPolicyDefinitionListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ServiceEndpointPolicyDefinitionListResult from the JsonReader.ServiceEndpointPolicyDefinitionListResult.withNextLink(String nextLink) Set the nextLink property: The URL to get the next set of results.ServiceEndpointPolicyDefinitionListResult.withValue(List<ServiceEndpointPolicyDefinitionInner> value) Set the value property: The service endpoint policy definition in a service endpoint policy.