Uses of Class
com.microsoft.azure.management.appservice.MSDeployLogEntryType
-
-
Uses of MSDeployLogEntryType in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return MSDeployLogEntryType Modifier and Type Method Description static MSDeployLogEntryTypeMSDeployLogEntryType. fromString(String value)Parses a serialized value to a MSDeployLogEntryType instance.MSDeployLogEntryTypeMSDeployLogEntry. type()Get log entry type.static MSDeployLogEntryTypeMSDeployLogEntryType. valueOf(String name)Returns the enum constant of this type with the specified name.static MSDeployLogEntryType[]MSDeployLogEntryType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-