Uses of Class
com.azure.resourcemanager.automation.models.CredentialUpdateParameters
Package
Description
Package containing the service clients for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of CredentialUpdateParameters in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionCredentialsClient.update
(String resourceGroupName, String automationAccountName, String credentialName, CredentialUpdateParameters parameters) Update a credential.com.azure.core.http.rest.Response<CredentialInner>
CredentialsClient.updateWithResponse
(String resourceGroupName, String automationAccountName, String credentialName, CredentialUpdateParameters parameters, com.azure.core.util.Context context) Update a credential. -
Uses of CredentialUpdateParameters in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionCredentialUpdateParameters.withDescription
(String description) Set the description property: Gets or sets the description of the credential.Set the name property: Gets or sets the name of the credential.CredentialUpdateParameters.withPassword
(String password) Set the password property: Gets or sets the password of the credential.CredentialUpdateParameters.withUsername
(String username) Set the username property: Gets or sets the user name of the credential.