TargetResource 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.
Target resource.
public class TargetResource : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.Deployments.Models.TargetResource>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.Deployments.Models.TargetResource>
type TargetResource = class
interface IJsonModel<TargetResource>
interface IPersistableModel<TargetResource>
Public Class TargetResource
Implements IJsonModel(Of TargetResource), IPersistableModel(Of TargetResource)
- Inheritance
-
TargetResource
- Implements
Properties
| Name | Description |
|---|---|
| ApiVersion |
The API version the resource was deployed with. |
| Extension |
The extension the resource was deployed with. |
| Id |
The Azure resource ID of the resource. |
| Identifiers |
The extensible resource identifiers. To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
| ResourceName |
The name of the resource. |
| ResourceType |
The type of the resource. |
| SymbolicName |
The symbolic name of the resource as defined in the deployment template. |