ArmContainerRegistryModelFactory.ContainerRegistryPipelineRunData Method
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 ContainerRegistryPipelineRunData.
public static Azure.ResourceManager.ContainerRegistry.ContainerRegistryPipelineRunData ContainerRegistryPipelineRunData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryProvisioningState? provisioningState = default, Azure.ResourceManager.ContainerRegistry.Models.ConnectedRegistryPipelineRunContent request = default, Azure.ResourceManager.ContainerRegistry.Models.PipelineRunResult response = default, string forceUpdateTag = default);
static member ContainerRegistryPipelineRunData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryProvisioningState> * Azure.ResourceManager.ContainerRegistry.Models.ConnectedRegistryPipelineRunContent * Azure.ResourceManager.ContainerRegistry.Models.PipelineRunResult * string -> Azure.ResourceManager.ContainerRegistry.ContainerRegistryPipelineRunData
Public Shared Function ContainerRegistryPipelineRunData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional provisioningState As Nullable(Of ContainerRegistryProvisioningState) = Nothing, Optional request As ConnectedRegistryPipelineRunContent = Nothing, Optional response As PipelineRunResult = Nothing, Optional forceUpdateTag As String = Nothing) As ContainerRegistryPipelineRunData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- provisioningState
- Nullable<ContainerRegistryProvisioningState>
The provisioning state of a pipeline run.
The request parameters for a pipeline run.
- response
- PipelineRunResult
The response of a pipeline run.
- forceUpdateTag
- String
How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed.
Returns
A new ContainerRegistryPipelineRunData instance for mocking.
Applies to
Azure SDK for .NET