Sha256: eb0d61919f13807c0417343543bb5617eabff49f8cfb58747575810007ff9a13
Contents?: true
Size: 1.42 KB
Versions: 6
Compression:
Stored size: 1.42 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::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10 module Models # # CS Accounts Details. # class RunAsAccount include MsRestAzure # @return [String] The CS RunAs account Id. attr_accessor :account_id # @return [String] The CS RunAs account name. attr_accessor :account_name # # Mapper for RunAsAccount class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'RunAsAccount', type: { name: 'Composite', class_name: 'RunAsAccount', model_properties: { account_id: { client_side_validation: true, required: false, serialized_name: 'accountId', type: { name: 'String' } }, account_name: { client_side_validation: true, required: false, serialized_name: 'accountName', type: { name: 'String' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems