ArmComputeModelFactory.ComputeResourcePatch Method

Definition

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

Parameters

tags
IDictionary<String,String>

Resource tags.

Returns

A new ComputeResourcePatch instance for mocking.

Applies to