ArmQuantumModelFactory.QuantumWorkspacePatch Method

Definition

The type used for updating tags in QuantumWorkspace resources.

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

Parameters

tags
IDictionary<String,String>

Resource tags.

Returns

A new QuantumWorkspacePatch instance for mocking.

Applies to