次の方法で共有


DeploymentOperations interface

DeploymentOperations を表すインターフェイス。

メソッド

get(string, string, string, DeploymentOperationsGetOptionalParams)

デプロイ操作を取得します。

getAtManagementGroupScope(string, string, string, DeploymentOperationsGetAtManagementGroupScopeOptionalParams)

デプロイ操作を取得します。

getAtScope(string, string, string, DeploymentOperationsGetAtScopeOptionalParams)

デプロイ操作を取得します。

getAtSubscriptionScope(string, string, DeploymentOperationsGetAtSubscriptionScopeOptionalParams)

デプロイ操作を取得します。

getAtTenantScope(string, string, DeploymentOperationsGetAtTenantScopeOptionalParams)

デプロイ操作を取得します。

list(string, string, DeploymentOperationsListOptionalParams)

デプロイのすべてのデプロイ操作を取得します。

listAtManagementGroupScope(string, string, DeploymentOperationsListAtManagementGroupScopeOptionalParams)

デプロイのすべてのデプロイ操作を取得します。

listAtScope(string, string, DeploymentOperationsListAtScopeOptionalParams)

デプロイのすべてのデプロイ操作を取得します。

listAtSubscriptionScope(string, DeploymentOperationsListAtSubscriptionScopeOptionalParams)

デプロイのすべてのデプロイ操作を取得します。

listAtTenantScope(string, DeploymentOperationsListAtTenantScopeOptionalParams)

デプロイのすべてのデプロイ操作を取得します。

メソッドの詳細

get(string, string, string, DeploymentOperationsGetOptionalParams)

デプロイ操作を取得します。

function get(resourceGroupName: string, deploymentName: string, operationId: string, options?: DeploymentOperationsGetOptionalParams): Promise<DeploymentOperation>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

deploymentName

string

デプロイの名前。

operationId

string

取得する操作の ID。

options
DeploymentOperationsGetOptionalParams

options パラメーター。

戻り値

getAtManagementGroupScope(string, string, string, DeploymentOperationsGetAtManagementGroupScopeOptionalParams)

デプロイ操作を取得します。

function getAtManagementGroupScope(groupId: string, deploymentName: string, operationId: string, options?: DeploymentOperationsGetAtManagementGroupScopeOptionalParams): Promise<DeploymentOperation>

パラメーター

groupId

string

管理グループ ID。

deploymentName

string

デプロイの名前。

operationId

string

取得する操作の ID。

options
DeploymentOperationsGetAtManagementGroupScopeOptionalParams

options パラメーター。

戻り値

getAtScope(string, string, string, DeploymentOperationsGetAtScopeOptionalParams)

デプロイ操作を取得します。

function getAtScope(scope: string, deploymentName: string, operationId: string, options?: DeploymentOperationsGetAtScopeOptionalParams): Promise<DeploymentOperation>

パラメーター

scope

string

リソース スコープ。

deploymentName

string

デプロイの名前。

operationId

string

取得する操作の ID。

options
DeploymentOperationsGetAtScopeOptionalParams

options パラメーター。

戻り値

getAtSubscriptionScope(string, string, DeploymentOperationsGetAtSubscriptionScopeOptionalParams)

デプロイ操作を取得します。

function getAtSubscriptionScope(deploymentName: string, operationId: string, options?: DeploymentOperationsGetAtSubscriptionScopeOptionalParams): Promise<DeploymentOperation>

パラメーター

deploymentName

string

デプロイの名前。

operationId

string

取得する操作の ID。

options
DeploymentOperationsGetAtSubscriptionScopeOptionalParams

options パラメーター。

戻り値

getAtTenantScope(string, string, DeploymentOperationsGetAtTenantScopeOptionalParams)

デプロイ操作を取得します。

function getAtTenantScope(deploymentName: string, operationId: string, options?: DeploymentOperationsGetAtTenantScopeOptionalParams): Promise<DeploymentOperation>

パラメーター

deploymentName

string

デプロイの名前。

operationId

string

取得する操作の ID。

options
DeploymentOperationsGetAtTenantScopeOptionalParams

options パラメーター。

戻り値

list(string, string, DeploymentOperationsListOptionalParams)

デプロイのすべてのデプロイ操作を取得します。

function list(resourceGroupName: string, deploymentName: string, options?: DeploymentOperationsListOptionalParams): PagedAsyncIterableIterator<DeploymentOperation, DeploymentOperation[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

deploymentName

string

デプロイの名前。

options
DeploymentOperationsListOptionalParams

options パラメーター。

戻り値

listAtManagementGroupScope(string, string, DeploymentOperationsListAtManagementGroupScopeOptionalParams)

デプロイのすべてのデプロイ操作を取得します。

function listAtManagementGroupScope(groupId: string, deploymentName: string, options?: DeploymentOperationsListAtManagementGroupScopeOptionalParams): PagedAsyncIterableIterator<DeploymentOperation, DeploymentOperation[], PageSettings>

パラメーター

groupId

string

管理グループ ID。

deploymentName

string

デプロイの名前。

options
DeploymentOperationsListAtManagementGroupScopeOptionalParams

options パラメーター。

戻り値

listAtScope(string, string, DeploymentOperationsListAtScopeOptionalParams)

デプロイのすべてのデプロイ操作を取得します。

function listAtScope(scope: string, deploymentName: string, options?: DeploymentOperationsListAtScopeOptionalParams): PagedAsyncIterableIterator<DeploymentOperation, DeploymentOperation[], PageSettings>

パラメーター

scope

string

リソース スコープ。

deploymentName

string

デプロイの名前。

options
DeploymentOperationsListAtScopeOptionalParams

options パラメーター。

戻り値

listAtSubscriptionScope(string, DeploymentOperationsListAtSubscriptionScopeOptionalParams)

デプロイのすべてのデプロイ操作を取得します。

function listAtSubscriptionScope(deploymentName: string, options?: DeploymentOperationsListAtSubscriptionScopeOptionalParams): PagedAsyncIterableIterator<DeploymentOperation, DeploymentOperation[], PageSettings>

パラメーター

deploymentName

string

デプロイの名前。

options
DeploymentOperationsListAtSubscriptionScopeOptionalParams

options パラメーター。

戻り値

listAtTenantScope(string, DeploymentOperationsListAtTenantScopeOptionalParams)

デプロイのすべてのデプロイ操作を取得します。

function listAtTenantScope(deploymentName: string, options?: DeploymentOperationsListAtTenantScopeOptionalParams): PagedAsyncIterableIterator<DeploymentOperation, DeploymentOperation[], PageSettings>

パラメーター

deploymentName

string

デプロイの名前。

options
DeploymentOperationsListAtTenantScopeOptionalParams

options パラメーター。

戻り値