# 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::Resources2::Mgmt::V2019_10_01 module Models # # Defines values for ProvisioningOperation # module ProvisioningOperation NotSpecified = "NotSpecified" Create = "Create" Delete = "Delete" Waiting = "Waiting" AzureAsyncOperationWaiting = "AzureAsyncOperationWaiting" ResourceCacheWaiting = "ResourceCacheWaiting" Action = "Action" Read = "Read" EvaluateDeploymentOutput = "EvaluateDeploymentOutput" DeploymentCleanup = "DeploymentCleanup" end end end