TaskRunContent(String) Constructor
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.
Initializes a new instance of TaskRunContent.
public TaskRunContent(string taskId);
new Azure.ResourceManager.ContainerRegistry.Tasks.Models.TaskRunContent : string -> Azure.ResourceManager.ContainerRegistry.Tasks.Models.TaskRunContent
Public Sub New (taskId As String)
Parameters
- taskId
- String
The resource ID of task against which run has to be queued.
Exceptions
taskId is null.