Sha256: 9dad7dbca2d1a5c11f549db374f832c3f4467fb66f87f119b0b490fa2c53dcef

Contents?: true

Size: 521 Bytes

Versions: 2

Compression:

Stored size: 521 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::Web::Mgmt::V2020_09_01
  module Models
    #
    # Defines values for BuildStatus
    #
    module BuildStatus
      WaitingForDeployment = "WaitingForDeployment"
      Uploading = "Uploading"
      Deploying = "Deploying"
      Ready = "Ready"
      Failed = "Failed"
      Deleting = "Deleting"
      Detached = "Detached"
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_web-0.18.1 lib/2020-09-01/generated/azure_mgmt_web/models/build_status.rb
azure_mgmt_web-0.18.0 lib/2020-09-01/generated/azure_mgmt_web/models/build_status.rb