class Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Operation
An available operation for Data Lake Analytics.
Attributes
display[RW]
@return [OperationDisplay] The display information for the operation.
name[RW]
@return [String] The name of the operation.
origin[RW]
@return [OperationOrigin] The intended executor of the operation. Possible values include: 'user', 'system', 'user,system'
Private Class Methods
mapper()
click to toggle source
Mapper for Operation
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/operation.rb, line 30 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'Operation', type: { name: 'Composite', class_name: 'Operation', model_properties: { name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, display: { client_side_validation: true, required: false, read_only: true, serialized_name: 'display', type: { name: 'Composite', class_name: 'OperationDisplay' } }, origin: { client_side_validation: true, required: false, read_only: true, serialized_name: 'origin', type: { name: 'String' } } } } } end