class Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentProfile
Specification for an App Service Environment to use for this resource.
Attributes
id[RW]
@return [String] Resource
ID of the App Service Environment.
name[RW]
@return [String] Name of the App Service Environment.
type[RW]
@return [String] Resource
type of the App Service Environment.
Private Class Methods
mapper()
click to toggle source
Mapper for HostingEnvironmentProfile
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2016-09-01/generated/azure_mgmt_web/models/hosting_environment_profile.rb, line 29 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