IJobPatchProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.JobPatchPropertiesTypeConverter))]
public interface IJobPatchProperties : Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.JobPatchPropertiesTypeConverter))>]
type IJobPatchProperties = interface
interface IJsonSerializable
Public Interface IJobPatchProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
ConfigurationRegistry |
Collection of private container registry credentials used by a Container apps job |
ConfigurationReplicaRetryLimit |
Maximum number of retries before failing the job. |
ConfigurationReplicaTimeout |
Maximum number of seconds a replica is allowed to run. |
ConfigurationSecret |
Collection of secrets used by a Container Apps Job |
ConfigurationTriggerType |
Trigger type of the job |
EnvironmentId |
Resource ID of environment. |
EventStreamEndpoint |
The endpoint of the eventstream of the container apps job. |
EventTriggerConfigParallelism |
Number of parallel replicas of a job that can run at a given time. |
EventTriggerConfigReplicaCompletionCount |
Minimum number of successful replica completions before overall job completion. |
IdentityPrincipalId |
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. |
IdentityTenantId |
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. |
IdentityType |
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). |
IdentityUserAssignedIdentity |
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. |
ManualTriggerConfigParallelism |
Number of parallel replicas of a job that can run at a given time. |
ManualTriggerConfigReplicaCompletionCount |
Minimum number of successful replica completions before overall job completion. |
OutboundIPAddress |
Outbound IP Addresses of a container apps job. |
ScaleMaxExecution |
Maximum number of job executions that are created for a trigger, default 100. |
ScaleMinExecution |
Minimum number of job executions that are created for a trigger, default 0 |
ScalePollingInterval |
Interval to check each event source in seconds. Defaults to 30s |
ScaleRule |
Scaling rules. |
ScheduleTriggerConfigCronExpression |
Cron formatted repeating schedule ("* * * * *") of a Cron Job. |
ScheduleTriggerConfigParallelism |
Number of parallel replicas of a job that can run at a given time. |
ScheduleTriggerConfigReplicaCompletionCount |
Minimum number of successful replica completions before overall job completion. |
Tag |
Resource tags. |
TemplateContainer |
List of container definitions for the Container App. |
TemplateInitContainer |
List of specialized containers that run before app containers. |
TemplateVolume |
List of volume definitions for the Container App. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |