ResourceNavigationLink Class

ResourceNavigationLink resource.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.network.models._models_py3.SubResource
ResourceNavigationLink

Constructor

ResourceNavigationLink(*, id: str | None = None, name: str | None = None, linked_resource_type: str | None = None, link: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

Resource ID.

name
str

Name of the resource that is unique within a resource group. This name can be used to access the resource.

linked_resource_type
str

Resource type of the linked resource.

link
str

Link to the external resource.

Variables

Name Description
id
str

Resource ID.

name
str

Name of the resource that is unique within a resource group. This name can be used to access the resource.

etag
str

A unique read-only string that changes whenever the resource is updated.

type
str

Resource type.

linked_resource_type
str

Resource type of the linked resource.

link
str

Link to the external resource.

provisioning_state

The provisioning state of the resource navigation link resource. Known values are: "Succeeded", "Updating", "Deleting", and "Failed".