Uses of Class
com.azure.resourcemanager.appservice.models.WebJobType
-
Packages that use WebJobType Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 WebJobType Modifier and Type Method Description WebJobTypeContinuousWebJobInner. webJobType()Get the webJobType property: Job type.WebJobTypeContinuousWebJobProperties. webJobType()Get the webJobType property: Job type.WebJobTypeTriggeredWebJobInner. webJobType()Get the webJobType property: Job type.WebJobTypeTriggeredWebJobProperties. webJobType()Get the webJobType property: Job type.WebJobTypeWebJobInner. webJobType()Get the webJobType property: Job type.WebJobTypeWebJobProperties. webJobType()Get the webJobType property: Job type.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type WebJobType Modifier and Type Method Description ContinuousWebJobInnerContinuousWebJobInner. withWebJobType(WebJobType webJobType)Set the webJobType property: Job type.ContinuousWebJobPropertiesContinuousWebJobProperties. withWebJobType(WebJobType webJobType)Set the webJobType property: Job type.TriggeredWebJobInnerTriggeredWebJobInner. withWebJobType(WebJobType webJobType)Set the webJobType property: Job type.TriggeredWebJobPropertiesTriggeredWebJobProperties. withWebJobType(WebJobType webJobType)Set the webJobType property: Job type.WebJobInnerWebJobInner. withWebJobType(WebJobType webJobType)Set the webJobType property: Job type.WebJobPropertiesWebJobProperties. withWebJobType(WebJobType webJobType)Set the webJobType property: Job type. -
Uses of WebJobType in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return WebJobType Modifier and Type Method Description static WebJobTypeWebJobType. fromString(String value)Parses a serialized value to a WebJobType instance.static WebJobTypeWebJobType. valueOf(String name)Returns 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.
-