class Azure::ContainerRegistry::Mgmt::V2018_02_01_preview::Models::ProxyResource
The resource model definition for a ARM proxy resource. It will have everything other than required location and tags.
Attributes
id[RW]
@return [String] The resource ID.
name[RW]
@return [String] The name of the resource.
type[RW]
@return [String] The type of the resource.
Public Class Methods
mapper()
click to toggle source
Mapper for ProxyResource
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-02-01-preview/generated/azure_mgmt_container_registry/models/proxy_resource.rb, line 30 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