class Azure::ContainerRegistry::Mgmt::V2019_06_01_preview::Models::RunGetLogResult
The result of get log link operation.
Attributes
log_artifact_link[RW]
@return [String] The link to logs in registry for a run on a azure container registry.
log_link[RW]
@return [String] The link to logs for a run on a azure container registry.
Private Class Methods
mapper()
click to toggle source
Mapper for RunGetLogResult
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-06-01-preview/generated/azure_mgmt_container_registry/models/run_get_log_result.rb, line 28 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'RunGetLogResult', type: { name: 'Composite', class_name: 'RunGetLogResult', model_properties: { log_link: { client_side_validation: true, required: false, serialized_name: 'logLink', type: { name: 'String' } }, log_artifact_link: { client_side_validation: true, required: false, serialized_name: 'logArtifactLink', type: { name: 'String' } } } } } end