Uses of Class
com.azure.resourcemanager.network.models.VirtualNetworkGatewaySku
Packages that use VirtualNetworkGatewaySku
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of VirtualNetworkGatewaySku in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VirtualNetworkGatewaySkuModifier and TypeMethodDescriptionVirtualNetworkGatewayInner.sku()Get the sku property: The reference to the VirtualNetworkGatewaySku resource which represents the SKU selected for Virtual network gateway.VirtualNetworkGatewayPropertiesFormat.sku()Get the sku property: The reference to the VirtualNetworkGatewaySku resource which represents the SKU selected for Virtual network gateway.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type VirtualNetworkGatewaySkuModifier and TypeMethodDescriptionVirtualNetworkGatewayInner.withSku(VirtualNetworkGatewaySku sku) Set the sku property: The reference to the VirtualNetworkGatewaySku resource which represents the SKU selected for Virtual network gateway.VirtualNetworkGatewayPropertiesFormat.withSku(VirtualNetworkGatewaySku sku) Set the sku property: The reference to the VirtualNetworkGatewaySku resource which represents the SKU selected for Virtual network gateway. -
Uses of VirtualNetworkGatewaySku in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return VirtualNetworkGatewaySkuModifier and TypeMethodDescriptionstatic VirtualNetworkGatewaySkuVirtualNetworkGatewaySku.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualNetworkGatewaySku from the JsonReader.VirtualNetworkGateway.sku()Gets the SKU of this virtual network gateway.VirtualNetworkGatewaySku.withName(VirtualNetworkGatewaySkuName name) Set the name property: Gateway SKU name.VirtualNetworkGatewaySku.withTier(VirtualNetworkGatewaySkuTier tier) Set the tier property: Gateway SKU tier.