Class AppServiceFile
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.appservice.model.AppServiceFile
-
public class AppServiceFile extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAppServiceFile.Type
-
Constructor Summary
Constructors Constructor Description AppServiceFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFullName()StringgetId()AppServiceFile.TypegetType()
-
-
-
Method Detail
-
getId
public String getId()
-
getFullName
public String getFullName()
-
getType
public AppServiceFile.Type getType()
-
-