ManagedNetworkProvisionsClient Interface

public interface ManagedNetworkProvisionsClient

An instance of this class provides access to all the operations defined in ManagedNetworkProvisionsClient.

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<ManagedNetworkProvisionStatusInner>,ManagedNetworkProvisionStatusInner> beginProvisionManagedNetwork(String resourceGroupName, String workspaceName)

Provisions the managed network of a machine learning workspace.

abstract SyncPoller<PollResult<ManagedNetworkProvisionStatusInner>,ManagedNetworkProvisionStatusInner> beginProvisionManagedNetwork(String resourceGroupName, String workspaceName, ManagedNetworkProvisionOptions body, Context context)

Provisions the managed network of a machine learning workspace.

abstract ManagedNetworkProvisionStatusInner provisionManagedNetwork(String resourceGroupName, String workspaceName)

Provisions the managed network of a machine learning workspace.

abstract ManagedNetworkProvisionStatusInner provisionManagedNetwork(String resourceGroupName, String workspaceName, ManagedNetworkProvisionOptions body, Context context)

Provisions the managed network of a machine learning workspace.

Method Details

beginProvisionManagedNetwork

public abstract SyncPoller<PollResult<ManagedNetworkProvisionStatusInner>,ManagedNetworkProvisionStatusInner> beginProvisionManagedNetwork(String resourceGroupName, String workspaceName)

Provisions the managed network of a machine learning workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - Name of Azure Machine Learning workspace.

Returns:

the SyncPoller<T,U> for polling of status of the Provisioning for the managed network of a machine learning workspace.

beginProvisionManagedNetwork

public abstract SyncPoller<PollResult<ManagedNetworkProvisionStatusInner>,ManagedNetworkProvisionStatusInner> beginProvisionManagedNetwork(String resourceGroupName, String workspaceName, ManagedNetworkProvisionOptions body, Context context)

Provisions the managed network of a machine learning workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - Name of Azure Machine Learning workspace.
body - Managed Network Provisioning Options for a machine learning workspace.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of status of the Provisioning for the managed network of a machine learning workspace.

provisionManagedNetwork

public abstract ManagedNetworkProvisionStatusInner provisionManagedNetwork(String resourceGroupName, String workspaceName)

Provisions the managed network of a machine learning workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - Name of Azure Machine Learning workspace.

Returns:

status of the Provisioning for the managed network of a machine learning workspace.

provisionManagedNetwork

public abstract ManagedNetworkProvisionStatusInner provisionManagedNetwork(String resourceGroupName, String workspaceName, ManagedNetworkProvisionOptions body, Context context)

Provisions the managed network of a machine learning workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - Name of Azure Machine Learning workspace.
body - Managed Network Provisioning Options for a machine learning workspace.
context - The context to associate with this operation.

Returns:

status of the Provisioning for the managed network of a machine learning workspace.

Applies to