Sha256: 5519583a43813510c99ba0976edee938ba9fef3ca3f57072a7107224b4365e6c
Contents?: true
Size: 708 Bytes
Versions: 2
Compression:
Stored size: 708 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::Web::Mgmt::V2020_09_01 module Models # # Defines values for CheckNameResourceTypes # module CheckNameResourceTypes Site = "Site" Slot = "Slot" HostingEnvironment = "HostingEnvironment" PublishingUser = "PublishingUser" MicrosoftWebsites = "Microsoft.Web/sites" MicrosoftWebsitesslots = "Microsoft.Web/sites/slots" MicrosoftWebhostingEnvironments = "Microsoft.Web/hostingEnvironments" MicrosoftWebpublishingUsers = "Microsoft.Web/publishingUsers" end end end
Version data entries
2 entries across 2 versions & 1 rubygems