MarketplaceSubscriptions interface
Interface representing a MarketplaceSubscriptions.
Methods
begin |
Create or update Marketplace Subscription (asynchronous). |
begin |
Create or update Marketplace Subscription (asynchronous). |
begin |
Delete Marketplace Subscription (asynchronous). |
begin |
Delete Marketplace Subscription (asynchronous). |
get(string, string, string, Marketplace |
Get container. |
list(string, string, Marketplace |
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.
Marketplace Subscription entity to apply during operation.
The options parameters.
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.
Marketplace Subscription entity to apply during operation.
The options parameters.
Returns
Promise<MarketplaceSubscription>
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.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<MarketplaceSubscriptionsDeleteHeaders>, MarketplaceSubscriptionsDeleteHeaders>>
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.
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.
The options parameters.
Returns
Promise<MarketplaceSubscription>
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.
The options parameters.