Sha256: 2a14dd4ea1f974e68231426b9e33b222526add30c8176b656172f4ba41d23353
Contents?: true
Size: 1.78 KB
Versions: 2
Compression:
Stored size: 1.78 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 # # Information about a partition restart user-induced operation. # class PartitionRestartProgress include MsRestAzure # @return [OperationState] The state of the operation. Possible values # include: 'Invalid', 'Running', 'RollingBack', 'Completed', 'Faulted', # 'Cancelled', 'ForceCancelled' attr_accessor :state # @return [RestartPartitionResult] Represents information about an # operation in a terminal state (Completed or Faulted). attr_accessor :restart_partition_result # # Mapper for PartitionRestartProgress class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'PartitionRestartProgress', type: { name: 'Composite', class_name: 'PartitionRestartProgress', model_properties: { state: { client_side_validation: true, required: false, serialized_name: 'State', type: { name: 'String' } }, restart_partition_result: { client_side_validation: true, required: false, serialized_name: 'RestartPartitionResult', type: { name: 'Composite', class_name: 'RestartPartitionResult' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems