class Azure::BatchAI::Mgmt::V2018_05_01::Models::ProxyResource
A definition of an Azure
proxy resource.
Attributes
id[RW]
@return [String] The ID of the resource.
name[RW]
@return [String] The name of the resource.
type[RW]
@return [String] The type of the resource.
Private Class Methods
mapper()
click to toggle source
Mapper for ProxyResource
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-05-01/generated/azure_mgmt_batchai/models/proxy_resource.rb, line 29 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ProxyResource', type: { name: 'Composite', class_name: 'ProxyResource', 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, read_only: true, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } } } } } end