MachineLearningMarketplaceSubscriptionCollection Class

Definition

A class representing a collection of MachineLearningMarketplaceSubscriptionResource and their operations. Each MachineLearningMarketplaceSubscriptionResource in the collection will belong to the same instance of MachineLearningWorkspaceResource. To get a MachineLearningMarketplaceSubscriptionCollection instance call the GetMachineLearningMarketplaceSubscriptions method from an instance of MachineLearningWorkspaceResource.

public class MachineLearningMarketplaceSubscriptionCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.MachineLearning.MachineLearningMarketplaceSubscriptionResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.MachineLearningMarketplaceSubscriptionResource>
type MachineLearningMarketplaceSubscriptionCollection = class
    inherit ArmCollection
    interface seq<MachineLearningMarketplaceSubscriptionResource>
    interface IEnumerable
    interface IAsyncEnumerable<MachineLearningMarketplaceSubscriptionResource>
Public Class MachineLearningMarketplaceSubscriptionCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of MachineLearningMarketplaceSubscriptionResource), IEnumerable(Of MachineLearningMarketplaceSubscriptionResource)
Inheritance
MachineLearningMarketplaceSubscriptionCollection
Implements

Constructors

MachineLearningMarketplaceSubscriptionCollection()

Initializes a new instance of the MachineLearningMarketplaceSubscriptionCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, MachineLearningMarketplaceSubscriptionData, CancellationToken)

Create or update Marketplace Subscription (asynchronous).

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/marketplaceSubscriptions/{name}
  • Operation Id: MarketplaceSubscriptions_CreateOrUpdate
  • Default Api Version: 2024-04-01
  • Resource: MachineLearningMarketplaceSubscriptionResource
CreateOrUpdateAsync(WaitUntil, String, MachineLearningMarketplaceSubscriptionData, CancellationToken)

Create or update Marketplace Subscription (asynchronous).

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/marketplaceSubscriptions/{name}
  • Operation Id: MarketplaceSubscriptions_CreateOrUpdate
  • Default Api Version: 2024-04-01
  • Resource: MachineLearningMarketplaceSubscriptionResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/marketplaceSubscriptions/{name}
  • Operation Id: MarketplaceSubscriptions_Get
  • Default Api Version: 2024-04-01
  • Resource: MachineLearningMarketplaceSubscriptionResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/marketplaceSubscriptions/{name}
  • Operation Id: MarketplaceSubscriptions_Get
  • Default Api Version: 2024-04-01
  • Resource: MachineLearningMarketplaceSubscriptionResource
Get(String, CancellationToken)

Get container.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/marketplaceSubscriptions/{name}
  • Operation Id: MarketplaceSubscriptions_Get
  • Default Api Version: 2024-04-01
  • Resource: MachineLearningMarketplaceSubscriptionResource
GetAll(String, CancellationToken)

List containers.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/marketplaceSubscriptions
  • Operation Id: MarketplaceSubscriptions_List
  • Default Api Version: 2024-04-01
  • Resource: MachineLearningMarketplaceSubscriptionResource
GetAllAsync(String, CancellationToken)

List containers.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/marketplaceSubscriptions
  • Operation Id: MarketplaceSubscriptions_List
  • Default Api Version: 2024-04-01
  • Resource: MachineLearningMarketplaceSubscriptionResource
GetAsync(String, CancellationToken)

Get container.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/marketplaceSubscriptions/{name}
  • Operation Id: MarketplaceSubscriptions_Get
  • Default Api Version: 2024-04-01
  • Resource: MachineLearningMarketplaceSubscriptionResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/marketplaceSubscriptions/{name}
  • Operation Id: MarketplaceSubscriptions_Get
  • Default Api Version: 2024-04-01
  • Resource: MachineLearningMarketplaceSubscriptionResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/marketplaceSubscriptions/{name}
  • Operation Id: MarketplaceSubscriptions_Get
  • Default Api Version: 2024-04-01
  • Resource: MachineLearningMarketplaceSubscriptionResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<MachineLearningMarketplaceSubscriptionResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<MachineLearningMarketplaceSubscriptionResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to