Uses of Enum
com.azure.resourcemanager.appservice.models.WebJobType
Packages that use WebJobType
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of WebJobType in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return WebJobTypeModifier and TypeMethodDescriptionContinuousWebJobInner.webJobType()Get the webJobType property: Job type.ContinuousWebJobProperties.webJobType()Get the webJobType property: Job type.TriggeredWebJobInner.webJobType()Get the webJobType property: Job type.TriggeredWebJobProperties.webJobType()Get the webJobType property: Job type.WebJobInner.webJobType()Get the webJobType property: Job type.WebJobProperties.webJobType()Get the webJobType property: Job type.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type WebJobTypeModifier and TypeMethodDescriptionContinuousWebJobInner.withWebJobType(WebJobType webJobType) Set the webJobType property: Job type.ContinuousWebJobProperties.withWebJobType(WebJobType webJobType) Set the webJobType property: Job type.TriggeredWebJobInner.withWebJobType(WebJobType webJobType) Set the webJobType property: Job type.TriggeredWebJobProperties.withWebJobType(WebJobType webJobType) Set the webJobType property: Job type.WebJobInner.withWebJobType(WebJobType webJobType) Set the webJobType property: Job type.WebJobProperties.withWebJobType(WebJobType webJobType) Set the webJobType property: Job type. -
Uses of WebJobType in com.azure.resourcemanager.appservice.models
Subclasses with type arguments of type WebJobType in com.azure.resourcemanager.appservice.modelsMethods in com.azure.resourcemanager.appservice.models that return WebJobTypeModifier and TypeMethodDescriptionstatic WebJobTypeWebJobType.fromString(String value) Parses a serialized value to a WebJobType instance.static WebJobTypeReturns the enum constant of this type with the specified name.static WebJobType[]WebJobType.values()Returns an array containing the constants of this enum type, in the order they are declared.