Sha256: ad33738bd79abe7ec21dabcbb11eeabf2f0d24be80507c6bc6b03c579f8e4945
Contents?: true
Size: 526 Bytes
Versions: 1
Compression:
Stored size: 526 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::KeyVault::Mgmt::V2019_09_01 module Models # # Defines values for DeletionRecoveryLevel # module DeletionRecoveryLevel Purgeable = "Purgeable" RecoverablePurgeable = "Recoverable+Purgeable" Recoverable = "Recoverable" RecoverableProtectedSubscription = "Recoverable+ProtectedSubscription" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_key_vault-0.17.7 | lib/2019-09-01/generated/azure_mgmt_key_vault/models/deletion_recovery_level.rb |