AzureResource interface

The azure resource info when target service type is AzureResource

Extends

Properties

id

The Id of azure resource.

resourceProperties

The azure resource connection related properties.

type

Polymorphic discriminator, which specifies the different types this object can be

Property Details

id

The Id of azure resource.

id?: string

Property Value

string

resourceProperties

The azure resource connection related properties.

resourceProperties?: AzureResourcePropertiesBaseUnion

Property Value

type

Polymorphic discriminator, which specifies the different types this object can be

type: "AzureResource"

Property Value

"AzureResource"