ArmAppContainersModelFactory.ContainerAppJobData Method

Definition

public static Azure.ResourceManager.AppContainers.ContainerAppJobData ContainerAppJobData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.AppContainers.Models.ContainerAppJobProvisioningState? provisioningState = default, Azure.ResourceManager.AppContainers.Models.JobRunningState? runningState = default, string environmentId = default, string workloadProfileName = default, Azure.ResourceManager.AppContainers.Models.ContainerAppJobConfiguration configuration = default, Azure.ResourceManager.AppContainers.Models.ContainerAppJobTemplate template = default, System.Collections.Generic.IEnumerable<string> outboundIPAddresses = default, string eventStreamEndpoint = default, Azure.ResourceManager.AppContainers.Models.ContainerAppExtendedLocation extendedLocation = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default);
static member ContainerAppJobData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Nullable<Azure.ResourceManager.AppContainers.Models.ContainerAppJobProvisioningState> * Nullable<Azure.ResourceManager.AppContainers.Models.JobRunningState> * string * string * Azure.ResourceManager.AppContainers.Models.ContainerAppJobConfiguration * Azure.ResourceManager.AppContainers.Models.ContainerAppJobTemplate * seq<string> * string * Azure.ResourceManager.AppContainers.Models.ContainerAppExtendedLocation * Azure.ResourceManager.Models.ManagedServiceIdentity -> Azure.ResourceManager.AppContainers.ContainerAppJobData
Public Shared Function ContainerAppJobData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional provisioningState As Nullable(Of ContainerAppJobProvisioningState) = Nothing, Optional runningState As Nullable(Of JobRunningState) = Nothing, Optional environmentId As String = Nothing, Optional workloadProfileName As String = Nothing, Optional configuration As ContainerAppJobConfiguration = Nothing, Optional template As ContainerAppJobTemplate = Nothing, Optional outboundIPAddresses As IEnumerable(Of String) = Nothing, Optional eventStreamEndpoint As String = Nothing, Optional extendedLocation As ContainerAppExtendedLocation = Nothing, Optional identity As ManagedServiceIdentity = Nothing) As ContainerAppJobData

Parameters

id
ResourceIdentifier

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.

tags
IDictionary<String,String>

Resource tags.

location
AzureLocation

The geo-location where the resource lives.

provisioningState
Nullable<ContainerAppJobProvisioningState>

Provisioning state of the Container Apps Job.

runningState
Nullable<JobRunningState>

Current running state of the job.

environmentId
String

Resource ID of environment.

workloadProfileName
String

Workload profile name to pin for container apps job execution.

configuration
ContainerAppJobConfiguration

Container Apps Job configuration properties.

template
ContainerAppJobTemplate

Container Apps job definition.

outboundIPAddresses
IEnumerable<String>

Outbound IP Addresses of a container apps job.

eventStreamEndpoint
String

The endpoint of the eventstream of the container apps job.

extendedLocation
ContainerAppExtendedLocation

The complex type of the extended location.

identity
ManagedServiceIdentity

The managed service identities assigned to this resource.

Returns

A new ContainerAppJobData instance for mocking.

Applies to