Language

ArmMachineLearningModelFactory.MachineLearningWorkspaceConnectionPatch Method

Definition

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.

Applies to