Sha256: 788b12e47f1a25c689014eb6b05496e414575e1403290a382b1c0aee961589a4
Contents?: true
Size: 491 Bytes
Versions: 3
Compression:
Stored size: 491 Bytes
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_30 module Models # # Defines values for DiskCreateOption # module DiskCreateOption Empty = "Empty" Attach = "Attach" FromImage = "FromImage" Import = "Import" Copy = "Copy" Restore = "Restore" Upload = "Upload" end end end
Version data entries
3 entries across 3 versions & 1 rubygems