ArmBlueprintModelFactory.AssignmentOperationData 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 AssignmentOperationData.
public static Azure.ResourceManager.Blueprint.AssignmentOperationData AssignmentOperationData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string blueprintVersion = default, string assignmentState = default, string timeCreated = default, string timeStarted = default, string timeFinished = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Blueprint.Models.AssignmentDeploymentJob> deployments = default);
static member AssignmentOperationData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * string * string * seq<Azure.ResourceManager.Blueprint.Models.AssignmentDeploymentJob> -> Azure.ResourceManager.Blueprint.AssignmentOperationData
Public Shared Function AssignmentOperationData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional blueprintVersion As String = Nothing, Optional assignmentState As String = Nothing, Optional timeCreated As String = Nothing, Optional timeStarted As String = Nothing, Optional timeFinished As String = Nothing, Optional deployments As IEnumerable(Of AssignmentDeploymentJob) = Nothing) As AssignmentOperationData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- blueprintVersion
- String
The published version of the blueprint definition used for the blueprint assignment operation.
- assignmentState
- String
State of this blueprint assignment operation.
- timeCreated
- String
Create time of this blueprint assignment operation.
- timeStarted
- String
Start time of the underlying deployment.
- timeFinished
- String
Finish time of the overall underlying deployments.
- deployments
- IEnumerable<AssignmentDeploymentJob>
List of jobs in this blueprint assignment operation.
Returns
A new AssignmentOperationData instance for mocking.
Applies to
Azure SDK for .NET