Uses of Class
com.azure.resourcemanager.network.models.ServiceGatewaySku
Packages that use ServiceGatewaySku
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ServiceGatewaySku in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ServiceGatewaySkuModifier and TypeMethodDescriptionServiceGatewayInner.sku()Get the sku property: The service gateway SKU.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ServiceGatewaySkuModifier and TypeMethodDescriptionServiceGatewayInner.withSku(ServiceGatewaySku sku) Set the sku property: The service gateway SKU. -
Uses of ServiceGatewaySku in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ServiceGatewaySkuMethods in com.azure.resourcemanager.network.models that return ServiceGatewaySkuModifier and TypeMethodDescriptionstatic ServiceGatewaySkuServiceGatewaySku.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ServiceGatewaySku from the JsonReader.ServiceGatewaySku.withName(ServiceGatewaySkuName name) Set the name property: Name of a service gateway SKU.ServiceGatewaySku.withTier(ServiceGatewaySkuTier tier) Set the tier property: Tier of a service gateway SKU.