ArmAppContainersModelFactory.ContainerAppJobExecutionData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.AppContainers.ContainerAppJobExecutionData ContainerAppJobExecutionData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.AppContainers.Models.JobExecutionRunningState? status = default, DateTimeOffset? startOn = default, DateTimeOffset? endOn = default, Azure.ResourceManager.AppContainers.Models.ContainerAppJobExecutionTemplate template = default, string reason = default, string message = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppContainers.Models.ReplicaExecutionStatus> detailedStatusReplicas = default);
static member ContainerAppJobExecutionData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.AppContainers.Models.JobExecutionRunningState> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Azure.ResourceManager.AppContainers.Models.ContainerAppJobExecutionTemplate * string * string * seq<Azure.ResourceManager.AppContainers.Models.ReplicaExecutionStatus> -> Azure.ResourceManager.AppContainers.ContainerAppJobExecutionData
Public Shared Function ContainerAppJobExecutionData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional status As Nullable(Of JobExecutionRunningState) = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional template As ContainerAppJobExecutionTemplate = Nothing, Optional reason As String = Nothing, Optional message As String = Nothing, Optional detailedStatusReplicas As IEnumerable(Of ReplicaExecutionStatus) = Nothing) As ContainerAppJobExecutionData
Parameters
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
- name
- String
The name of the resource.
- resourceType
- ResourceType
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".
- systemData
- SystemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
- status
- Nullable<JobExecutionRunningState>
Current running State of the job.
- startOn
- Nullable<DateTimeOffset>
Job execution start time.
- endOn
- Nullable<DateTimeOffset>
Job execution end time.
- template
- ContainerAppJobExecutionTemplate
Job's execution container.
- reason
- String
Reason for the current condition of job execution.
- message
- String
Human readable message indicating details about the current condition of the job execution.
- detailedStatusReplicas
- IEnumerable<ReplicaExecutionStatus>
Replicas in the execution.
Returns
A new ContainerAppJobExecutionData instance for mocking.