Share via


ScriptPackagesOperationsExtensions.Get Method

Definition

Get a script package available to run on a private cloud

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

Parameters

operations
IScriptPackagesOperations

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

Returns

Applies to