ArmAppContainersModelFactory.ContainerAppJobData 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.
Initializes a new instance of ContainerAppJobData.
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.Models.ManagedServiceIdentity identity = default, Azure.ResourceManager.AppContainers.Models.ContainerAppJobProvisioningState? provisioningState = 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);
static member ContainerAppJobData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.Models.ManagedServiceIdentity * Nullable<Azure.ResourceManager.AppContainers.Models.ContainerAppJobProvisioningState> * string * string * Azure.ResourceManager.AppContainers.Models.ContainerAppJobConfiguration * Azure.ResourceManager.AppContainers.Models.ContainerAppJobTemplate * seq<string> * string -> 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 identity As ManagedServiceIdentity = Nothing, Optional provisioningState As Nullable(Of ContainerAppJobProvisioningState) = 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) As ContainerAppJobData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tags
- IDictionary<String,String>
The tags.
- location
- AzureLocation
The location.
- identity
- ManagedServiceIdentity
Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code.
- provisioningState
- Nullable<ContainerAppJobProvisioningState>
Provisioning state of the Container Apps 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.
Returns
A new ContainerAppJobData instance for mocking.