Sha256: 815876cee8e38b4be7f6c7d957783ae98c4ef752ee1833549abe0cb1452e5073
Contents?: true
Size: 1.8 KB
Versions: 3
Compression:
Stored size: 1.8 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::V2020_06_01 module Models # # Describes a virtual machine scale set VM network profile. # class VirtualMachineScaleSetVMNetworkProfileConfiguration include MsRestAzure # @return [Array<VirtualMachineScaleSetNetworkConfiguration>] The list of # network configurations. attr_accessor :network_interface_configurations # # Mapper for VirtualMachineScaleSetVMNetworkProfileConfiguration class as # Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'VirtualMachineScaleSetVMNetworkProfileConfiguration', type: { name: 'Composite', class_name: 'VirtualMachineScaleSetVMNetworkProfileConfiguration', model_properties: { network_interface_configurations: { client_side_validation: true, required: false, serialized_name: 'networkInterfaceConfigurations', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'VirtualMachineScaleSetNetworkConfigurationElementType', type: { name: 'Composite', class_name: 'VirtualMachineScaleSetNetworkConfiguration' } } } } } } } end end end end
Version data entries
3 entries across 3 versions & 1 rubygems