TaskRunRequest 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
TaskRunRequest() |
Initializes a new instance of the TaskRunRequest class. |
TaskRunRequest(String, Nullable<Boolean>, IList<SetValue>) |
Initializes a new instance of the TaskRunRequest class. |
TaskRunRequest()
Initializes a new instance of the TaskRunRequest class.
public TaskRunRequest ();
Public Sub New ()
Applies to
TaskRunRequest(String, Nullable<Boolean>, IList<SetValue>)
Initializes a new instance of the TaskRunRequest class.
public TaskRunRequest (string taskName, bool? isArchiveEnabled = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.SetValue> values = default);
new Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.TaskRunRequest : string * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.SetValue> -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.TaskRunRequest
Public Sub New (taskName As String, Optional isArchiveEnabled As Nullable(Of Boolean) = Nothing, Optional values As IList(Of SetValue) = Nothing)
Parameters
- taskName
- String
The name of task against which run has to be queued.
The value that indicates whether archiving is enabled for the run or not.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.