RunRequest 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 request parameters for scheduling a run.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.RunRequestTypeConverter))]
public class RunRequest : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IRunRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.RunRequestTypeConverter))>]
type RunRequest = class
interface IRunRequest
interface IJsonSerializable
Public Class RunRequest
Implements IRunRequest
- Inheritance
-
RunRequest
- Attributes
- Implements
Constructors
RunRequest() |
Creates an new RunRequest instance. |
Properties
AgentPoolName |
The dedicated agent pool for the run. |
IsArchiveEnabled |
The value that indicates whether archiving is enabled for the run or not. |
LogTemplate |
The template that describes the repository and tag information for run log artifact. |
Type |
The type of the run request. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RunRequest. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RunRequest. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IRunRequest. Note: the Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IRunRequest interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload. |
FromJsonString(String) |
Creates a new instance of RunRequest, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RunRequest into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |