Sha256: 6c44de9a7f88f9c7ffa5bf131cb651894f278668ed1979391cc6eea1fa4c7c59
Contents?: true
Size: 1.87 KB
Versions: 11
Compression:
Stored size: 1.87 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::Web::Mgmt::V2016_09_01 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() { client_side_validation: true, required: false, serialized_name: 'HostingEnvironmentProfile', type: { name: 'Composite', class_name: 'HostingEnvironmentProfile', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } } } } } end end end end
Version data entries
11 entries across 11 versions & 1 rubygems