你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".