ArmAppContainersModelFactory.ContainerAppJobPatch 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 resource specific properties.
public static Azure.ResourceManager.AppContainers.Models.ContainerAppJobPatch ContainerAppJobPatch(Azure.ResourceManager.AppContainers.Models.ContainerAppExtendedLocation extendedLocation = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.AppContainers.Models.ContainerAppJobPatchProperties properties = default);
static member ContainerAppJobPatch : Azure.ResourceManager.AppContainers.Models.ContainerAppExtendedLocation * Azure.ResourceManager.Models.ManagedServiceIdentity * System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.AppContainers.Models.ContainerAppJobPatchProperties -> Azure.ResourceManager.AppContainers.Models.ContainerAppJobPatch
Public Shared Function ContainerAppJobPatch (Optional extendedLocation As ContainerAppExtendedLocation = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional properties As ContainerAppJobPatchProperties = Nothing) As ContainerAppJobPatch
Parameters
- extendedLocation
- ContainerAppExtendedLocation
The complex type of the extended 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.
- tags
- IDictionary<String,String>
Resource tags.
- properties
- ContainerAppJobPatchProperties
Container Apps Job patch resource properties.
Returns
A new ContainerAppJobPatch instance for mocking.