RunRequest Constructors
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.
Overloads
RunRequest() |
Initializes a new instance of the RunRequest class. |
RunRequest(Nullable<Boolean>, String, String) |
Initializes a new instance of the RunRequest class. |
RunRequest()
Initializes a new instance of the RunRequest class.
public RunRequest ();
Public Sub New ()
Applies to
RunRequest(Nullable<Boolean>, String, String)
Initializes a new instance of the RunRequest class.
public RunRequest (bool? isArchiveEnabled = default, string agentPoolName = default, string logTemplate = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.RunRequest : Nullable<bool> * string * string -> Microsoft.Azure.Management.ContainerRegistry.Models.RunRequest
Public Sub New (Optional isArchiveEnabled As Nullable(Of Boolean) = Nothing, Optional agentPoolName As String = Nothing, Optional logTemplate As String = Nothing)
Parameters
The value that indicates whether archiving is enabled for the run or not.
- agentPoolName
- String
The dedicated agent pool for the run.
- logTemplate
- String
The template that describes the repository and tag information for run log artifact.