ArmContainerRegistryModelFactory.ContainerRegistryImportPipelineData 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 ContainerRegistryImportPipelineData.
public static Azure.ResourceManager.ContainerRegistry.ContainerRegistryImportPipelineData ContainerRegistryImportPipelineData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.Core.AzureLocation? location = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, Azure.ResourceManager.ContainerRegistry.Models.ImportPipelineSourceProperties source = default, Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryTriggerStatus? sourceTriggerStatus = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryPipelineOption> options = default, Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryProvisioningState? provisioningState = default);
static member ContainerRegistryImportPipelineData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.Core.AzureLocation> * Azure.ResourceManager.Models.ManagedServiceIdentity * Azure.ResourceManager.ContainerRegistry.Models.ImportPipelineSourceProperties * Nullable<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryTriggerStatus> * seq<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryPipelineOption> * Nullable<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryProvisioningState> -> Azure.ResourceManager.ContainerRegistry.ContainerRegistryImportPipelineData
Public Shared Function ContainerRegistryImportPipelineData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional source As ImportPipelineSourceProperties = Nothing, Optional sourceTriggerStatus As Nullable(Of ContainerRegistryTriggerStatus) = Nothing, Optional options As IEnumerable(Of ContainerRegistryPipelineOption) = Nothing, Optional provisioningState As Nullable(Of ContainerRegistryProvisioningState) = Nothing) As ContainerRegistryImportPipelineData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- location
- Nullable<AzureLocation>
The location of the import pipeline.
- identity
- ManagedServiceIdentity
The identity of the import pipeline.
The source properties of the import pipeline.
- sourceTriggerStatus
- Nullable<ContainerRegistryTriggerStatus>
The properties that describe the trigger of the import pipeline.
The list of all options configured for the pipeline.
- provisioningState
- Nullable<ContainerRegistryProvisioningState>
The provisioning state of the pipeline at the time the operation was called.
Returns
A new ContainerRegistryImportPipelineData instance for mocking.
Applies to
Azure SDK for .NET