Class: Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::RuleErrorInfo
- Inherits:
-
Object
- Object
- Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::RuleErrorInfo
- Includes:
- MsRestAzure
- Defined in:
- lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/rule_error_info.rb
Overview
The error details in legacy rule processing.
Instance Attribute Summary collapse
-
#attribute_mapping ⇒ AttributeMapping
The attribute mapping details.
-
#connector_id ⇒ String
The connector Id.
-
#connector_name ⇒ String
The connector name.
-
#cs_object_id ⇒ String
The object Id.
-
#dn ⇒ String
The distinguished name.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for RuleErrorInfo class as Ruby Hash.
Instance Attribute Details
#attribute_mapping ⇒ AttributeMapping
Returns The attribute mapping details.
16 17 18 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/rule_error_info.rb', line 16 def attribute_mapping @attribute_mapping end |
#connector_id ⇒ String
Returns The connector Id.
19 20 21 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/rule_error_info.rb', line 19 def connector_id @connector_id end |
#connector_name ⇒ String
Returns The connector name.
22 23 24 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/rule_error_info.rb', line 22 def connector_name @connector_name end |
#cs_object_id ⇒ String
Returns The object Id.
25 26 27 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/rule_error_info.rb', line 25 def cs_object_id @cs_object_id end |
#dn ⇒ String
Returns The distinguished name.
28 29 30 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/rule_error_info.rb', line 28 def dn @dn end |
Class Method Details
.mapper ⇒ Object
Mapper for RuleErrorInfo class as Ruby Hash. This will be used for serialization/deserialization.
35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 |
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/rule_error_info.rb', line 35 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'RuleErrorInfo', type: { name: 'Composite', class_name: 'RuleErrorInfo', model_properties: { attribute_mapping: { client_side_validation: true, required: false, serialized_name: 'attributeMapping', type: { name: 'Composite', class_name: 'AttributeMapping' } }, connector_id: { client_side_validation: true, required: false, serialized_name: 'connectorId', type: { name: 'String' } }, connector_name: { client_side_validation: true, required: false, serialized_name: 'connectorName', type: { name: 'String' } }, cs_object_id: { client_side_validation: true, required: false, serialized_name: 'csObjectId', type: { name: 'String' } }, dn: { client_side_validation: true, required: false, serialized_name: 'dn', type: { name: 'String' } } } } } end |