class Azure::Monitor::Mgmt::V2017_05_01_preview::Models::SubscriptionProxyOnlyResource
A proxy only azure resource object
Attributes
id[RW]
@return [String] Azure
resource Id
location[RW]
@return [String] Location of the resource
name[RW]
@return [String] Azure
resource name
type[RW]
@return [String] Azure
resource type
Private Class Methods
mapper()
click to toggle source
Mapper for SubscriptionProxyOnlyResource
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2017-05-01-preview/generated/azure_mgmt_monitor/models/subscription_proxy_only_resource.rb, line 32 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'SubscriptionProxyOnlyResource', type: { name: 'Composite', class_name: 'SubscriptionProxyOnlyResource', 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' } }, location: { client_side_validation: true, required: false, serialized_name: 'location', type: { name: 'String' } } } } } end