Sha256: bc632a857b4a5057da1071c7503ac1ff30d40c2410f35031760a289547595040
Contents?: true
Size: 1.21 KB
Versions: 1
Compression:
Stored size: 1.21 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 include MsRest::JSONable # @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.13.0 | lib/generated/azure_mgmt_web/models/csm_publishing_profile_options.rb |