Class: Azure::ServiceFabric::V6_4_0_36::Models::UpgradeOrchestrationServiceState

Inherits:
Object
  • Object
show all
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

Class Method Summary collapse

Instance Attribute Details

#service_stateString

Service.

Returns:

  • (String)

    The state of Service Fabric Upgrade Orchestration



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

.mapperObject

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