Sha256: 4694f7b53215965eaac0d2bfe9adbf52553b32a640b8315e84e4719293788bf3
Contents?: true
Size: 1.06 KB
Versions: 2
Compression:
Stored size: 1.06 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::RecoveryServices module Models # # Properties of the vault. # class VaultProperties include MsRestAzure # @return [String] Provisioning State. attr_accessor :provisioning_state # # Mapper for VaultProperties class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'VaultProperties', type: { name: 'Composite', class_name: 'VaultProperties', model_properties: { provisioning_state: { required: false, read_only: true, serialized_name: 'provisioningState', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems