Credentials Interface
public interface Credentials
Resource collection API of Credentials.
Method Summary
Method Details
define
public abstract Credential.DefinitionStages.Blank define(String name)
Begins definition for a new Credential resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String automationAccountName, String credentialName)
Delete the credential.
Parameters:
deleteById
public abstract void deleteById(String id)
Delete the credential.
Parameters:
deleteByIdWithResponse
public abstract Response<Void> deleteByIdWithResponse(String id, Context context)
Delete the credential.
Parameters:
Returns:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String automationAccountName, String credentialName, Context context)
Delete the credential.
Parameters:
Returns:
get
public abstract Credential get(String resourceGroupName, String automationAccountName, String credentialName)
Retrieve the credential identified by credential name.
Parameters:
Returns:
getById
public abstract Credential getById(String id)
Retrieve the credential identified by credential name.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<Credential> getByIdWithResponse(String id, Context context)
Retrieve the credential identified by credential name.
Parameters:
Returns:
getWithResponse
public abstract Response<Credential> getWithResponse(String resourceGroupName, String automationAccountName, String credentialName, Context context)
Retrieve the credential identified by credential name.
Parameters:
Returns:
listByAutomationAccount
public abstract PagedIterable<Credential> listByAutomationAccount(String resourceGroupName, String automationAccountName)
Retrieve a list of credentials.
Parameters:
Returns:
listByAutomationAccount
public abstract PagedIterable<Credential> listByAutomationAccount(String resourceGroupName, String automationAccountName, Context context)
Retrieve a list of credentials.
Parameters:
Returns: