class Azure::Synapse::Mgmt::V2019_06_01_preview::Models::IntegrationRuntimeStatus
Integration runtime status.
Attributes
additional_properties[RW]
@return Unmatched properties from the message are deserialized this collection
data_factory_name[RW]
@return [String] The workspace name which the integration runtime belong to.
state[RW]
@return [IntegrationRuntimeState] The state of integration runtime. Possible values include: 'Initial', 'Stopped', 'Started', 'Starting', 'Stopping', 'NeedRegistration', 'Online', 'Limited', 'Offline', 'AccessDenied'
type[RW]
Private Class Methods
mapper()
click to toggle source
Mapper for IntegrationRuntimeStatus
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/integration_runtime_status.rb, line 44 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'IntegrationRuntimeStatus', type: { name: 'Composite', polymorphic_discriminator: 'type', uber_parent: 'IntegrationRuntimeStatus', class_name: 'IntegrationRuntimeStatus', model_properties: { additional_properties: { client_side_validation: true, required: false, type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'ObjectElementType', type: { name: 'Object' } } } }, data_factory_name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'dataFactoryName', type: { name: 'String' } }, state: { client_side_validation: true, required: false, read_only: true, serialized_name: 'state', type: { name: 'String' } } } } } end
new()
click to toggle source
# File lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/integration_runtime_status.rb, line 19 def initialize @type = "IntegrationRuntimeStatus" end