Condividi tramite


ManagedResourceReference Class

Definition

The managed resource model.

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

Constructors

ManagedResourceReference()

Initializes a new instance of the ManagedResourceReference class.

ManagedResourceReference(String, String, String)

Initializes a new instance of the ManagedResourceReference class.

Properties

DenyStatus

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

Id

Gets the resourceId of a resource managed by the deployment stack.

(Inherited from ResourceReference)
Status

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

Applies to