DeploymentsOperationsExtensions.GetAtScope メソッド

定義

デプロイを取得します。

public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended GetAtScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, string deploymentName);
static member GetAtScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string -> Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended
<Extension()>
Public Function GetAtScope (operations As IDeploymentsOperations, scope As String, deploymentName As String) As DeploymentExtended

パラメーター

operations
IDeploymentsOperations

この拡張メソッドの操作グループ。

scope
String

リソース スコープ。

deploymentName
String

デプロイの名前。

戻り値

適用対象