AssignmentOperation 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表藍圖指派的每個更新的基礎部署詳細資料。
[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
- 繼承
- 屬性
建構函式
AssignmentOperation() |
初始化 AssignmentOperation 類別的新實例。 |
AssignmentOperation(String, String, String, String, String, String, String, String, IList<AssignmentDeploymentJob>) |
初始化 AssignmentOperation 類別的新實例。 |
屬性
AssignmentState |
取得或設定此藍圖指派作業的狀態。 |
BlueprintVersion |
取得或設定用於藍圖指派作業之藍圖定義的已發佈版本。 |
Deployments |
取得或設定此藍圖指派作業中的作業清單。 |
Id |
取得用來在 Azure 上尋找任何資源的字串識別碼。 (繼承來源 AzureResourceBase) |
Name |
取得此資源的名稱。 (繼承來源 AzureResourceBase) |
TimeCreated |
取得或設定此藍圖指派作業的建立時間。 |
TimeFinished |
取得或設定整體基礎部署的完成時間。 |
TimeStarted |
取得或設定基礎部署的開始時間。 |
Type |
取得此資源的型別。 (繼承來源 AzureResourceBase) |