Sha256: 927040e19a5668e63c861d659cf4868fd9cb0f2ab1fcfc7959256a84167af703
Contents?: true
Size: 1.99 KB
Versions: 1
Compression:
Stored size: 1.99 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::KeyVault module Models # # Parameters for creating or updating a vault # class VaultCreateOrUpdateParameters include MsRestAzure # @return [String] The supported Azure location where the key vault # should be created. attr_accessor :location # @return [Hash{String => String}] The tags that will be assigned to the # key vault. attr_accessor :tags # @return [VaultProperties] Properties of the vault attr_accessor :properties # # Mapper for VaultCreateOrUpdateParameters class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'VaultCreateOrUpdateParameters', type: { name: 'Composite', class_name: 'VaultCreateOrUpdateParameters', model_properties: { location: { required: true, serialized_name: 'location', type: { name: 'String' } }, tags: { required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, properties: { required: true, serialized_name: 'properties', type: { name: 'Composite', class_name: 'VaultProperties' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_key_vault-0.4.0 | lib/generated/azure_mgmt_key_vault/models/vault_create_or_update_parameters.rb |