Sha256: c8cd9f7bb7d90e4a27957f71dd4b0b6c34de17871a3a6d8f7b1b62e886873218
Contents?: true
Size: 574 Bytes
Versions: 24
Compression:
Stored size: 574 Bytes
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::Network::Mgmt::V2018_11_01 module Models # # Defines values for ApplicationGatewaySkuName # module ApplicationGatewaySkuName StandardSmall = "Standard_Small" StandardMedium = "Standard_Medium" StandardLarge = "Standard_Large" WAFMedium = "WAF_Medium" WAFLarge = "WAF_Large" StandardV2 = "Standard_v2" WAFV2 = "WAF_v2" end end end
Version data entries
24 entries across 24 versions & 2 rubygems