你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ManagedResourceReference Class
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.
The managed resource model.
public class ManagedResourceReference : Microsoft.Azure.Management.Resources.Models.ResourceReference
type ManagedResourceReference = class
inherit ResourceReference
Public Class ManagedResourceReference
Inherits ResourceReference
- Inheritance
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' |