AssignmentOperation Class
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.
Represents underlying deployment detail for each update to the blueprint assignment.
[Microsoft.Rest.Serialization.JsonTransformation]
public class AssignmentOperation : Microsoft.Azure.Management.Blueprint.Models.AzureResourceBase
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AssignmentOperation = class
inherit AzureResourceBase
Public Class AssignmentOperation
Inherits AzureResourceBase
- Inheritance
- Attributes
Constructors
AssignmentOperation() |
Initializes a new instance of the AssignmentOperation class. |
AssignmentOperation(String, String, String, String, String, String, String, String, IList<AssignmentDeploymentJob>) |
Initializes a new instance of the AssignmentOperation class. |
Properties
AssignmentState |
Gets or sets state of this blueprint assignment operation. |
BlueprintVersion |
Gets or sets the published version of the blueprint definition used for the blueprint assignment operation. |
Deployments |
Gets or sets list of jobs in this blueprint assignment operation. |
Id |
Gets string Id used to locate any resource on Azure. (Inherited from AzureResourceBase) |
Name |
Gets name of this resource. (Inherited from AzureResourceBase) |
TimeCreated |
Gets or sets create time of this blueprint assignment operation. |
TimeFinished |
Gets or sets finish time of the overall underlying deployments. |
TimeStarted |
Gets or sets start time of the underlying deployment. |
Type |
Gets type of this resource. (Inherited from AzureResourceBase) |
Applies to
Azure SDK for .NET