Keys Interface
public interface Keys
Resource collection API of Keys.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Key |
listByAutomationAccount(String resourceGroupName, String automationAccountName)
Retrieve the automation keys for an account. |
|
abstract
Response<Key |
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:
Returns:
listByAutomationAccountWithResponse
public abstract Response<KeyListResult> listByAutomationAccountWithResponse(String resourceGroupName, String automationAccountName, Context context)
Retrieve the automation keys for an account.
Parameters:
Returns: