Sha256: 46b8f9c79a75c75f57462ff6a15f911a6afd27c9177d26a709fd88dd26244d4e
Contents?: true
Size: 709 Bytes
Versions: 4
Compression:
Stored size: 709 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::Resources::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
Version data entries
4 entries across 4 versions & 2 rubygems