MachineLearningOutboundRuleBasicCollection.CreateOrUpdateAsync Method

Definition

Creates or updates an outbound rule in the managed network of a machine learning workspace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/outboundRules/{ruleName}
  • Operation Id: ManagedNetworkSettingsRule_CreateOrUpdate
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.MachineLearningOutboundRuleBasicResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string ruleName, Azure.ResourceManager.MachineLearning.MachineLearningOutboundRuleBasicData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.MachineLearning.MachineLearningOutboundRuleBasicData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.MachineLearningOutboundRuleBasicResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.MachineLearning.MachineLearningOutboundRuleBasicData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.MachineLearningOutboundRuleBasicResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, ruleName As String, data As MachineLearningOutboundRuleBasicData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of MachineLearningOutboundRuleBasicResource))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

ruleName
String

Name of the workspace managed network outbound rule.

data
MachineLearningOutboundRuleBasicData

Outbound Rule to be created or updated in the managed network of a machine learning workspace.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

ruleName is an empty string, and was expected to be non-empty.

ruleName or data is null.

Applies to