RunGetLogResult 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 result of get log link operation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.RunGetLogResultTypeConverter))]
public class RunGetLogResult : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IRunGetLogResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.RunGetLogResultTypeConverter))>]
type RunGetLogResult = class
interface IRunGetLogResult
interface IJsonSerializable
Public Class RunGetLogResult
Implements IRunGetLogResult
- Inheritance
-
RunGetLogResult
- Attributes
- Implements
Constructors
RunGetLogResult() |
Creates an new RunGetLogResult instance. |
Properties
LogArtifactLink |
The link to logs in registry for a run on a azure container registry. |
LogLink |
The link to logs for a run on a azure container registry. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RunGetLogResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RunGetLogResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IRunGetLogResult. |
FromJsonString(String) |
Creates a new instance of RunGetLogResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RunGetLogResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |