Interface Server.Update
- All Superinterfaces:
Server.UpdateStages.WithAdministratorLoginPassword
,Server.UpdateStages.WithMinimalTlsVersion
,Server.UpdateStages.WithPublicNetworkAccess
,Server.UpdateStages.WithReplicationRole
,Server.UpdateStages.WithSku
,Server.UpdateStages.WithSslEnforcement
,Server.UpdateStages.WithStorageProfile
,Server.UpdateStages.WithTags
,Server.UpdateStages.WithVersion
- Enclosing interface:
- Server
public static interface Server.Update
extends Server.UpdateStages.WithTags, Server.UpdateStages.WithSku, Server.UpdateStages.WithStorageProfile, Server.UpdateStages.WithAdministratorLoginPassword, Server.UpdateStages.WithVersion, Server.UpdateStages.WithSslEnforcement, Server.UpdateStages.WithMinimalTlsVersion, Server.UpdateStages.WithPublicNetworkAccess, Server.UpdateStages.WithReplicationRole
The template for Server update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.mariadb.models.Server.UpdateStages.WithAdministratorLoginPassword
withAdministratorLoginPassword
Methods inherited from interface com.azure.resourcemanager.mariadb.models.Server.UpdateStages.WithMinimalTlsVersion
withMinimalTlsVersion
Methods inherited from interface com.azure.resourcemanager.mariadb.models.Server.UpdateStages.WithPublicNetworkAccess
withPublicNetworkAccess
Methods inherited from interface com.azure.resourcemanager.mariadb.models.Server.UpdateStages.WithReplicationRole
withReplicationRole
Methods inherited from interface com.azure.resourcemanager.mariadb.models.Server.UpdateStages.WithSku
withSku
Methods inherited from interface com.azure.resourcemanager.mariadb.models.Server.UpdateStages.WithSslEnforcement
withSslEnforcement
Methods inherited from interface com.azure.resourcemanager.mariadb.models.Server.UpdateStages.WithStorageProfile
withStorageProfile
Methods inherited from interface com.azure.resourcemanager.mariadb.models.Server.UpdateStages.WithTags
withTags
Methods inherited from interface com.azure.resourcemanager.mariadb.models.Server.UpdateStages.WithVersion
withVersion
-
Method Details
-
apply
Server 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.
-