ScriptCmdlets Interface
public interface ScriptCmdlets
Resource collection API of ScriptCmdlets.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Script |
get(String resourceGroupName, String privateCloudName, String scriptPackageName, String scriptCmdletName)
Get a Script |
|
abstract
Response<Script |
getWithResponse(String resourceGroupName, String privateCloudName, String scriptPackageName, String scriptCmdletName, Context context)
Get a Script |
|
abstract
Paged |
list(String resourceGroupName, String privateCloudName, String scriptPackageName)
List Script |
|
abstract
Paged |
list(String resourceGroupName, String privateCloudName, String scriptPackageName, Context context)
List Script |
Method Details
get
public abstract ScriptCmdlet get(String resourceGroupName, String privateCloudName, String scriptPackageName, String scriptCmdletName)
Get a ScriptCmdlet.
Parameters:
Returns:
getWithResponse
public abstract Response<ScriptCmdlet> getWithResponse(String resourceGroupName, String privateCloudName, String scriptPackageName, String scriptCmdletName, Context context)
Get a ScriptCmdlet.
Parameters:
Returns:
list
public abstract PagedIterable<ScriptCmdlet> list(String resourceGroupName, String privateCloudName, String scriptPackageName)
List ScriptCmdlet resources by ScriptPackage.
Parameters:
Returns:
list
public abstract PagedIterable<ScriptCmdlet> list(String resourceGroupName, String privateCloudName, String scriptPackageName, Context context)
List ScriptCmdlet resources by ScriptPackage.
Parameters:
Returns: