StorageAccountsClient Interface

public interface StorageAccountsClient

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

Method Summary

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

Method Details

listKeys

public abstract ListStorageAccountKeysResultInner 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