Class: Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::KafkaRestProperties
- Inherits:
-
Object
- Object
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::KafkaRestProperties
- Includes:
- MsRestAzure
- Defined in:
- lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/kafka_rest_properties.rb
Overview
The kafka rest proxy configuration which contains AAD security group information.
Instance Attribute Summary collapse
-
#client_group_info ⇒ ClientGroupInfo
The information of AAD security group.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for KafkaRestProperties class as Ruby Hash.
Instance Attribute Details
#client_group_info ⇒ ClientGroupInfo
Returns The information of AAD security group.
17 18 19 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/kafka_rest_properties.rb', line 17 def client_group_info @client_group_info end |
Class Method Details
.mapper ⇒ Object
Mapper for KafkaRestProperties class as Ruby Hash. This will be used for serialization/deserialization.
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/kafka_rest_properties.rb', line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'KafkaRestProperties', type: { name: 'Composite', class_name: 'KafkaRestProperties', model_properties: { client_group_info: { client_side_validation: true, required: false, serialized_name: 'clientGroupInfo', type: { name: 'Composite', class_name: 'ClientGroupInfo' } } } } } end |