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.
|