Sha256: 6293fee34d0dd41dbae74e348cf23d26e2b0dbb71105206bd22678e959c2d882
Contents?: true
Size: 574 Bytes
Versions: 32
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_04_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
32 entries across 32 versions & 2 rubygems