Sha256: 0311c34923fcf1a230d5923702f20b907d5d5a9ff9c9bdb45f87ac0d65a366a8
Contents?: true
Size: 1.75 KB
Versions: 9
Compression:
Stored size: 1.75 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_03_01 module Models # # Describes the gallery Image Definition purchase plan. This is used by # marketplace images. # class ImagePurchasePlan include MsRestAzure # @return [String] The plan ID. attr_accessor :name # @return [String] The publisher ID. attr_accessor :publisher # @return [String] The product ID. attr_accessor :product # # Mapper for ImagePurchasePlan class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ImagePurchasePlan', type: { name: 'Composite', class_name: 'ImagePurchasePlan', model_properties: { name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } }, publisher: { client_side_validation: true, required: false, serialized_name: 'publisher', type: { name: 'String' } }, product: { client_side_validation: true, required: false, serialized_name: 'product', type: { name: 'String' } } } } } end end end end
Version data entries
9 entries across 9 versions & 1 rubygems