ManagedResourceReference Class

Definition

The managed resource model.

public class ManagedResourceReference : Microsoft.Azure.Management.Resources.DeploymentStacks.Models.ResourceReference
type ManagedResourceReference = class
    inherit ResourceReference
Public Class ManagedResourceReference
Inherits ResourceReference
Inheritance
ManagedResourceReference

Constructors

Name Description
ManagedResourceReference()

Initializes a new instance of the ManagedResourceReference class.

ManagedResourceReference(String, DeploymentExtension, String, IDictionary<String,Object>, String, String, String)

Initializes a new instance of the ManagedResourceReference class.

Properties

Name Description
ApiVersion

Gets the API version the resource was deployed with

(Inherited from ResourceReference)
DenyStatus

Gets or sets denyAssignment settings applied to the resource. Possible values include: 'denyDelete', 'notSupported', 'inapplicable', 'denyWriteAndDelete', 'removedBySystem', 'none', 'unknown'

Extension

Gets the extension the resource was deployed with.

(Inherited from ResourceReference)
Id

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

(Inherited from ResourceReference)
Identifiers

Gets the extensible resource identifiers.

(Inherited from ResourceReference)
Status

Gets or sets current management state of the resource in the deployment stack. Possible values include: 'managed', 'removeDenyFailed', 'deleteFailed'

Type

Gets the resource type.

(Inherited from ResourceReference)

Methods

Name Description
Validate()

Validate the object.

Applies to