Sha256: f202dcb77246af565ca13b4bcd9ca7b45af871418f29478ada8d5b24b18ce29e

Contents?: true

Size: 491 Bytes

Versions: 2

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_09_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

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_compute-0.22.0 lib/2020-09-30/generated/azure_mgmt_compute/models/disk_create_option.rb
azure_mgmt_compute-0.21.1 lib/2020-09-30/generated/azure_mgmt_compute/models/disk_create_option.rb