class Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentOperation
Deployment operation information.
Attributes
id[RW]
@return [String] Full deployment operation id.
operation_id[RW]
@return [String] Deployment operation id.
properties[RW]
@return [DeploymentOperationProperties] Deployment properties.
Private Class Methods
mapper()
click to toggle source
Mapper for DeploymentOperation class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2016-02-01/generated/azure_mgmt_resources/models/deployment_operation.rb, line 28 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'DeploymentOperation', type: { name: 'Composite', class_name: 'DeploymentOperation', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } }, operation_id: { client_side_validation: true, required: false, serialized_name: 'operationId', type: { name: 'String' } }, properties: { client_side_validation: true, required: false, serialized_name: 'properties', type: { name: 'Composite', class_name: 'DeploymentOperationProperties' } } } } } end