Assignment Operations - List

サブスクリプションまたは管理グループ内の特定のブループリント割り当ての操作を一覧表示します。

GET https://management.azure.com/{resourceScope}/providers/Microsoft.Blueprint/blueprintAssignments/{assignmentName}/assignmentOperations?api-version=2018-11-01-preview

URI パラメーター

名前 / 必須 説明
assignmentName
path True

string

ブループリント割り当ての名前。

resourceScope
path True

string

リソースのスコープ。 有効なスコープは、管理グループ (形式: '/providers/Microsoft.Management/managementGroups/{managementGroup}')、サブスクリプション (形式: '/subscriptions/{subscriptionId}') です。

api-version
query True

string

クライアント API のバージョン。

応答

名前 説明
200 OK

AssignmentOperationList

OK -- 取得されたすべてのブループリント割り当て操作。

Other Status Codes

CloudError

ブループリント エラー応答。

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

名前 説明
user_impersonation ユーザー アカウントの借用

Assignment at management group scope
Assignment at subscription scope

Assignment at management group scope

Sample Request

GET https://management.azure.com/managementGroups/ContosoOnlineGroup/providers/Microsoft.Blueprint/blueprintAssignments/assignSimpleBlueprint/assignmentOperations?api-version=2018-11-01-preview

Sample Response

{
  "value": [
    {
      "id": "/managementGroups/ContosoOnlineGroup/providers/microsoft.blueprint/blueprintAssignments/assignSimpleBlueprint/assignmentOperations/fb5d4dcb-7ce2-4087-ba7a-459aa74e5e0f",
      "type": "microsoft.blueprint/blueprintAssignments/operations",
      "name": "fb5d4dcb-7ce2-4087-ba7a-459aa74e5e0f",
      "properties": {
        "blueprintVersion": "v20181101",
        "assignmentState": "succeed",
        "timeCreated": "2018-11-13T15:19:45-08:00",
        "timeStarted": "2018-11-13T15:21:49-08:00",
        "timeFinished": "2018-11-13T15:26:02-08:00",
        "deployments": [
          {
            "kind": "azureResource",
            "action": "put",
            "jobState": "succeeded",
            "requestUri": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.deployments/deployments/48432786-2f1b-4925-8032-a5d57bcb5b6e",
            "result": {
              "resources": [
                {
                  "id": "blabla",
                  "name": "foobar",
                  "type": "foo/bar"
                }
              ]
            },
            "history": [
              {
                "error": {
                  "code": "dummy",
                  "message": "dummy"
                }
              }
            ]
          }
        ]
      }
    }
  ],
  "nextLink": null
}

Assignment at subscription scope

Sample Request

GET https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Blueprint/blueprintAssignments/assignSimpleBlueprint/assignmentOperations?api-version=2018-11-01-preview

Sample Response

{
  "value": [
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.blueprint/blueprintAssignments/assignSimpleBlueprint/assignmentOperations/fb5d4dcb-7ce2-4087-ba7a-459aa74e5e0f",
      "type": "microsoft.blueprint/blueprintAssignments/operations",
      "name": "fb5d4dcb-7ce2-4087-ba7a-459aa74e5e0f",
      "properties": {
        "blueprintVersion": "v20181101",
        "assignmentState": "succeed",
        "timeCreated": "2018-11-13T15:19:45-08:00",
        "timeStarted": "2018-11-13T15:21:49-08:00",
        "timeFinished": "2018-11-13T15:26:02-08:00",
        "deployments": [
          {
            "kind": "azureResource",
            "action": "put",
            "jobState": "succeeded",
            "requestUri": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.deployments/deployments/48432786-2f1b-4925-8032-a5d57bcb5b6e",
            "result": {
              "resources": [
                {
                  "id": "blabla",
                  "name": "foobar",
                  "type": "foo/bar"
                }
              ]
            },
            "history": [
              {
                "error": {
                  "code": "dummy",
                  "message": "dummy"
                }
              }
            ]
          }
        ]
      }
    }
  ],
  "nextLink": null
}

定義

名前 説明
AssignmentDeploymentJob

指定されたブループリント割り当て操作の個々のジョブを表します。

AssignmentDeploymentJobResult

ブループリントの割り当てにおける個々のデプロイの結果。

AssignmentJobCreatedResource

デプロイ ジョブから作成された Azure リソース。

AssignmentOperation

ブループリント割り当ての更新ごとに基になるデプロイの詳細を表します。

AssignmentOperationList

AssignmentOperation の一覧。

AzureResourceManagerError

エラー コードとメッセージ

CloudError
ErrorAdditionalInfo

リソース管理エラーの追加情報。

ErrorResponse

エラー応答

AssignmentDeploymentJob

指定されたブループリント割り当て操作の個々のジョブを表します。

名前 説明
action

string

このジョブで実行されるアクションの名前。

history

AssignmentDeploymentJobResult[]

再試行ごとにこのデプロイ ジョブの結果。

jobId

string

このジョブの ID。

jobState

string

このジョブの状態。

kind

string

ジョブの種類。

requestUri

string

デプロイ ジョブ リソース ID への参照。

result

AssignmentDeploymentJobResult

デプロイ ジョブの結果。

AssignmentDeploymentJobResult

ブループリントの割り当てにおける個々のデプロイの結果。

名前 説明
error

AzureResourceManagerError

デプロイ ジョブが失敗した場合のエラーの詳細が含まれます。

resources

AssignmentJobCreatedResource[]

デプロイ ジョブの結果として作成されたリソース。

AssignmentJobCreatedResource

デプロイ ジョブから作成された Azure リソース。

名前 説明
id

string

Azure 上の任意のリソースを検索するために使用される文字列 ID。

name

string

このリソースの名前。

properties

object

ディクショナリ内の追加のプロパティ。

type

string

このリソースの種類。

AssignmentOperation

ブループリント割り当ての更新ごとに基になるデプロイの詳細を表します。

名前 説明
id

string

Azure 上の任意のリソースを検索するために使用される文字列 ID。

name

string

このリソースの名前。

properties.assignmentState

string

このブループリント割り当て操作の状態。

properties.blueprintVersion

string

ブループリントの割り当て操作に使用されるブループリント定義の発行済みバージョン。

properties.deployments

AssignmentDeploymentJob[]

このブループリント割り当て操作のジョブの一覧。

properties.timeCreated

string

このブループリント割り当て操作の時間を作成します。

properties.timeFinished

string

基になるデプロイ全体の終了時刻。

properties.timeStarted

string

基になるデプロイの開始時刻。

type

string

このリソースの種類。

AssignmentOperationList

AssignmentOperation の一覧。

名前 説明
nextLink

string

結果の次のページにリンクします。

value

AssignmentOperation[]

AssignmentOperation の一覧。

AzureResourceManagerError

エラー コードとメッセージ

名前 説明
code

string

エラー コード。

message

string

エラー メッセージ。

CloudError

名前 説明
error

ErrorResponse

エラー応答
失敗した操作のエラーの詳細を返す、すべての Azure Resource Manager API に対する一般的なエラー応答 (これは OData エラー応答形式にも従います)。

ErrorAdditionalInfo

リソース管理エラーの追加情報。

名前 説明
info

object

追加情報。

type

string

追加情報の種類。

ErrorResponse

エラー応答

名前 説明
additionalInfo

ErrorAdditionalInfo[]

エラーの追加情報。

code

string

エラー コード。

details

ErrorResponse[]

エラーの詳細です。

message

string

エラー メッセージ。

target

string

エラーのターゲット。