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