ArmNetworkModelFactory.NetworkVerifierWorkspacePatch 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.
public static Azure.ResourceManager.Network.Models.NetworkVerifierWorkspacePatch NetworkVerifierWorkspacePatch(System.Collections.Generic.IDictionary<string,string> tags = default, string verifierWorkspaceUpdateDescription = default);
static member NetworkVerifierWorkspacePatch : System.Collections.Generic.IDictionary<string, string> * string -> Azure.ResourceManager.Network.Models.NetworkVerifierWorkspacePatch
Public Shared Function NetworkVerifierWorkspacePatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional verifierWorkspaceUpdateDescription As String = Nothing) As NetworkVerifierWorkspacePatch
Parameters
- tags
- IDictionary<String,String>
Dictionary of <string>.
- verifierWorkspaceUpdateDescription
- String
Gets or sets the Description.
Returns
A new NetworkVerifierWorkspacePatch instance for mocking.