public interface SupportsOneDeploy
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(DeployType type,
File file)
Deploy a file to Azure site.
|
void |
deploy(DeployType type,
File file,
DeployOptions deployOptions)
Deploy a file to Azure site.
|
void |
deploy(DeployType type,
InputStream file,
long length)
Deploy a file to Azure site.
|
void |
deploy(DeployType type,
InputStream file,
long length,
DeployOptions deployOptions)
Deploy a file to Azure site.
|
Mono<Void> |
deployAsync(DeployType type,
File file)
Deploy a file to Azure site.
|
Mono<Void> |
deployAsync(DeployType type,
File file,
DeployOptions deployOptions)
Deploy a file to Azure site.
|
Mono<Void> |
deployAsync(DeployType type,
InputStream file,
long length)
Deploy a file to Azure site.
|
Mono<Void> |
deployAsync(DeployType type,
InputStream file,
long length,
DeployOptions deployOptions)
Deploy a file to Azure site.
|
void deploy(DeployType type, File file)
type - the deploy typefile - the file to uploadMono<Void> deployAsync(DeployType type, File file)
type - the deploy typefile - the file to uploadvoid deploy(DeployType type, File file, DeployOptions deployOptions)
type - the deploy typefile - the file to uploaddeployOptions - the deploy optionsMono<Void> deployAsync(DeployType type, File file, DeployOptions deployOptions)
type - the deploy typefile - the file to uploaddeployOptions - the deploy optionsvoid deploy(DeployType type, InputStream file, long length)
type - the deploy typefile - the file to uploadlength - the length of the fileMono<Void> deployAsync(DeployType type, InputStream file, long length)
type - the deploy typefile - the file to uploadlength - the length of the filevoid deploy(DeployType type, InputStream file, long length, DeployOptions deployOptions)
type - the deploy typefile - the file to uploadlength - the length of the filedeployOptions - the deploy optionsMono<Void> deployAsync(DeployType type, InputStream file, long length, DeployOptions deployOptions)
type - the deploy typefile - the file to uploadlength - the length of the filedeployOptions - the deploy optionsCopyright © 2021 Microsoft Corporation. All rights reserved.