Sha256: ab3cf5af62490e788376693372df98a29fa0e87e9542419c1286dfc32d53f9d4
Contents?: true
Size: 1.4 KB
Versions: 2
Compression:
Stored size: 1.4 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::V2016_04_30_preview module Models # # Specifies a list of virtual machine instance IDs from the VM scale set. # class VirtualMachineScaleSetVMInstanceIDs include MsRestAzure # @return [Array<String>] The virtual machine scale set instance ids. attr_accessor :instance_ids # # Mapper for VirtualMachineScaleSetVMInstanceIDs class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'VirtualMachineScaleSetVMInstanceIDs', type: { name: 'Composite', class_name: 'VirtualMachineScaleSetVMInstanceIDs', model_properties: { instance_ids: { required: false, serialized_name: 'instanceIds', type: { name: 'Sequence', element: { required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems