IScriptPackagesOperations Interface
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.
ScriptPackagesOperations operations.
public interface IScriptPackagesOperations
type IScriptPackagesOperations = interface
Public Interface IScriptPackagesOperations
Methods
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Get a script package available to run on a private cloud |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
List script packages available to run on the private cloud |
ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
List script packages available to run on the private cloud |
Extension 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