ResourceReferenceExtended 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 resourceId extended model. This is used to document failed resources with a resourceId and a corresponding error.
public class ResourceReferenceExtended : Azure.ResourceManager.Resources.Models.ResourceReferenceAutoGenerated, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.Models.ResourceReferenceExtended>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.Models.ResourceReferenceExtended>
type ResourceReferenceExtended = class
inherit ResourceReferenceAutoGenerated
interface IJsonModel<ResourceReferenceExtended>
interface IPersistableModel<ResourceReferenceExtended>
Public Class ResourceReferenceExtended
Inherits ResourceReferenceAutoGenerated
Implements IJsonModel(Of ResourceReferenceExtended), IPersistableModel(Of ResourceReferenceExtended)
- Inheritance
- Implements
Constructors
ResourceReferenceExtended() |
Initializes a new instance of ResourceReferenceExtended. |
Properties
Error |
The error detail. |
Id |
The resourceId of a resource managed by the deployment stack. (Inherited from ResourceReferenceAutoGenerated) |
Explicit Interface Implementations
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET