WebServicesClient.GetAzureMlWebServicesBySubscriptionAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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[]>>