class Azure::ServiceFabric::V7_0_0_42::Models::UpgradeOrchestrationServiceState
Service state of Service Fabric Upgrade Orchestration Service.
Attributes
service_state[RW]
@return [String] The state of Service Fabric Upgrade Orchestration Service.
Private Class Methods
mapper()
click to toggle source
Mapper for UpgradeOrchestrationServiceState
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/7.0.0.42/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