Class: Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName
- Inherits:
-
ResourceWithWritableName
- Object
- ResourceWithWritableName
- Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName
- Includes:
- MsRestAzure
- Defined in:
- lib/2015-05-01-preview/generated/azure_mgmt_sql/models/proxy_resource_with_writable_name.rb
Overview
ARM proxy resource.
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from ResourceWithWritableName
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for ProxyResourceWithWritableName class as Ruby Hash.
Class Method Details
.mapper ⇒ Object
Mapper for ProxyResourceWithWritableName class as Ruby Hash. This will be used for serialization/deserialization.
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 |
# File 'lib/2015-05-01-preview/generated/azure_mgmt_sql/models/proxy_resource_with_writable_name.rb', line 20 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ProxyResourceWithWritableName', type: { name: 'Composite', class_name: 'ProxyResourceWithWritableName', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } } } } } end |