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