Sprog

MachineLearningWorkspaceResource.GetMachineLearningMarketplaceSubscription Method

Definition

Get container.

public virtual Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningMarketplaceSubscriptionResource> GetMachineLearningMarketplaceSubscription(string name, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMachineLearningMarketplaceSubscription : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningMarketplaceSubscriptionResource>
override this.GetMachineLearningMarketplaceSubscription : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningMarketplaceSubscriptionResource>
Public Overridable Function GetMachineLearningMarketplaceSubscription (name As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MachineLearningMarketplaceSubscriptionResource)

Parameters

name
String

Container name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

name is null.

name is an empty string, and was expected to be non-empty.

Applies to