class Azure::OperationsManagement::Mgmt::V2015_11_01_preview::Models::ManagementAssociation
The container for solution.
Attributes
id[RW]
@return [String] Resource ID.
location[RW]
@return [String] Resource location
name[RW]
@return [String] Resource name.
properties[RW]
@return [ManagementAssociationProperties] Properties for ManagementAssociation
object supported by the OperationsManagement
resource provider.
type[RW]
@return [String] Resource type.
Private Class Methods
mapper()
click to toggle source
Mapper for ManagementAssociation
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2015-11-01-preview/generated/azure_mgmt_operations_management/models/management_association.rb, line 37 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ManagementAssociation', type: { name: 'Composite', class_name: 'ManagementAssociation', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, location: { client_side_validation: true, required: false, serialized_name: 'location', type: { name: 'String' } }, properties: { client_side_validation: true, required: false, serialized_name: 'properties', type: { name: 'Composite', class_name: 'ManagementAssociationProperties' } } } } } end