class Azure::Batch::Mgmt::V2017_01_01::Models::ActivateApplicationPackageParameters
Parameters for an ApplicationOperations
.ActivateApplicationPackage request.
Attributes
format[RW]
@return [String] The format of the application package binary file.
Public Class Methods
mapper()
click to toggle source
Mapper for ActivateApplicationPackageParameters
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2017-01-01/generated/azure_mgmt_batch/models/activate_application_package_parameters.rb, line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ActivateApplicationPackageParameters', type: { name: 'Composite', class_name: 'ActivateApplicationPackageParameters', model_properties: { format: { client_side_validation: true, required: true, serialized_name: 'format', type: { name: 'String' } } } } } end