Uses of Class
com.azure.resourcemanager.appservice.models.MSDeployLogEntryType
-
Packages that use MSDeployLogEntryType Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of MSDeployLogEntryType in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return MSDeployLogEntryType Modifier and Type Method Description static MSDeployLogEntryTypeMSDeployLogEntryType. fromString(String value)Parses a serialized value to a MSDeployLogEntryType instance.MSDeployLogEntryTypeMSDeployLogEntry. type()Get the type property: 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.
-