ArmAppContainersModelFactory.ContainerAppConnectedEnvironmentPatch Method

Definition

Connected environment patch properties.

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

Parameters

tags
IDictionary<String,String>

Resource tags.

Returns

A new ContainerAppConnectedEnvironmentPatch instance for mocking.

Applies to