DeploymentScriptsOperationsExtensions.Get メソッド

定義

指定した名前のデプロイ スクリプトを取得します。

public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentScript Get (this Microsoft.Azure.Management.ResourceManager.IDeploymentScriptsOperations operations, string resourceGroupName, string scriptName);
static member Get : Microsoft.Azure.Management.ResourceManager.IDeploymentScriptsOperations * string * string -> Microsoft.Azure.Management.ResourceManager.Models.DeploymentScript
<Extension()>
Public Function Get (operations As IDeploymentScriptsOperations, resourceGroupName As String, scriptName As String) As DeploymentScript

パラメーター

operations
IDeploymentScriptsOperations

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

resourceGroupName
String

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

scriptName
String

デプロイ スクリプトの名前。

戻り値

適用対象