WebDeployment.DefinitionStages.WithExecute Interface
public interface WithExecute extends Executable,WebDeployment.DefinitionStages.WithExistingDeploymentsDeleted,WebDeployment.DefinitionStages.WithAddOnPackage,WebDeployment.DefinitionStages.WithSetParameters
The stage of the definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified.
Inherited Members
Executable<T>.execute()
Executable<T>.executeAsync()
Executable<T>.executeAsync(final ServiceCallback<T> callback)
Indexable.key()
WebDeployment.DefinitionStages.WithAddOnPackage.withAddOnPackage(String packageUri)
WebDeployment.DefinitionStages.WithExistingDeploymentsDeleted.withExistingDeploymentsDeleted(boolean deleteExisting)
WebDeployment.DefinitionStages.WithSetParameters.withSetParameter(String name, String value)
WebDeployment.DefinitionStages.WithSetParameters.withSetParametersXmlFile(String fileUri)
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java