Interface ServerKey.Update
-
- All Superinterfaces:
ServerKey.UpdateStages.WithServerKeyType,ServerKey.UpdateStages.WithUri
- Enclosing interface:
- ServerKey
public static interface ServerKey.Update extends ServerKey.UpdateStages.WithServerKeyType, ServerKey.UpdateStages.WithUri
The template for ServerKey update.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServerKeyapply()Executes the update request.ServerKeyapply(com.azure.core.util.Context context)Executes the update request.-
Methods inherited from interface com.azure.resourcemanager.mysql.models.ServerKey.UpdateStages.WithServerKeyType
withServerKeyType
-
Methods inherited from interface com.azure.resourcemanager.mysql.models.ServerKey.UpdateStages.WithUri
withUri
-
-