Uses of Class
com.azure.resourcemanager.apimanagement.models.GatewayResourceSkuResults
Packages that use GatewayResourceSkuResults
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of GatewayResourceSkuResults in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return GatewayResourceSkuResultsModifier and TypeMethodDescriptionstatic GatewayResourceSkuResultsGatewayResourceSkuResults.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GatewayResourceSkuResults from the JsonReader.GatewayResourceSkuResults.withNextLink(String nextLink) Set the nextLink property: The uri to fetch the next page of API Management gateway Skus.GatewayResourceSkuResults.withValue(List<GatewayResourceSkuResultInner> value) Set the value property: The list of skus available for the gateway.