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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java