Interface SupportsOneDeploy
- All Known Subinterfaces:
DeploymentSlot,WebApp
@Beta(V1_36_0)
public interface SupportsOneDeploy
Provides access to OneDeploy.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeploy(DeployType type, File file) Deploy a file to Azure site.voiddeploy(DeployType type, File file, DeployOptions deployOptions) Deploy a file to Azure site.voiddeploy(DeployType type, InputStream file) Deploy a file to Azure site.voiddeploy(DeployType type, InputStream file, DeployOptions deployOptions) Deploy a file to Azure site.rx.CompletabledeployAsync(DeployType type, File file) Deploy a file to Azure site.rx.CompletabledeployAsync(DeployType type, File file, DeployOptions deployOptions) Deploy a file to Azure site.rx.CompletabledeployAsync(DeployType type, InputStream file) Deploy a file to Azure site.rx.CompletabledeployAsync(DeployType type, InputStream file, DeployOptions deployOptions) Deploy a file to Azure site.
-
Method Details
-
deploy
Deploy a file to Azure site.- Parameters:
type- the deploy typefile- the file to upload
-
deployAsync
Deploy a file to Azure site.- Parameters:
type- the deploy typefile- the file to upload- Returns:
- a completable of the operation
-
deploy
Deploy a file to Azure site.- Parameters:
type- the deploy typefile- the file to uploaddeployOptions- the deploy options
-
deployAsync
Deploy a file to Azure site.- Parameters:
type- the deploy typefile- the file to uploaddeployOptions- the deploy options- Returns:
- a completable of the operation
-
deploy
Deploy a file to Azure site.- Parameters:
type- the deploy typefile- the file to upload
-
deployAsync
Deploy a file to Azure site.- Parameters:
type- the deploy typefile- the file to upload- Returns:
- a completable of the operation
-
deploy
Deploy a file to Azure site.- Parameters:
type- the deploy typefile- the file to uploaddeployOptions- the deploy options
-
deployAsync
Deploy a file to Azure site.- Parameters:
type- the deploy typefile- the file to uploaddeployOptions- the deploy options- Returns:
- a completable of the operation
-