Share via


WebServicesClient.GetAzureMlWebServicesBySubscriptionAsync Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.Commands.ResourceManager.Common.ResponseWithContinuation<Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService[]>> GetAzureMlWebServicesBySubscriptionAsync (string nextLink, System.Threading.CancellationToken? cancellationToken);
member this.GetAzureMlWebServicesBySubscriptionAsync : string * Nullable<System.Threading.CancellationToken> -> System.Threading.Tasks.Task<Microsoft.Azure.Commands.ResourceManager.Common.ResponseWithContinuation<Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService[]>>
Public Function GetAzureMlWebServicesBySubscriptionAsync (nextLink As String, cancellationToken As Nullable(Of CancellationToken)) As Task(Of ResponseWithContinuation(Of WebService()))

Parameters

nextLink
String
cancellationToken
Nullable<CancellationToken>

Returns

Task<ResponseWithContinuation<Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService[]>>

Applies to