次の方法で共有


MachineLearningWorkspaceResource.GetOutboundNetworkDependenciesEndpoints メソッド

定義

クライアント (ポータル、CLI など) によって呼び出され、すべての外部送信依存関係 (FQDN) の一覧をプログラムで取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/outboundNetworkDependenciesEndpoints
  • 操作IdWorkspaces_ListOutboundNetworkDependenciesEndpoints
public virtual Azure.Pageable<Azure.ResourceManager.MachineLearning.Models.MachineLearningFqdnEndpoints> GetOutboundNetworkDependenciesEndpoints (System.Threading.CancellationToken cancellationToken = default);
abstract member GetOutboundNetworkDependenciesEndpoints : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.Models.MachineLearningFqdnEndpoints>
override this.GetOutboundNetworkDependenciesEndpoints : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.Models.MachineLearningFqdnEndpoints>
Public Overridable Function GetOutboundNetworkDependenciesEndpoints (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MachineLearningFqdnEndpoints)

パラメーター

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の MachineLearningFqdnEndpoints サービス要求を受け取る可能性がある のコレクション。

適用対象