Sha256: c72a877f2c5238ed1194b8f55579761966154d84b95ee95e834fb41e10c64f2e

Contents?: true

Size: 1.52 KB

Versions: 10

Compression:

Stored size: 1.52 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_03_01
  module Models
    #
    # Information needed to create resources on an App Service Environment.
    #
    class HostingEnvironmentDeploymentInfo

      include MsRestAzure

      # @return [String] Name of the App Service Environment.
      attr_accessor :name

      # @return [String] Location of the App Service Environment.
      attr_accessor :location


      #
      # Mapper for HostingEnvironmentDeploymentInfo class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'HostingEnvironmentDeploymentInfo',
          type: {
            name: 'Composite',
            class_name: 'HostingEnvironmentDeploymentInfo',
            model_properties: {
              name: {
                client_side_validation: true,
                required: false,
                serialized_name: 'name',
                type: {
                  name: 'String'
                }
              },
              location: {
                client_side_validation: true,
                required: false,
                serialized_name: 'location',
                type: {
                  name: 'String'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
azure_mgmt_web-0.18.1 lib/2016-03-01/generated/azure_mgmt_web/models/hosting_environment_deployment_info.rb
azure_mgmt_web-0.18.0 lib/2016-03-01/generated/azure_mgmt_web/models/hosting_environment_deployment_info.rb
azure_mgmt_web-0.17.6 lib/2016-03-01/generated/azure_mgmt_web/models/hosting_environment_deployment_info.rb
azure_mgmt_web-0.17.5 lib/2016-03-01/generated/azure_mgmt_web/models/hosting_environment_deployment_info.rb
azure_mgmt_web-0.17.4 lib/2016-03-01/generated/azure_mgmt_web/models/hosting_environment_deployment_info.rb
azure_mgmt_web-0.17.3 lib/2016-03-01/generated/azure_mgmt_web/models/hosting_environment_deployment_info.rb
azure_mgmt_web-0.17.2 lib/2016-03-01/generated/azure_mgmt_web/models/hosting_environment_deployment_info.rb
azure_mgmt_web-0.17.1 lib/2016-03-01/generated/azure_mgmt_web/models/hosting_environment_deployment_info.rb
azure_mgmt_web-0.17.0 lib/2016-03-01/generated/azure_mgmt_web/models/hosting_environment_deployment_info.rb
azure_mgmt_web-0.16.0 lib/2016-03-01/generated/azure_mgmt_web/models/hosting_environment_deployment_info.rb