ArmAppContainersModelFactory.BuilderPatch Method

Definition

public static Azure.ResourceManager.AppContainers.Models.BuilderPatch BuilderPatch(Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.ResourceIdentifier environmentId = default);
static member BuilderPatch : Azure.ResourceManager.Models.ManagedServiceIdentity * System.Collections.Generic.IDictionary<string, string> * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppContainers.Models.BuilderPatch
Public Shared Function BuilderPatch (Optional identity As ManagedServiceIdentity = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional environmentId As ResourceIdentifier = Nothing) As BuilderPatch

Parameters

identity
ManagedServiceIdentity

The managed service identities assigned to this resource.

tags
IDictionary<String,String>

Resource tags.

environmentId
ResourceIdentifier

Resource ID of the container apps environment that the builder is associated with.

Returns

A new BuilderPatch instance for mocking.

Applies to