Share via


ManagedResourceReference Constructors

Definition

Overloads

ManagedResourceReference()

Initializes a new instance of the ManagedResourceReference class.

ManagedResourceReference(String, String, String)

Initializes a new instance of the ManagedResourceReference class.

ManagedResourceReference()

Initializes a new instance of the ManagedResourceReference class.

public ManagedResourceReference ();
Public Sub New ()

Applies to

ManagedResourceReference(String, String, String)

Initializes a new instance of the ManagedResourceReference class.

public ManagedResourceReference (string id = default, string status = default, string denyStatus = default);
new Microsoft.Azure.Management.Resources.Models.ManagedResourceReference : string * string * string -> Microsoft.Azure.Management.Resources.Models.ManagedResourceReference
Public Sub New (Optional id As String = Nothing, Optional status As String = Nothing, Optional denyStatus As String = Nothing)

Parameters

id
String

The resourceId of a resource managed by the deployment stack.

status
String

Current management state of the resource in the deployment stack. Possible values include: 'managed', 'removeDenyFailed', 'deleteFailed'

denyStatus
String

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

Applies to