Sha256: 82f5f6c77d3a5dfa838fb7be65d44f6f608590d285a5e80d08e2edd0bcde028b
Contents?: true
Size: 1.24 KB
Versions: 2
Compression:
Stored size: 1.24 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ServiceFabric::V7_0_0_42 module Models # # Service state of Service Fabric Upgrade Orchestration Service. # class UpgradeOrchestrationServiceState include MsRestAzure # @return [String] The state of Service Fabric Upgrade Orchestration # Service. attr_accessor :service_state # # Mapper for UpgradeOrchestrationServiceState class as Ruby Hash. # This will be used for serialization/deserialization. # 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 end end end
Version data entries
2 entries across 2 versions & 1 rubygems