RunOutputProperties 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.
Describes the properties of a run output
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.RunOutputPropertiesTypeConverter))]
public class RunOutputProperties : Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.IRunOutputProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.RunOutputPropertiesTypeConverter))>]
type RunOutputProperties = class
interface IRunOutputProperties
interface IJsonSerializable
Public Class RunOutputProperties
Implements IRunOutputProperties
- Inheritance
-
RunOutputProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| RunOutputProperties() |
Creates an new RunOutputProperties instance. |
Properties
| Name | Description |
|---|---|
| ArtifactId |
The resource id of the artifact. |
| ArtifactUri |
The location URI of the artifact. |
| ProvisioningState |
Provisioning state of the resource |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RunOutputProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RunOutputProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.IRunOutputProperties. |
| FromJsonString(String) |
Creates a new instance of RunOutputProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of RunOutputProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |