Class WebAppArtifact
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.appservice.model.WebAppArtifact
-
public class WebAppArtifact extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private DeployTypedeployTypeprivate Filefileprivate Stringpath
-
Constructor Summary
Constructors Constructor Description WebAppArtifact()
-
-
-
Field Detail
-
file
private File file
-
path
private String path
-
deployType
private DeployType deployType
-
-