Class: Azure::Web::Mgmt::V2016_06_01::Models::CustomApiPropertiesDefinition
- Inherits:
-
Object
- Object
- Azure::Web::Mgmt::V2016_06_01::Models::CustomApiPropertiesDefinition
- Includes:
- MsRestAzure
- Defined in:
- lib/2016-06-01/generated/azure_mgmt_web/models/custom_api_properties_definition.rb
Overview
Custom API properties
Instance Attribute Summary collapse
- #api_definitions ⇒ ApiResourceDefinitions
-
#api_type ⇒ ApiType
‘Soap’.
- #backend_service ⇒ ApiResourceBackendService
-
#brand_color ⇒ String
Brand color.
-
#capabilities ⇒ Array<String>
The custom API capabilities.
-
#connection_parameters ⇒ Hash{String => ConnectionParameter}
Connection parameters.
-
#description ⇒ String
The custom API description.
-
#display_name ⇒ String
The display name.
-
#icon_uri ⇒ String
The icon URI.
-
#runtime_urls ⇒ Array<String>
Runtime URLs.
-
#swagger ⇒ Object
The JSON representation of the swagger.
- #wsdl_definition ⇒ WsdlDefinition
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for CustomApiPropertiesDefinition class as Ruby Hash.
Instance Attribute Details
#api_definitions ⇒ ApiResourceDefinitions
43 44 45 |
# File 'lib/2016-06-01/generated/azure_mgmt_web/models/custom_api_properties_definition.rb', line 43 def api_definitions @api_definitions end |
#api_type ⇒ ApiType
‘Soap’
47 48 49 |
# File 'lib/2016-06-01/generated/azure_mgmt_web/models/custom_api_properties_definition.rb', line 47 def api_type @api_type end |
#backend_service ⇒ ApiResourceBackendService
40 41 42 |
# File 'lib/2016-06-01/generated/azure_mgmt_web/models/custom_api_properties_definition.rb', line 40 def backend_service @backend_service end |
#brand_color ⇒ String
Returns Brand color.
28 29 30 |
# File 'lib/2016-06-01/generated/azure_mgmt_web/models/custom_api_properties_definition.rb', line 28 def brand_color @brand_color end |
#capabilities ⇒ Array<String>
Returns The custom API capabilities.
22 23 24 |
# File 'lib/2016-06-01/generated/azure_mgmt_web/models/custom_api_properties_definition.rb', line 22 def capabilities @capabilities end |
#connection_parameters ⇒ Hash{String => ConnectionParameter}
Returns Connection parameters.
16 17 18 |
# File 'lib/2016-06-01/generated/azure_mgmt_web/models/custom_api_properties_definition.rb', line 16 def connection_parameters @connection_parameters end |
#description ⇒ String
Returns The custom API description.
31 32 33 |
# File 'lib/2016-06-01/generated/azure_mgmt_web/models/custom_api_properties_definition.rb', line 31 def description @description end |
#display_name ⇒ String
Returns The display name.
34 35 36 |
# File 'lib/2016-06-01/generated/azure_mgmt_web/models/custom_api_properties_definition.rb', line 34 def display_name @display_name end |
#icon_uri ⇒ String
Returns The icon URI.
37 38 39 |
# File 'lib/2016-06-01/generated/azure_mgmt_web/models/custom_api_properties_definition.rb', line 37 def icon_uri @icon_uri end |
#runtime_urls ⇒ Array<String>
Returns Runtime URLs.
19 20 21 |
# File 'lib/2016-06-01/generated/azure_mgmt_web/models/custom_api_properties_definition.rb', line 19 def runtime_urls @runtime_urls end |
#swagger ⇒ Object
Returns The JSON representation of the swagger.
25 26 27 |
# File 'lib/2016-06-01/generated/azure_mgmt_web/models/custom_api_properties_definition.rb', line 25 def swagger @swagger end |
#wsdl_definition ⇒ WsdlDefinition
50 51 52 |
# File 'lib/2016-06-01/generated/azure_mgmt_web/models/custom_api_properties_definition.rb', line 50 def wsdl_definition @wsdl_definition end |
Class Method Details
.mapper ⇒ Object
Mapper for CustomApiPropertiesDefinition class as Ruby Hash. This will be used for serialization/deserialization.
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 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 |
# File 'lib/2016-06-01/generated/azure_mgmt_web/models/custom_api_properties_definition.rb', line 57 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'CustomApiPropertiesDefinition', type: { name: 'Composite', class_name: 'CustomApiPropertiesDefinition', model_properties: { connection_parameters: { client_side_validation: true, required: false, serialized_name: 'connectionParameters', type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'ConnectionParameterElementType', type: { name: 'Composite', class_name: 'ConnectionParameter' } } } }, runtime_urls: { client_side_validation: true, required: false, serialized_name: 'runtimeUrls', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, capabilities: { client_side_validation: true, required: false, serialized_name: 'capabilities', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, swagger: { client_side_validation: true, required: false, serialized_name: 'swagger', type: { name: 'Object' } }, brand_color: { client_side_validation: true, required: false, serialized_name: 'brandColor', type: { name: 'String' } }, description: { client_side_validation: true, required: false, serialized_name: 'description', type: { name: 'String' } }, display_name: { client_side_validation: true, required: false, serialized_name: 'displayName', type: { name: 'String' } }, icon_uri: { client_side_validation: true, required: false, serialized_name: 'iconUri', type: { name: 'String' } }, backend_service: { client_side_validation: true, required: false, serialized_name: 'backendService', type: { name: 'Composite', class_name: 'ApiResourceBackendService' } }, api_definitions: { client_side_validation: true, required: false, serialized_name: 'apiDefinitions', type: { name: 'Composite', class_name: 'ApiResourceDefinitions' } }, api_type: { client_side_validation: true, required: false, serialized_name: 'apiType', type: { name: 'String' } }, wsdl_definition: { client_side_validation: true, required: false, serialized_name: 'wsdlDefinition', type: { name: 'Composite', class_name: 'WsdlDefinition' } } } } } end |