Share via


ScriptCmdletsOperationsExtensions.Get Method

Definition

Return information about a script cmdlet resource in a specific package on a private cloud

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

Parameters

operations
IScriptCmdletsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

privateCloudName
String

Name of the private cloud

scriptPackageName
String

Name of the script package in the private cloud

scriptCmdletName
String

Name of the script cmdlet resource in the script package in the private cloud

Returns

Applies to