Sha256: c5dfe4d1f11026193678882fb5ea17c669b8633b44914c48251c0cee7892cd75
Contents?: true
Size: 1.76 KB
Versions: 3
Compression:
Stored size: 1.76 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::V6_5_0_36 module Models # # Represents information about an operation in a terminal state (Completed # or Faulted). # class RestartPartitionResult include MsRestAzure # @return [Integer] If OperationState is Completed, this is 0. If # OperationState is Faulted, this is an error code indicating the reason. attr_accessor :error_code # @return [SelectedPartition] This class returns information about the # partition that the user-induced operation acted upon. attr_accessor :selected_partition # # Mapper for RestartPartitionResult class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'RestartPartitionResult', type: { name: 'Composite', class_name: 'RestartPartitionResult', model_properties: { error_code: { client_side_validation: true, required: false, serialized_name: 'ErrorCode', type: { name: 'Number' } }, selected_partition: { client_side_validation: true, required: false, serialized_name: 'SelectedPartition', type: { name: 'Composite', class_name: 'SelectedPartition' } } } } } end end end end
Version data entries
3 entries across 3 versions & 1 rubygems