Class: Azure::Labservices::Mgmt::V2018_10_15::Models::OperationStatusPayload
- Inherits:
-
Object
- Object
- Azure::Labservices::Mgmt::V2018_10_15::Models::OperationStatusPayload
- Includes:
- MsRestAzure
- Defined in:
- lib/2018-10-15/generated/azure_mgmt_labservices/models/operation_status_payload.rb
Overview
Payload to get the status of an operation
Instance Attribute Summary collapse
-
#operation_url ⇒ String
The operation url of long running operation.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for OperationStatusPayload class as Ruby Hash.
Instance Attribute Details
#operation_url ⇒ String
Returns The operation url of long running operation.
16 17 18 |
# File 'lib/2018-10-15/generated/azure_mgmt_labservices/models/operation_status_payload.rb', line 16 def operation_url @operation_url end |
Class Method Details
.mapper ⇒ Object
Mapper for OperationStatusPayload class as Ruby Hash. This will be used for serialization/deserialization.
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
# File 'lib/2018-10-15/generated/azure_mgmt_labservices/models/operation_status_payload.rb', line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'OperationStatusPayload', type: { name: 'Composite', class_name: 'OperationStatusPayload', model_properties: { operation_url: { client_side_validation: true, required: true, serialized_name: 'operationUrl', type: { name: 'String' } } } } } end |