Interface ManagedNetworkProvisionsClient
public interface ManagedNetworkProvisionsClient
An instance of this class provides access to all the operations defined in ManagedNetworkProvisionsClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ManagedNetworkProvisionStatusInner>,ManagedNetworkProvisionStatusInner> beginProvisionManagedNetwork(String resourceGroupName, String workspaceName) Provisions the managed network of a machine learning workspace.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ManagedNetworkProvisionStatusInner>,ManagedNetworkProvisionStatusInner> beginProvisionManagedNetwork(String resourceGroupName, String workspaceName, ManagedNetworkProvisionOptions body, com.azure.core.util.Context context) Provisions the managed network of a machine learning workspace.provisionManagedNetwork(String resourceGroupName, String workspaceName) Provisions the managed network of a machine learning workspace.provisionManagedNetwork(String resourceGroupName, String workspaceName, ManagedNetworkProvisionOptions body, com.azure.core.util.Context context) Provisions the managed network of a machine learning workspace.
-
Method Details
-
beginProvisionManagedNetwork
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.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
SyncPollerfor polling of status of the Provisioning for the managed network of a machine learning workspace. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginProvisionManagedNetwork
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ManagedNetworkProvisionStatusInner>,ManagedNetworkProvisionStatusInner> beginProvisionManagedNetwork(String resourceGroupName, String workspaceName, ManagedNetworkProvisionOptions body, com.azure.core.util.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
SyncPollerfor polling of status of the Provisioning for the managed network of a machine learning workspace. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
provisionManagedNetwork
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.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
provisionManagedNetwork
ManagedNetworkProvisionStatusInner provisionManagedNetwork(String resourceGroupName, String workspaceName, ManagedNetworkProvisionOptions body, com.azure.core.util.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.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-