ScriptPackages interface

Interface representing a ScriptPackages.

Methods

get(string, string, string, ScriptPackagesGetOptionalParams)

Get a ScriptPackage

list(string, string, ScriptPackagesListOptionalParams)

List ScriptPackage resources by PrivateCloud

Method Details

get(string, string, string, ScriptPackagesGetOptionalParams)

Get a ScriptPackage

function get(resourceGroupName: string, privateCloudName: string, scriptPackageName: string, options?: ScriptPackagesGetOptionalParams): Promise<ScriptPackage>

Parameters

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.

options
ScriptPackagesGetOptionalParams

The options parameters.

Returns

Promise<ScriptPackage>

list(string, string, ScriptPackagesListOptionalParams)

List ScriptPackage resources by PrivateCloud

function list(resourceGroupName: string, privateCloudName: string, options?: ScriptPackagesListOptionalParams): PagedAsyncIterableIterator<ScriptPackage, ScriptPackage[], PageSettings>

Parameters

resourceGroupName

string

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

privateCloudName

string

Name of the private cloud

options
ScriptPackagesListOptionalParams

The options parameters.

Returns