Uses of Interface
com.azure.resourcemanager.automation.models.Credential
Package
Description
Package containing the data models for AutomationClient.
-
Uses of Credential in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionCredential.Update.apply()
Executes the update request.Credential.Update.apply
(com.azure.core.util.Context context) Executes the update request.Credential.DefinitionStages.WithCreate.create()
Executes the create request.Credential.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Retrieve the credential identified by credential name.Retrieve the credential identified by credential name.Credential.refresh()
Refreshes the resource to sync with Azure.Credential.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Credential>
Credentials.getByIdWithResponse
(String id, com.azure.core.util.Context context) Retrieve the credential identified by credential name.com.azure.core.http.rest.Response<Credential>
Credentials.getWithResponse
(String resourceGroupName, String automationAccountName, String credentialName, com.azure.core.util.Context context) Retrieve the credential identified by credential name.com.azure.core.http.rest.PagedIterable<Credential>
Credentials.listByAutomationAccount
(String resourceGroupName, String automationAccountName) Retrieve a list of credentials.com.azure.core.http.rest.PagedIterable<Credential>
Credentials.listByAutomationAccount
(String resourceGroupName, String automationAccountName, com.azure.core.util.Context context) Retrieve a list of credentials.