class Azure::CostManagement::Mgmt::V2019_03_01_preview::Models::ExternalBillingAccountDefinitionListResult
Result of listing ExternalBillingAccount
definitions. It contains a list of available ExternalBillingAccount
definitions in the scope provided.
Attributes
value[RW]
@return [Array<ExternalBillingAccountDefinition>] The list of ExternalBillingAccount
definitions.
Public Class Methods
mapper()
click to toggle source
Mapper for ExternalBillingAccountDefinitionListResult
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-03-01-preview/generated/azure_mgmt_cost_management/models/external_billing_account_definition_list_result.rb, line 26 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ExternalBillingAccountDefinitionListResult', type: { name: 'Composite', class_name: 'ExternalBillingAccountDefinitionListResult', model_properties: { value: { client_side_validation: true, required: false, read_only: true, serialized_name: 'value', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ExternalBillingAccountDefinitionElementType', type: { name: 'Composite', class_name: 'ExternalBillingAccountDefinition' } } } } } } } end