Sha256: 77508c599b1e18c22a60f480c16c03adaf7eafd8b08000ada1204e18f4cc654e
Contents?: true
Size: 491 Bytes
Versions: 7
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::V2019_07_01 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
7 entries across 7 versions & 1 rubygems