Uses of Class
com.azure.resourcemanager.automation.models.CredentialCreateOrUpdateParameters
Package
Description
Package containing the service clients for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of CredentialCreateOrUpdateParameters in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionCredentialsClient.createOrUpdate
(String resourceGroupName, String automationAccountName, String credentialName, CredentialCreateOrUpdateParameters parameters) Create a credential.com.azure.core.http.rest.Response<CredentialInner>
CredentialsClient.createOrUpdateWithResponse
(String resourceGroupName, String automationAccountName, String credentialName, CredentialCreateOrUpdateParameters parameters, com.azure.core.util.Context context) Create a credential. -
Uses of CredentialCreateOrUpdateParameters in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionCredentialCreateOrUpdateParameters.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.CredentialCreateOrUpdateParameters.withPassword
(String password) Set the password property: Gets or sets the password of the credential.CredentialCreateOrUpdateParameters.withUsername
(String username) Set the username property: Gets or sets the user name of the credential.