Uses of Class
com.azure.resourcemanager.appservice.fluent.models.ContinuousWebJobProperties
Packages that use ContinuousWebJobProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of ContinuousWebJobProperties in com.azure.resourcemanager.appservice.fluent.models
Classes in com.azure.resourcemanager.appservice.fluent.models that implement interfaces with type arguments of type ContinuousWebJobPropertiesModifier and TypeClassDescriptionfinal classContinuousWebJob resource specific properties.Methods in com.azure.resourcemanager.appservice.fluent.models that return ContinuousWebJobPropertiesModifier and TypeMethodDescriptionstatic ContinuousWebJobPropertiesContinuousWebJobProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ContinuousWebJobProperties from the JsonReader.ContinuousWebJobProperties.withDetailedStatus(String detailedStatus) Set the detailedStatus property: Detailed status.Set the error property: Error information.ContinuousWebJobProperties.withExtraInfoUrl(String extraInfoUrl) Set the extraInfoUrl property: Extra Info URL.ContinuousWebJobProperties.withLogUrl(String logUrl) Set the logUrl property: Log URL.ContinuousWebJobProperties.withRunCommand(String runCommand) Set the runCommand property: Run command.ContinuousWebJobProperties.withSettings(Map<String, Object> settings) Set the settings property: Job settings.ContinuousWebJobProperties.withStatus(ContinuousWebJobStatus status) Set the status property: Job status.Set the url property: Job URL.ContinuousWebJobProperties.withUsingSdk(Boolean usingSdk) Set the usingSdk property: Using SDK?.ContinuousWebJobProperties.withWebJobType(WebJobType webJobType) Set the webJobType property: Job type.