ManagedResourceReference Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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'