Sha256: e0adec2975eab86992b971045d9eec91d6e4338ad70a1a8abbc8d9dede038c89
Contents?: true
Size: 1.38 KB
Versions: 1
Compression:
Stored size: 1.38 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Batch module Models # # A set of Azure Batch account keys. # class BatchAccountKeys include MsRestAzure # @return [String] The primary key associated with the account. attr_accessor :primary # @return [String] The secondary key associated with the account. attr_accessor :secondary # # Mapper for BatchAccountKeys class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'BatchAccountKeys', type: { name: 'Composite', class_name: 'BatchAccountKeys', model_properties: { primary: { required: false, read_only: true, serialized_name: 'primary', type: { name: 'String' } }, secondary: { required: false, read_only: true, serialized_name: 'secondary', type: { name: 'String' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_batch-0.10.0 | lib/generated/azure_mgmt_batch/models/batch_account_keys.rb |