次の方法で共有


ScriptCmdletsOperationsExtensions.Get メソッド

定義

プライベート クラウド上の特定のパッケージ内のスクリプト コマンドレット リソースに関する情報を返す

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

パラメーター

operations
IScriptCmdletsOperations

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

resourceGroupName
String

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

privateCloudName
String

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

scriptPackageName
String

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

scriptCmdletName
String

プライベート クラウドのスクリプト パッケージ内のスクリプト コマンドレット リソースの名前

戻り値

適用対象