IDeploymentScriptsOperations Interface

Definition

DeploymentScriptsOperations operations.

public interface IDeploymentScriptsOperations
type IDeploymentScriptsOperations = interface
Public Interface IDeploymentScriptsOperations

Methods

BeginCreateWithHttpMessagesAsync(String, String, DeploymentScript, Dictionary<String,List<String>>, CancellationToken)

Creates a deployment script.

CreateWithHttpMessagesAsync(String, String, DeploymentScript, Dictionary<String,List<String>>, CancellationToken)

Creates a deployment script.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a deployment script. When operation completes, status code 200 returned without content.

GetLogsDefaultWithHttpMessagesAsync(String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

Gets deployment script logs for a given deployment script name.

GetLogsWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets deployment script logs for a given deployment script name.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a deployment script with a given name.

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists deployments scripts.

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists deployments scripts.

ListBySubscriptionNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all deployment scripts for a given subscription.

ListBySubscriptionWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Lists all deployment scripts for a given subscription.

UpdateWithHttpMessagesAsync(String, String, DeploymentScriptUpdateParameter, Dictionary<String,List<String>>, CancellationToken)

Updates deployment script tags with specified values.

Extension Methods

BeginCreate(IDeploymentScriptsOperations, String, String, DeploymentScript)

Creates a deployment script.

BeginCreateAsync(IDeploymentScriptsOperations, String, String, DeploymentScript, CancellationToken)

Creates a deployment script.

Create(IDeploymentScriptsOperations, String, String, DeploymentScript)

Creates a deployment script.

CreateAsync(IDeploymentScriptsOperations, String, String, DeploymentScript, CancellationToken)

Creates a deployment script.

Delete(IDeploymentScriptsOperations, String, String)

Deletes a deployment script. When operation completes, status code 200 returned without content.

DeleteAsync(IDeploymentScriptsOperations, String, String, CancellationToken)

Deletes a deployment script. When operation completes, status code 200 returned without content.

Get(IDeploymentScriptsOperations, String, String)

Gets a deployment script with a given name.

GetAsync(IDeploymentScriptsOperations, String, String, CancellationToken)

Gets a deployment script with a given name.

GetLogs(IDeploymentScriptsOperations, String, String)

Gets deployment script logs for a given deployment script name.

GetLogsAsync(IDeploymentScriptsOperations, String, String, CancellationToken)

Gets deployment script logs for a given deployment script name.

GetLogsDefault(IDeploymentScriptsOperations, String, String, Nullable<Int32>)

Gets deployment script logs for a given deployment script name.

GetLogsDefaultAsync(IDeploymentScriptsOperations, String, String, Nullable<Int32>, CancellationToken)

Gets deployment script logs for a given deployment script name.

ListByResourceGroup(IDeploymentScriptsOperations, String)

Lists deployments scripts.

ListByResourceGroupAsync(IDeploymentScriptsOperations, String, CancellationToken)

Lists deployments scripts.

ListByResourceGroupNext(IDeploymentScriptsOperations, String)

Lists deployments scripts.

ListByResourceGroupNextAsync(IDeploymentScriptsOperations, String, CancellationToken)

Lists deployments scripts.

ListBySubscription(IDeploymentScriptsOperations)

Lists all deployment scripts for a given subscription.

ListBySubscriptionAsync(IDeploymentScriptsOperations, CancellationToken)

Lists all deployment scripts for a given subscription.

ListBySubscriptionNext(IDeploymentScriptsOperations, String)

Lists all deployment scripts for a given subscription.

ListBySubscriptionNextAsync(IDeploymentScriptsOperations, String, CancellationToken)

Lists all deployment scripts for a given subscription.

Update(IDeploymentScriptsOperations, String, String, DeploymentScriptUpdateParameter)

Updates deployment script tags with specified values.

UpdateAsync(IDeploymentScriptsOperations, String, String, DeploymentScriptUpdateParameter, CancellationToken)

Updates deployment script tags with specified values.

Applies to