Sha256: 68431f17d21747f3182815e9c218e84c9b729a813b4663a180d233365fc72f52
Contents?: true
Size: 1.4 KB
Versions: 1
Compression:
Stored size: 1.4 KB
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::ARM::Batch module Models # # Identifies the Azure key vault associated with a Batch account. # class KeyVaultReference include MsRestAzure include MsRest::JSONable # @return [String] The resource ID of the Azure key vault associated with # the Batch account. attr_accessor :id # @return [String] The URL of the Azure key vault associated with the # Batch account. attr_accessor :url # # Mapper for KeyVaultReference class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'KeyVaultReference', type: { name: 'Composite', class_name: 'KeyVaultReference', model_properties: { id: { required: true, serialized_name: 'id', type: { name: 'String' } }, url: { required: true, serialized_name: 'url', type: { name: 'String' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_batch-0.13.0 | lib/generated/azure_mgmt_batch/models/key_vault_reference.rb |