Sha256: 702879ec2f569c6829c888551ba8382370088ec5f5f8604eddeec7b3e6d6a83d
Contents?: true
Size: 574 Bytes
Versions: 23
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_12_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
23 entries across 23 versions & 2 rubygems