ArmAppContainersModelFactory.ContainerAppJobPatchProperties 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.
Container Apps Job patch properties.
public static Azure.ResourceManager.AppContainers.Models.ContainerAppJobPatchProperties ContainerAppJobPatchProperties(string environmentId = 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 ContainerAppJobPatchProperties : string * Azure.ResourceManager.AppContainers.Models.ContainerAppJobConfiguration * Azure.ResourceManager.AppContainers.Models.ContainerAppJobTemplate * seq<string> * string -> Azure.ResourceManager.AppContainers.Models.ContainerAppJobPatchProperties
Public Shared Function ContainerAppJobPatchProperties (Optional environmentId 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 ContainerAppJobPatchProperties
Parameters
- environmentId
- String
Resource ID of environment.
- 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 ContainerAppJobPatchProperties instance for mocking.