Sha256: 9db3eed9902798b5cb5d8359acd5c1438eaeb94f65f69caa8c25eacac6967dbc
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::V2015_06_15 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