AssignmentDeploymentJobResult 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.
Result of each individual deployment in a blueprint assignment.
public class AssignmentDeploymentJobResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Blueprint.Models.AssignmentDeploymentJobResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Blueprint.Models.AssignmentDeploymentJobResult>
type AssignmentDeploymentJobResult = class
interface IJsonModel<AssignmentDeploymentJobResult>
interface IPersistableModel<AssignmentDeploymentJobResult>
Public Class AssignmentDeploymentJobResult
Implements IJsonModel(Of AssignmentDeploymentJobResult), IPersistableModel(Of AssignmentDeploymentJobResult)
- Inheritance
-
AssignmentDeploymentJobResult
- Implements
Constructors
AssignmentDeploymentJobResult() |
Initializes a new instance of AssignmentDeploymentJobResult. |
Properties
Error |
Contains error details if deployment job failed. |
Resources |
Resources created as result of the deployment job. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<AssignmentDeploymentJobResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AssignmentDeploymentJobResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AssignmentDeploymentJobResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AssignmentDeploymentJobResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AssignmentDeploymentJobResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |