class Azure::Web::Mgmt::V2018_02_01::Models::CsmPublishingProfileOptions
Publishing options for requested profile.
Attributes
format[RW]
@return [PublishingProfileFormat] Name of the format. Valid values are: FileZilla3 WebDeploy – default Ftp. Possible values include: 'FileZilla3', 'WebDeploy', 'Ftp'
include_disaster_recovery_endpoints[RW]
@return [Boolean] Include the DisasterRecover endpoint if true
Private Class Methods
mapper()
click to toggle source
Mapper for CsmPublishingProfileOptions
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-02-01/generated/azure_mgmt_web/models/csm_publishing_profile_options.rb, line 29 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'CsmPublishingProfileOptions', type: { name: 'Composite', class_name: 'CsmPublishingProfileOptions', model_properties: { format: { client_side_validation: true, required: false, serialized_name: 'format', type: { name: 'String' } }, include_disaster_recovery_endpoints: { client_side_validation: true, required: false, serialized_name: 'includeDisasterRecoveryEndpoints', type: { name: 'Boolean' } } } } } end