Sha256: 406a6f2d11f0859100a3d24e00bdc3c87aac71b816cda3eb87f3016f5645deeb
Contents?: true
Size: 1.5 KB
Versions: 12
Compression:
Stored size: 1.5 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::V2018_06_01 module Models # # Describes the parameters of a ScaleSet managed disk. # class VirtualMachineScaleSetManagedDiskParameters include MsRestAzure # @return [StorageAccountTypes] Specifies the storage account type for # the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, # it cannot be used with OS Disk. Possible values include: # 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS', 'UltraSSD_LRS' attr_accessor :storage_account_type # # Mapper for VirtualMachineScaleSetManagedDiskParameters class as Ruby # Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'VirtualMachineScaleSetManagedDiskParameters', type: { name: 'Composite', class_name: 'VirtualMachineScaleSetManagedDiskParameters', model_properties: { storage_account_type: { client_side_validation: true, required: false, serialized_name: 'storageAccountType', type: { name: 'String' } } } } } end end end end
Version data entries
12 entries across 12 versions & 1 rubygems