Sha256: dfe5a357fa5e9285a4d1bc8244d0f6298a5d01d4d33c759cfa90eafd6b62f92c
Contents?: true
Size: 470 Bytes
Versions: 1
Compression:
Stored size: 470 Bytes
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Web module Models # # Defines values for AppServicePlanRestrictions # module AppServicePlanRestrictions None = "None" Free = "Free" Shared = "Shared" Basic = "Basic" Standard = "Standard" Premium = "Premium" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_web-0.9.0 | lib/generated/azure_mgmt_web/models/app_service_plan_restrictions.rb |