ManagedResourceReference interface

The managed resource model.

Extends

Properties

denyStatus

denyAssignment settings applied to the resource.

status

Current management state of the resource in the deployment stack.

Inherited Properties

id

The resourceId of a resource managed by the deployment stack. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

denyStatus

denyAssignment settings applied to the resource.

denyStatus?: string

Property Value

string

status

Current management state of the resource in the deployment stack.

status?: string

Property Value

string

Inherited Property Details

id

The resourceId of a resource managed by the deployment stack. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From ResourceReference.id