ResourceReferenceExtendedResponse

data class ResourceReferenceExtendedResponse(val error: ErrorResponseResponse? = null, val id: String)

The resource Id extended model.

Constructors

Link copied to clipboard
constructor(error: ErrorResponseResponse? = null, id: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.).

Link copied to clipboard
val id: String

The resourceId of a resource managed by the deployment stack.