ScriptCmdlets Interface

public interface ScriptCmdlets

Resource collection API of ScriptCmdlets.

Method Details

get

public abstract ScriptCmdlet get(String resourceGroupName, String privateCloudName, String scriptPackageName, String scriptCmdletName)

Get a ScriptCmdlet.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
privateCloudName - Name of the private cloud.
scriptPackageName - Name of the script package.
scriptCmdletName - Name of the script cmdlet.

Returns:

a ScriptCmdlet.

getWithResponse

public abstract Response<ScriptCmdlet> getWithResponse(String resourceGroupName, String privateCloudName, String scriptPackageName, String scriptCmdletName, Context context)

Get a ScriptCmdlet.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
privateCloudName - Name of the private cloud.
scriptPackageName - Name of the script package.
scriptCmdletName - Name of the script cmdlet.
context - The context to associate with this operation.

Returns:

a ScriptCmdlet along with Response<T>.

list

public abstract PagedIterable<ScriptCmdlet> list(String resourceGroupName, String privateCloudName, String scriptPackageName)

List ScriptCmdlet resources by ScriptPackage.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
privateCloudName - Name of the private cloud.
scriptPackageName - Name of the script package.

Returns:

the response of a ScriptCmdlet list operation as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<ScriptCmdlet> list(String resourceGroupName, String privateCloudName, String scriptPackageName, Context context)

List ScriptCmdlet resources by ScriptPackage.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
privateCloudName - Name of the private cloud.
scriptPackageName - Name of the script package.
context - The context to associate with this operation.

Returns:

the response of a ScriptCmdlet list operation as paginated response with PagedIterable<T>.

Applies to