ArmMachineLearningModelFactory.MachineLearningWorkspaceConnectionPatch 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 properties that the machine learning workspace connection will be updated with.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspaceConnectionPatch MachineLearningWorkspaceConnectionPatch(Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspaceConnectionProperties properties = default);
static member MachineLearningWorkspaceConnectionPatch : Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspaceConnectionProperties -> Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspaceConnectionPatch
Public Shared Function MachineLearningWorkspaceConnectionPatch (Optional properties As MachineLearningWorkspaceConnectionProperties = Nothing) As MachineLearningWorkspaceConnectionPatch
Parameters
- properties
- MachineLearningWorkspaceConnectionProperties
The properties that the machine learning workspace connection will be updated with.
Returns
A new MachineLearningWorkspaceConnectionPatch instance for mocking.