Uses of Class
com.azure.resourcemanager.apimanagement.models.ApiManagementGatewayListResult
Packages that use ApiManagementGatewayListResult
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of ApiManagementGatewayListResult in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ApiManagementGatewayListResultModifier and TypeMethodDescriptionApiManagementGatewayListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApiManagementGatewayListResult from the JsonReader.ApiManagementGatewayListResult.withNextLink(String nextLink) Set the nextLink property: Link to the next set of results.ApiManagementGatewayListResult.withValue(List<ApiManagementGatewayResourceInner> value) Set the value property: Result of the List API Management gateway operation.