Interface JobExecutionBase
public interface JobExecutionBase
An immutable client-side representation of JobExecutionBase.
-
Method Details
-
name
String name()Gets the name property: Job execution name.- Returns:
- the name value.
-
id
String id()Gets the id property: Job execution Id.- Returns:
- the id value.
-
innerModel
JobExecutionBaseInner innerModel()Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.JobExecutionBaseInner object.- Returns:
- the inner object.
-