Sha256: 0ee0c23fb5f22435b1a859c3012492e4efcc29ee32c4f6a98ed0d686a5773953
Contents?: true
Size: 1.68 KB
Versions: 1
Compression:
Stored size: 1.68 KB
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::ARM::Web module Models # # Specification for an App Service Environment to use for this resource. # class HostingEnvironmentProfile include MsRestAzure # @return [String] Resource ID of the App Service Environment. attr_accessor :id # @return [String] Name of the App Service Environment. attr_accessor :name # @return [String] Resource type of the App Service Environment. 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, read_only: true, serialized_name: 'name', type: { name: 'String' } }, type: { required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_web-0.14.0 | lib/generated/azure_mgmt_web/models/hosting_environment_profile.rb |