Class: Azure::ServiceFabric::V6_4_0_36::Models::UpgradeOrchestrationServiceState
- Inherits:
-
Object
- Object
- Azure::ServiceFabric::V6_4_0_36::Models::UpgradeOrchestrationServiceState
- Includes:
- MsRestAzure
- Defined in:
- lib/6.4.0.36/generated/azure_service_fabric/models/upgrade_orchestration_service_state.rb
Overview
Service state of Service Fabric Upgrade Orchestration Service.
Instance Attribute Summary collapse
-
#service_state ⇒ String
Service.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for UpgradeOrchestrationServiceState class as Ruby Hash.
Instance Attribute Details
#service_state ⇒ String
Service.
17 18 19 |
# File 'lib/6.4.0.36/generated/azure_service_fabric/models/upgrade_orchestration_service_state.rb', line 17 def service_state @service_state end |
Class Method Details
.mapper ⇒ Object
Mapper for UpgradeOrchestrationServiceState 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/6.4.0.36/generated/azure_service_fabric/models/upgrade_orchestration_service_state.rb', line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'UpgradeOrchestrationServiceState', type: { name: 'Composite', class_name: 'UpgradeOrchestrationServiceState', model_properties: { service_state: { client_side_validation: true, required: false, serialized_name: 'ServiceState', type: { name: 'String' } } } } } end |