class Azure::Web::Mgmt::V2020_09_01::Models::ApiManagementConfig
Azure
API management (APIM) configuration linked to the app.
Attributes
id[RW]
@return [String] APIM-Api Identifier
.
Private Class Methods
mapper()
click to toggle source
Mapper for ApiManagementConfig
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-09-01/generated/azure_mgmt_web/models/api_management_config.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ApiManagementConfig', type: { name: 'Composite', class_name: 'ApiManagementConfig', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } } } } } end