Interface BatchAccount.Update
- All Superinterfaces:
BatchAccount.UpdateStages.WithAllowedAuthenticationModes
,BatchAccount.UpdateStages.WithAutoStorage
,BatchAccount.UpdateStages.WithEncryption
,BatchAccount.UpdateStages.WithIdentity
,BatchAccount.UpdateStages.WithNetworkProfile
,BatchAccount.UpdateStages.WithPublicNetworkAccess
,BatchAccount.UpdateStages.WithTags
- Enclosing interface:
- BatchAccount
public static interface BatchAccount.Update
extends BatchAccount.UpdateStages.WithTags, BatchAccount.UpdateStages.WithIdentity, BatchAccount.UpdateStages.WithAutoStorage, BatchAccount.UpdateStages.WithEncryption, BatchAccount.UpdateStages.WithAllowedAuthenticationModes, BatchAccount.UpdateStages.WithPublicNetworkAccess, BatchAccount.UpdateStages.WithNetworkProfile
The template for BatchAccount update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.batch.models.BatchAccount.UpdateStages.WithAllowedAuthenticationModes
withAllowedAuthenticationModes
Methods inherited from interface com.azure.resourcemanager.batch.models.BatchAccount.UpdateStages.WithAutoStorage
withAutoStorage
Methods inherited from interface com.azure.resourcemanager.batch.models.BatchAccount.UpdateStages.WithEncryption
withEncryption
Methods inherited from interface com.azure.resourcemanager.batch.models.BatchAccount.UpdateStages.WithIdentity
withIdentity
Methods inherited from interface com.azure.resourcemanager.batch.models.BatchAccount.UpdateStages.WithNetworkProfile
withNetworkProfile
Methods inherited from interface com.azure.resourcemanager.batch.models.BatchAccount.UpdateStages.WithPublicNetworkAccess
withPublicNetworkAccess
Methods inherited from interface com.azure.resourcemanager.batch.models.BatchAccount.UpdateStages.WithTags
withTags
-
Method Details
-
apply
BatchAccount 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.
-