StorageAccounts Interface

public interface StorageAccounts

Resource collection API of StorageAccounts.

Method Summary

Modifier and Type Method and Description
abstract ListStorageAccountKeysResult listKeys(String resourceGroupName, String workspaceName)
abstract Response<ListStorageAccountKeysResult> listKeysWithResponse(String resourceGroupName, String workspaceName, Context context)

Method Details

listKeys

public abstract ListStorageAccountKeysResult listKeys(String resourceGroupName, String workspaceName)

Parameters:

resourceGroupName - Name of the resource group in which workspace is located.
workspaceName - Name of Azure Machine Learning workspace.

Returns:

the response.

listKeysWithResponse

public abstract Response listKeysWithResponse(String resourceGroupName, String workspaceName, Context context)

Parameters:

resourceGroupName - Name of the resource group in which workspace is located.
workspaceName - Name of Azure Machine Learning workspace.
context - The context to associate with this operation.

Returns:

the response.

Applies to