Class: Azure::Compute::Mgmt::V2018_06_01::Models::ManagedArtifact
- Inherits:
-
Object
- Object
- Azure::Compute::Mgmt::V2018_06_01::Models::ManagedArtifact
- Includes:
- MsRestAzure
- Defined in:
- lib/2018-06-01/generated/azure_mgmt_compute/models/managed_artifact.rb
Overview
The managed artifact.
Instance Attribute Summary collapse
-
#id ⇒ String
The managed artifact id.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for ManagedArtifact class as Ruby Hash.
Instance Attribute Details
#id ⇒ String
Returns The managed artifact id.
16 17 18 |
# File 'lib/2018-06-01/generated/azure_mgmt_compute/models/managed_artifact.rb', line 16 def id @id end |
Class Method Details
.mapper ⇒ Object
Mapper for ManagedArtifact class as Ruby Hash. This will be used for serialization/deserialization.
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
# File 'lib/2018-06-01/generated/azure_mgmt_compute/models/managed_artifact.rb', line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ManagedArtifact', type: { name: 'Composite', class_name: 'ManagedArtifact', model_properties: { id: { client_side_validation: true, required: true, serialized_name: 'id', type: { name: 'String' } } } } } end |