ResourceNavigationLinkFormatOutput interface
Properties of ResourceNavigationLink.
Properties
| link | Link to the external resource. |
| linked |
Resource type of the linked resource. |
| provisioning |
The provisioning state of the resource navigation link resource. |
Property Details
link
Link to the external resource.
link?: string
Property Value
string
linkedResourceType
Resource type of the linked resource.
linkedResourceType?: string
Property Value
string
provisioningState
The provisioning state of the resource navigation link resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"