class Azure::Network::Mgmt::V2017_09_01::Models::ResourceNavigationLink
ResourceNavigationLink
resource.
Attributes
etag[RW]
@return [String] A unique read-only string that changes whenever the resource is updated.
link[RW]
@return [String] Link to the external resource
linked_resource_type[RW]
@return [String] Resource
type of the linked resource.
name[RW]
@return [String] Name of the resource that is unique within a resource group. This name can be used to access the resource.
provisioning_state[RW]
@return [String] Provisioning state of the ResourceNavigationLink
resource.
Public Class Methods
mapper()
click to toggle source
Mapper for ResourceNavigationLink
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2017-09-01/generated/azure_mgmt_network/models/resource_navigation_link.rb, line 38 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ResourceNavigationLink', type: { name: 'Composite', class_name: 'ResourceNavigationLink', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } }, linked_resource_type: { client_side_validation: true, required: false, serialized_name: 'properties.linkedResourceType', type: { name: 'String' } }, link: { client_side_validation: true, required: false, serialized_name: 'properties.link', type: { name: 'String' } }, provisioning_state: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.provisioningState', type: { name: 'String' } }, name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } }, etag: { client_side_validation: true, required: false, read_only: true, serialized_name: 'etag', type: { name: 'String' } } } } } end