Lingua

MachineLearningOutboundRuleBasicCollection.GetAllAsync Method

Definition

Lists the managed network outbound rules for a machine learning workspace.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/outboundRules.
  • Operation Id. : OutboundRuleBasicResources_List.
  • Default Api Version. : 2026-07-01.
public virtual Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningOutboundRuleBasicResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningOutboundRuleBasicResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningOutboundRuleBasicResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MachineLearningOutboundRuleBasicResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of MachineLearningOutboundRuleBasicResource that may take multiple service requests to iterate over.

Applies to