ArmMachineLearningModelFactory.MachineLearningResourcePatch 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.
Strictly used in update requests.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningResourcePatch MachineLearningResourcePatch(System.Collections.Generic.IDictionary<string,string> tags = default);
static member MachineLearningResourcePatch : System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningResourcePatch
Public Shared Function MachineLearningResourcePatch (Optional tags As IDictionary(Of String, String) = Nothing) As MachineLearningResourcePatch
Parameters
- tags
- IDictionary<String,String>
Resource tags.
Returns
A new MachineLearningResourcePatch instance for mocking.