Class: Azure::OperationalInsights::Mgmt::V2020_03_01_preview::Models::WorkspacePurgeStatusResponse
- Inherits:
-
Object
- Object
- Azure::OperationalInsights::Mgmt::V2020_03_01_preview::Models::WorkspacePurgeStatusResponse
- Includes:
- MsRestAzure
- Defined in:
- lib/2020-03-01-preview/generated/azure_mgmt_operational_insights/models/workspace_purge_status_response.rb
Overview
Response containing status for a specific purge operation.
Instance Attribute Summary collapse
-
#status ⇒ PurgeState
requested Id.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for WorkspacePurgeStatusResponse class as Ruby Hash.
Instance Attribute Details
#status ⇒ PurgeState
requested Id. Possible values include: ‘pending’, ‘completed’
17 18 19 |
# File 'lib/2020-03-01-preview/generated/azure_mgmt_operational_insights/models/workspace_purge_status_response.rb', line 17 def status @status end |
Class Method Details
.mapper ⇒ Object
Mapper for WorkspacePurgeStatusResponse class as Ruby Hash. This will be used for serialization/deserialization.
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
# File 'lib/2020-03-01-preview/generated/azure_mgmt_operational_insights/models/workspace_purge_status_response.rb', line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'WorkspacePurgeStatusResponse', type: { name: 'Composite', class_name: 'WorkspacePurgeStatusResponse', model_properties: { status: { client_side_validation: true, required: true, serialized_name: 'status', type: { name: 'String' } } } } } end |