Sha256: 85e2db6440567ff3b82197eabb0f60a7dd67db0a6573a4126002afa5eead9c56
Contents?: true
Size: 1.75 KB
Versions: 4
Compression:
Stored size: 1.75 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Web module Models # # Specification for a hostingEnvironment (App Service Environment) to use # for this resource # class HostingEnvironmentProfile include MsRestAzure # @return [String] Resource id of the hostingEnvironment (App Service # Environment) attr_accessor :id # @return [String] Name of the hostingEnvironment (App Service # Environment) (read only) attr_accessor :name # @return [String] Resource type of the hostingEnvironment (App Service # Environment) (read only) attr_accessor :type # # Mapper for HostingEnvironmentProfile class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'HostingEnvironmentProfile', type: { name: 'Composite', class_name: 'HostingEnvironmentProfile', model_properties: { id: { required: false, serialized_name: 'id', type: { name: 'String' } }, name: { required: false, serialized_name: 'name', type: { name: 'String' } }, type: { required: false, serialized_name: 'type', type: { name: 'String' } } } } } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems