FileTaskRunContent(String, ContainerRegistryTaskPlatformProperties) 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 FileTaskRunContent.
public FileTaskRunContent(string taskFilePath, Azure.ResourceManager.ContainerRegistry.Tasks.Models.ContainerRegistryTaskPlatformProperties platform);
new Azure.ResourceManager.ContainerRegistry.Tasks.Models.FileTaskRunContent : string * Azure.ResourceManager.ContainerRegistry.Tasks.Models.ContainerRegistryTaskPlatformProperties -> Azure.ResourceManager.ContainerRegistry.Tasks.Models.FileTaskRunContent
Public Sub New (taskFilePath As String, platform As ContainerRegistryTaskPlatformProperties)
Parameters
- taskFilePath
- String
The template/definition file path relative to the source.
The platform properties against which the run has to happen.
Exceptions
taskFilePath or platform is null.