Interface JobBase
public interface JobBase
An immutable client-side representation of JobBase.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the JobBase definition.static interfaceThe JobBase definition stages.static interfaceThe template for JobBase update.static interfaceThe JobBase update stages. -
Method Summary
Modifier and TypeMethodDescriptionvoidcancel()Cancels a Job (asynchronous).voidcancel(com.azure.core.util.Context context) Cancels a Job (asynchronous).id()Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.JobBaseInner object.name()Gets the name property: The name of the resource.Gets the properties property: [Required] Additional attributes of the entity.refresh()Refreshes the resource to sync with Azure.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Gets the name of the resource group.com.azure.core.management.SystemDataGets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.type()Gets the type property: The type of the resource.update()Begins update for the JobBase resource.
-
Method Details
-
id
String id()Gets the id property: Fully qualified resource Id for the resource.- Returns:
- the id value.
-
name
String name()Gets the name property: The name of the resource.- Returns:
- the name value.
-
type
String type()Gets the type property: The type of the resource.- Returns:
- the type value.
-
properties
JobBaseProperties properties()Gets the properties property: [Required] Additional attributes of the entity.- Returns:
- the properties value.
-
systemData
com.azure.core.management.SystemData systemData()Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.- Returns:
- the systemData value.
-
resourceGroupName
String resourceGroupName()Gets the name of the resource group.- Returns:
- the name of the resource group.
-
innerModel
JobBaseInner innerModel()Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.JobBaseInner object.- Returns:
- the inner object.
-
update
JobBase.Update update()Begins update for the JobBase resource.- Returns:
- the stage of resource update.
-
refresh
JobBase refresh()Refreshes the resource to sync with Azure.- Returns:
- the refreshed resource.
-
refresh
Refreshes the resource to sync with Azure.- Parameters:
context- The context to associate with this operation.- Returns:
- the refreshed resource.
-
cancel
void cancel()Cancels a Job (asynchronous).- Throws:
com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
cancel
void cancel(com.azure.core.util.Context context) Cancels a Job (asynchronous).- Parameters:
context- The context to associate with this operation.- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-