ResourceReferenceExtended Class

Definition

The resourceId extended model. This is used to document failed resources with a resourceId and a corresponding error.

public class ResourceReferenceExtended
type ResourceReferenceExtended = class
Public Class ResourceReferenceExtended
Inheritance
ResourceReferenceExtended

Constructors

Name Description
ResourceReferenceExtended()

Initializes a new instance of the ResourceReferenceExtended class.

ResourceReferenceExtended(String, DeploymentExtension, String, IDictionary<String,Object>, String, ErrorDetail)

Initializes a new instance of the ResourceReferenceExtended class.

Properties

Name Description
ApiVersion

Gets the API version the resource was deployed with

Error

Gets the error detail.

Extension

Gets the extension the resource was deployed with.

Id

Gets the ARM Resource ID of a resource managed by the deployment stack.

Identifiers

Gets the extensible resource identifiers.

Type

Gets the resource type.

Methods

Name Description
Validate()

Validate the object.

Applies to