class Azure::Labservices::Mgmt::V2018_10_15::Models::EnvironmentSetting
Represents settings of an environment, from which environment instances would be created
Attributes
@return [ConfigurationState] Describes the user's progress in configuring their environment setting. Possible values include: 'NotApplicable', 'Completed'
@return [String] Describes the environment and its resource settings
@return [DateTime] Time when the template VM was last changed.
@return [DateTime] Time when the template VM was last sent for publishing.
@return [LatestOperationResult] The details of the latest operation. ex: status, error
@return [String] The provisioning status of the resource.
@return [PublishingState] Describes the readiness of this environment setting. Possible values include: 'Draft', 'Publishing', 'Published', 'PublishFailed', 'Scaling'
@return [ResourceSettings] The resource specific settings
@return [String] Brief title describing the environment and its resource settings
@return [String] The unique immutable identifier of a resource (Guid).
Private Class Methods
Mapper for EnvironmentSetting
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-10-15/generated/azure_mgmt_labservices/models/environment_setting.rb, line 58 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'EnvironmentSetting', type: { name: 'Composite', class_name: 'EnvironmentSetting', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, location: { client_side_validation: true, required: false, serialized_name: 'location', type: { name: 'String' } }, tags: { client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, publishing_state: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.publishingState', type: { name: 'String' } }, configuration_state: { client_side_validation: true, required: false, serialized_name: 'properties.configurationState', type: { name: 'String' } }, description: { client_side_validation: true, required: false, serialized_name: 'properties.description', type: { name: 'String' } }, title: { client_side_validation: true, required: false, serialized_name: 'properties.title', type: { name: 'String' } }, resource_settings: { client_side_validation: true, required: true, serialized_name: 'properties.resourceSettings', type: { name: 'Composite', class_name: 'ResourceSettings' } }, last_changed: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.lastChanged', type: { name: 'DateTime' } }, last_published: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.lastPublished', type: { name: 'DateTime' } }, provisioning_state: { client_side_validation: true, required: false, serialized_name: 'properties.provisioningState', type: { name: 'String' } }, unique_identifier: { client_side_validation: true, required: false, serialized_name: 'properties.uniqueIdentifier', type: { name: 'String' } }, latest_operation_result: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.latestOperationResult', type: { name: 'Composite', class_name: 'LatestOperationResult' } } } } } end