class Azure::OperationsManagement::Mgmt::V2015_11_01_preview::Models::ManagementAssociationProperties

ManagementAssociation properties supported by the OperationsManagement resource provider.

Attributes

application_id[RW]

@return [String] The applicationId of the appliance for this association.

Private Class Methods

mapper() click to toggle source

Mapper for ManagementAssociationProperties 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_properties.rb, line 25
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'ManagementAssociationProperties',
    type: {
      name: 'Composite',
      class_name: 'ManagementAssociationProperties',
      model_properties: {
        application_id: {
          client_side_validation: true,
          required: true,
          serialized_name: 'applicationId',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end