Interface Server.Update
-
- All Superinterfaces:
Server.UpdateStages.WithAdministratorLoginPassword,Server.UpdateStages.WithIdentity,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.WithIdentity, 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Serverapply()Executes the update request.Serverapply(com.azure.core.util.Context context)Executes the update request.-
Methods inherited from interface com.azure.resourcemanager.mysql.models.Server.UpdateStages.WithAdministratorLoginPassword
withAdministratorLoginPassword
-
Methods inherited from interface com.azure.resourcemanager.mysql.models.Server.UpdateStages.WithIdentity
withIdentity
-
Methods inherited from interface com.azure.resourcemanager.mysql.models.Server.UpdateStages.WithMinimalTlsVersion
withMinimalTlsVersion
-
Methods inherited from interface com.azure.resourcemanager.mysql.models.Server.UpdateStages.WithPublicNetworkAccess
withPublicNetworkAccess
-
Methods inherited from interface com.azure.resourcemanager.mysql.models.Server.UpdateStages.WithReplicationRole
withReplicationRole
-
Methods inherited from interface com.azure.resourcemanager.mysql.models.Server.UpdateStages.WithSku
withSku
-
Methods inherited from interface com.azure.resourcemanager.mysql.models.Server.UpdateStages.WithSslEnforcement
withSslEnforcement
-
Methods inherited from interface com.azure.resourcemanager.mysql.models.Server.UpdateStages.WithStorageProfile
withStorageProfile
-
Methods inherited from interface com.azure.resourcemanager.mysql.models.Server.UpdateStages.WithTags
withTags
-
Methods inherited from interface com.azure.resourcemanager.mysql.models.Server.UpdateStages.WithVersion
withVersion
-
-