Class: Azure::ARM::Web::Models::CsmPublishingProfileOptions

Inherits:
Object
  • Object
show all
Includes:
MsRest::JSONable, MsRestAzure
Defined in:
lib/generated/azure_mgmt_web/models/csm_publishing_profile_options.rb

Overview

Publishing options for requested profile.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#formatPublishingProfileFormat

FileZilla3 WebDeploy – default Ftp. Possible values include: ‘FileZilla3’, ‘WebDeploy’, ‘Ftp’

Returns:



20
21
22
# File 'lib/generated/azure_mgmt_web/models/csm_publishing_profile_options.rb', line 20

def format
  @format
end

Class Method Details

.mapperObject

Mapper for CsmPublishingProfileOptions class as Ruby Hash. This will be used for serialization/deserialization.



27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# File 'lib/generated/azure_mgmt_web/models/csm_publishing_profile_options.rb', line 27

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