Uses of Class
com.azure.resourcemanager.appservice.fluent.models.WebJobProperties
-
Packages that use WebJobProperties Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient. -
-
Uses of WebJobProperties in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return WebJobProperties Modifier and Type Method Description WebJobPropertiesWebJobProperties. withError(String error)Set the error property: Error information.WebJobPropertiesWebJobProperties. withExtraInfoUrl(String extraInfoUrl)Set the extraInfoUrl property: Extra Info URL.WebJobPropertiesWebJobProperties. withRunCommand(String runCommand)Set the runCommand property: Run command.WebJobPropertiesWebJobProperties. withSettings(Map<String,Object> settings)Set the settings property: Job settings.WebJobPropertiesWebJobProperties. withUrl(String url)Set the url property: Job URL.WebJobPropertiesWebJobProperties. withUsingSdk(Boolean usingSdk)Set the usingSdk property: Using SDK?.WebJobPropertiesWebJobProperties. withWebJobType(WebJobType webJobType)Set the webJobType property: Job type.
-