Udostępnij za pośrednictwem


WebServicesClient.GetAzureMlWebServicesBySubscriptionAndGroupAsync Method

Definition

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

Parameters

resourceGroupName
String
nextLink
String
cancellationToken
Nullable<CancellationToken>

Returns

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

Applies to