Sha256: 3b2e2479b96f1536f1db77853fd30c0f89bb0d9e2a9f66c7f417063bcaeb8b31

Contents?: true

Size: 1.18 KB

Versions: 1

Compression:

Stored size: 1.18 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
    #
    # Publishing options for requested profile.
    #
    class CsmPublishingProfileOptions

      include MsRestAzure

      # @return [PublishingProfileFormat] Name of the format. Valid values are:
      # FileZilla3
      # WebDeploy -- default
      # Ftp. Possible values include: 'FileZilla3', 'WebDeploy', 'Ftp'
      attr_accessor :format


      #
      # Mapper for CsmPublishingProfileOptions class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          required: false,
          serialized_name: 'CsmPublishingProfileOptions',
          type: {
            name: 'Composite',
            class_name: 'CsmPublishingProfileOptions',
            model_properties: {
              format: {
                required: false,
                serialized_name: 'format',
                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/csm_publishing_profile_options.rb