DeploymentOperations interface
DeploymentOperations を表すインターフェイス。
メソッド
メソッドの詳細
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 パラメーター。
戻り値
Promise<DeploymentOperation>
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 パラメーター。
戻り値
Promise<DeploymentOperation>
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 パラメーター。
戻り値
Promise<DeploymentOperation>
getAtSubscriptionScope(string, string, DeploymentOperationsGetAtSubscriptionScopeOptionalParams)
デプロイ操作を取得します。
function getAtSubscriptionScope(deploymentName: string, operationId: string, options?: DeploymentOperationsGetAtSubscriptionScopeOptionalParams): Promise<DeploymentOperation>
パラメーター
- deploymentName
-
string
デプロイの名前。
- operationId
-
string
取得する操作の ID。
options パラメーター。
戻り値
Promise<DeploymentOperation>
getAtTenantScope(string, string, DeploymentOperationsGetAtTenantScopeOptionalParams)
デプロイ操作を取得します。
function getAtTenantScope(deploymentName: string, operationId: string, options?: DeploymentOperationsGetAtTenantScopeOptionalParams): Promise<DeploymentOperation>
パラメーター
- deploymentName
-
string
デプロイの名前。
- operationId
-
string
取得する操作の ID。
options パラメーター。
戻り値
Promise<DeploymentOperation>
list(string, string, DeploymentOperationsListOptionalParams)
デプロイのすべてのデプロイ操作を取得します。
function list(resourceGroupName: string, deploymentName: string, options?: DeploymentOperationsListOptionalParams): PagedAsyncIterableIterator<DeploymentOperation, DeploymentOperation[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- deploymentName
-
string
デプロイの名前。
options パラメーター。
戻り値
listAtManagementGroupScope(string, string, DeploymentOperationsListAtManagementGroupScopeOptionalParams)
デプロイのすべてのデプロイ操作を取得します。
function listAtManagementGroupScope(groupId: string, deploymentName: string, options?: DeploymentOperationsListAtManagementGroupScopeOptionalParams): PagedAsyncIterableIterator<DeploymentOperation, DeploymentOperation[], PageSettings>
パラメーター
- groupId
-
string
管理グループ ID。
- deploymentName
-
string
デプロイの名前。
options パラメーター。
戻り値
listAtScope(string, string, DeploymentOperationsListAtScopeOptionalParams)
デプロイのすべてのデプロイ操作を取得します。
function listAtScope(scope: string, deploymentName: string, options?: DeploymentOperationsListAtScopeOptionalParams): PagedAsyncIterableIterator<DeploymentOperation, DeploymentOperation[], PageSettings>
パラメーター
- scope
-
string
リソース スコープ。
- deploymentName
-
string
デプロイの名前。
options パラメーター。
戻り値
listAtSubscriptionScope(string, DeploymentOperationsListAtSubscriptionScopeOptionalParams)
デプロイのすべてのデプロイ操作を取得します。
function listAtSubscriptionScope(deploymentName: string, options?: DeploymentOperationsListAtSubscriptionScopeOptionalParams): PagedAsyncIterableIterator<DeploymentOperation, DeploymentOperation[], PageSettings>
パラメーター
- deploymentName
-
string
デプロイの名前。
options パラメーター。
戻り値
listAtTenantScope(string, DeploymentOperationsListAtTenantScopeOptionalParams)
デプロイのすべてのデプロイ操作を取得します。
function listAtTenantScope(deploymentName: string, options?: DeploymentOperationsListAtTenantScopeOptionalParams): PagedAsyncIterableIterator<DeploymentOperation, DeploymentOperation[], PageSettings>
パラメーター
- deploymentName
-
string
デプロイの名前。
options パラメーター。