Interface Credential.Update
- All Superinterfaces:
Credential.UpdateStages.WithDescription
,Credential.UpdateStages.WithName
,Credential.UpdateStages.WithPassword
,Credential.UpdateStages.WithUsername
- Enclosing interface:
- Credential
public static interface Credential.Update
extends Credential.UpdateStages.WithName, Credential.UpdateStages.WithUsername, Credential.UpdateStages.WithPassword, Credential.UpdateStages.WithDescription
The template for Credential update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.automation.models.Credential.UpdateStages.WithDescription
withDescription
Methods inherited from interface com.azure.resourcemanager.automation.models.Credential.UpdateStages.WithName
withName
Methods inherited from interface com.azure.resourcemanager.automation.models.Credential.UpdateStages.WithPassword
withPassword
Methods inherited from interface com.azure.resourcemanager.automation.models.Credential.UpdateStages.WithUsername
withUsername
-
Method Details
-
apply
Credential apply()Executes the update request.- Returns:
- the updated resource.
-
apply
Executes the update request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the updated resource.
-