Sha256: 6259faa89cd8524b7c22fc6a210cdc1eecf761588d1d1aa9ce7807e76d219bf8
Contents?: true
Size: 1.74 KB
Versions: 5
Compression:
Stored size: 1.74 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::Compute::Mgmt::V2019_12_01 module Models # # Summary for an orchestration service of a virtual machine scale set. # class OrchestrationServiceSummary include MsRestAzure # @return [OrchestrationServiceNames] The name of the service. Possible # values include: 'AutomaticRepairs' attr_accessor :service_name # @return [OrchestrationServiceState] The current state of the service. # Possible values include: 'NotRunning', 'Running', 'Suspended' attr_accessor :service_state # # Mapper for OrchestrationServiceSummary class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'OrchestrationServiceSummary', type: { name: 'Composite', class_name: 'OrchestrationServiceSummary', model_properties: { service_name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'serviceName', type: { name: 'String' } }, service_state: { client_side_validation: true, required: false, read_only: true, serialized_name: 'serviceState', type: { name: 'String' } } } } } end end end end
Version data entries
5 entries across 5 versions & 1 rubygems