次の方法で共有


ScriptPackagesOperationsExtensions.Get メソッド

定義

プライベート クラウドで実行できるスクリプト パッケージを取得する

public static Microsoft.Azure.Management.Avs.Models.ScriptPackage Get (this Microsoft.Azure.Management.Avs.IScriptPackagesOperations operations, string resourceGroupName, string privateCloudName, string scriptPackageName);
static member Get : Microsoft.Azure.Management.Avs.IScriptPackagesOperations * string * string * string -> Microsoft.Azure.Management.Avs.Models.ScriptPackage
<Extension()>
Public Function Get (operations As IScriptPackagesOperations, resourceGroupName As String, privateCloudName As String, scriptPackageName As String) As ScriptPackage

パラメーター

operations
IScriptPackagesOperations

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

resourceGroupName
String

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

privateCloudName
String

プライベート クラウドの名前

scriptPackageName
String

プライベート クラウド内のスクリプト パッケージの名前

戻り値

適用対象