ScriptPackagesOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for ScriptPackagesOperations.
public static class ScriptPackagesOperationsExtensions
type ScriptPackagesOperationsExtensions = class
Public Module ScriptPackagesOperationsExtensions
- Inheritance
-
ScriptPackagesOperationsExtensions
Methods
Get(IScriptPackagesOperations, String, String, String) |
Get a script package available to run on a private cloud |
GetAsync(IScriptPackagesOperations, String, String, String, CancellationToken) |
Get a script package available to run on a private cloud |
List(IScriptPackagesOperations, String, String) |
List script packages available to run on the private cloud |
ListAsync(IScriptPackagesOperations, String, String, CancellationToken) |
List script packages available to run on the private cloud |
ListNext(IScriptPackagesOperations, String) |
List script packages available to run on the private cloud |
ListNextAsync(IScriptPackagesOperations, String, CancellationToken) |
List script packages available to run on the private cloud |
Applies to
Azure SDK for .NET