Partager via


Keys Interface

public interface Keys

Resource collection API of Keys.

Method Summary

Modifier and Type Method and Description
abstract KeyListResult listByAutomationAccount(String resourceGroupName, String automationAccountName)

Retrieve the automation keys for an account.

abstract Response<KeyListResult> listByAutomationAccountWithResponse(String resourceGroupName, String automationAccountName, Context context)

Retrieve the automation keys for an account.

Method Details

listByAutomationAccount

public abstract KeyListResult listByAutomationAccount(String resourceGroupName, String automationAccountName)

Retrieve the automation keys for an account.

Parameters:

resourceGroupName - Name of an Azure Resource group.
automationAccountName - The name of the automation account.

Returns:

the response.

listByAutomationAccountWithResponse

public abstract Response<KeyListResult> listByAutomationAccountWithResponse(String resourceGroupName, String automationAccountName, Context context)

Retrieve the automation keys for an account.

Parameters:

resourceGroupName - Name of an Azure Resource group.
automationAccountName - The name of the automation account.
context - The context to associate with this operation.

Returns:

the response body along with Response<T>.

Applies to