ArmQuantumModelFactory.QuantumWorkspacePatch 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.
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.