AzureMachineLearningWorkspaces Interface

public interface AzureMachineLearningWorkspaces

The interface for AzureMachineLearningWorkspaces class.

Method Summary

Modifier and Type Method and Description
abstract String getApiVersion()

Gets Api Version.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract String getEndpoint()

Gets server parameter.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract MachineLearningComputesClient getMachineLearningComputes()

Gets the MachineLearningComputesClient object to access its operations.

abstract MachineLearningServicesClient getMachineLearningServices()

Gets the MachineLearningServicesClient object to access its operations.

abstract NotebooksClient getNotebooks()

Gets the NotebooksClient object to access its operations.

abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()

Gets the PrivateEndpointConnectionsClient object to access its operations.

abstract PrivateLinkResourcesClient getPrivateLinkResources()

Gets the PrivateLinkResourcesClient object to access its operations.

abstract QuotasClient getQuotas()

Gets the QuotasClient object to access its operations.

abstract StorageAccountsClient getStorageAccounts()

Gets the StorageAccountsClient object to access its operations.

abstract String getSubscriptionId()

Gets Azure subscription identifier.

abstract UsagesClient getUsages()

Gets the UsagesClient object to access its operations.

abstract VirtualMachineSizesClient getVirtualMachineSizes()

Gets the VirtualMachineSizesClient object to access its operations.

abstract WorkspaceConnectionsClient getWorkspaceConnections()

Gets the WorkspaceConnectionsClient object to access its operations.

abstract WorkspaceFeaturesClient getWorkspaceFeatures()

Gets the WorkspaceFeaturesClient object to access its operations.

abstract WorkspaceOperationsClient getWorkspaceOperations()

Gets the WorkspaceOperationsClient object to access its operations.

abstract WorkspacesClient getWorkspaces()

Gets the WorkspacesClient object to access its operations.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Api Version.

Returns:

the apiVersion value.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getEndpoint

public abstract String getEndpoint()

Gets server parameter.

Returns:

the endpoint value.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getMachineLearningComputes

public abstract MachineLearningComputesClient getMachineLearningComputes()

Gets the MachineLearningComputesClient object to access its operations.

Returns:

the MachineLearningComputesClient object.

getMachineLearningServices

public abstract MachineLearningServicesClient getMachineLearningServices()

Gets the MachineLearningServicesClient object to access its operations.

Returns:

the MachineLearningServicesClient object.

getNotebooks

public abstract NotebooksClient getNotebooks()

Gets the NotebooksClient object to access its operations.

Returns:

the NotebooksClient object.

getOperations

public abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

Returns:

the OperationsClient object.

getPrivateEndpointConnections

public abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()

Gets the PrivateEndpointConnectionsClient object to access its operations.

Returns:

the PrivateEndpointConnectionsClient object.

getPrivateLinkResources

public abstract PrivateLinkResourcesClient getPrivateLinkResources()

Gets the PrivateLinkResourcesClient object to access its operations.

Returns:

the PrivateLinkResourcesClient object.

getQuotas

public abstract QuotasClient getQuotas()

Gets the QuotasClient object to access its operations.

Returns:

the QuotasClient object.

getStorageAccounts

public abstract StorageAccountsClient getStorageAccounts()

Gets the StorageAccountsClient object to access its operations.

Returns:

the StorageAccountsClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets Azure subscription identifier.

Returns:

the subscriptionId value.

getUsages

public abstract UsagesClient getUsages()

Gets the UsagesClient object to access its operations.

Returns:

the UsagesClient object.

getVirtualMachineSizes

public abstract VirtualMachineSizesClient getVirtualMachineSizes()

Gets the VirtualMachineSizesClient object to access its operations.

Returns:

the VirtualMachineSizesClient object.

getWorkspaceConnections

public abstract WorkspaceConnectionsClient getWorkspaceConnections()

Gets the WorkspaceConnectionsClient object to access its operations.

Returns:

the WorkspaceConnectionsClient object.

getWorkspaceFeatures

public abstract WorkspaceFeaturesClient getWorkspaceFeatures()

Gets the WorkspaceFeaturesClient object to access its operations.

Returns:

the WorkspaceFeaturesClient object.

getWorkspaceOperations

public abstract WorkspaceOperationsClient getWorkspaceOperations()

Gets the WorkspaceOperationsClient object to access its operations.

Returns:

the WorkspaceOperationsClient object.

getWorkspaces

public abstract WorkspacesClient getWorkspaces()

Gets the WorkspacesClient object to access its operations.

Returns:

the WorkspacesClient object.

Applies to