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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET