Sha256: c8996e8d0ff38d8799012e78367190fd282974cb702eb8d42e18a54902c14640
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_06_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