MarketplaceSubscriptions interface

Interface representing a MarketplaceSubscriptions.

Methods

beginCreateOrUpdate(string, string, string, MarketplaceSubscription, MarketplaceSubscriptionsCreateOrUpdateOptionalParams)

Create or update Marketplace Subscription (asynchronous).

beginCreateOrUpdateAndWait(string, string, string, MarketplaceSubscription, MarketplaceSubscriptionsCreateOrUpdateOptionalParams)

Create or update Marketplace Subscription (asynchronous).

beginDelete(string, string, string, MarketplaceSubscriptionsDeleteOptionalParams)

Delete Marketplace Subscription (asynchronous).

beginDeleteAndWait(string, string, string, MarketplaceSubscriptionsDeleteOptionalParams)

Delete Marketplace Subscription (asynchronous).

get(string, string, string, MarketplaceSubscriptionsGetOptionalParams)

Get container.

list(string, string, MarketplaceSubscriptionsListOptionalParams)

List containers.

Method Details

beginCreateOrUpdate(string, string, string, MarketplaceSubscription, MarketplaceSubscriptionsCreateOrUpdateOptionalParams)

Create or update Marketplace Subscription (asynchronous).

function beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, name: string, body: MarketplaceSubscription, options?: MarketplaceSubscriptionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<MarketplaceSubscription>, MarketplaceSubscription>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

workspaceName

string

Name of Azure Machine Learning workspace.

name

string

Marketplace Subscription name.

body
MarketplaceSubscription

Marketplace Subscription entity to apply during operation.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<MarketplaceSubscription>, MarketplaceSubscription>>

beginCreateOrUpdateAndWait(string, string, string, MarketplaceSubscription, MarketplaceSubscriptionsCreateOrUpdateOptionalParams)

Create or update Marketplace Subscription (asynchronous).

function beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, name: string, body: MarketplaceSubscription, options?: MarketplaceSubscriptionsCreateOrUpdateOptionalParams): Promise<MarketplaceSubscription>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

workspaceName

string

Name of Azure Machine Learning workspace.

name

string

Marketplace Subscription name.

body
MarketplaceSubscription

Marketplace Subscription entity to apply during operation.

Returns

beginDelete(string, string, string, MarketplaceSubscriptionsDeleteOptionalParams)

Delete Marketplace Subscription (asynchronous).

function beginDelete(resourceGroupName: string, workspaceName: string, name: string, options?: MarketplaceSubscriptionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<MarketplaceSubscriptionsDeleteHeaders>, MarketplaceSubscriptionsDeleteHeaders>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

workspaceName

string

Name of Azure Machine Learning workspace.

name

string

Marketplace Subscription name.

options
MarketplaceSubscriptionsDeleteOptionalParams

The options parameters.

Returns

beginDeleteAndWait(string, string, string, MarketplaceSubscriptionsDeleteOptionalParams)

Delete Marketplace Subscription (asynchronous).

function beginDeleteAndWait(resourceGroupName: string, workspaceName: string, name: string, options?: MarketplaceSubscriptionsDeleteOptionalParams): Promise<MarketplaceSubscriptionsDeleteHeaders>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

workspaceName

string

Name of Azure Machine Learning workspace.

name

string

Marketplace Subscription name.

options
MarketplaceSubscriptionsDeleteOptionalParams

The options parameters.

Returns

get(string, string, string, MarketplaceSubscriptionsGetOptionalParams)

Get container.

function get(resourceGroupName: string, workspaceName: string, name: string, options?: MarketplaceSubscriptionsGetOptionalParams): Promise<MarketplaceSubscription>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

workspaceName

string

Name of Azure Machine Learning workspace.

name

string

Container name.

options
MarketplaceSubscriptionsGetOptionalParams

The options parameters.

Returns

list(string, string, MarketplaceSubscriptionsListOptionalParams)

List containers.

function list(resourceGroupName: string, workspaceName: string, options?: MarketplaceSubscriptionsListOptionalParams): PagedAsyncIterableIterator<MarketplaceSubscription, MarketplaceSubscription[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

workspaceName

string

Name of Azure Machine Learning workspace.

options
MarketplaceSubscriptionsListOptionalParams

The options parameters.

Returns