Uses of Class
com.azure.resourcemanager.automation.models.CredentialUpdateParameters
Packages that use 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
Methods in com.azure.resourcemanager.automation.fluent with parameters of type CredentialUpdateParametersModifier 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
Methods in com.azure.resourcemanager.automation.models that return CredentialUpdateParametersModifier and TypeMethodDescriptionstatic CredentialUpdateParameters
CredentialUpdateParameters.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of CredentialUpdateParameters from the JsonReader.CredentialUpdateParameters.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.