Uses of Class
com.azure.resourcemanager.sql.models.ServerUpdate
Packages that use ServerUpdate
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of ServerUpdate in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent with parameters of type ServerUpdateModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerInner>, ServerInner> ServersClient.beginUpdate(String resourceGroupName, String serverName, ServerUpdate parameters) Updates a server.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerInner>, ServerInner> ServersClient.beginUpdate(String resourceGroupName, String serverName, ServerUpdate parameters, com.azure.core.util.Context context) Updates a server.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ServerInner>, ServerInner> ServersClient.beginUpdateAsync(String resourceGroupName, String serverName, ServerUpdate parameters) Updates a server.ServersClient.update(String resourceGroupName, String serverName, ServerUpdate parameters) Updates a server.ServersClient.update(String resourceGroupName, String serverName, ServerUpdate parameters, com.azure.core.util.Context context) Updates a server.ServersClient.updateAsync(String resourceGroupName, String serverName, ServerUpdate parameters) Updates a server.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> ServersClient.updateWithResponseAsync(String resourceGroupName, String serverName, ServerUpdate parameters) Updates a server. -
Uses of ServerUpdate in com.azure.resourcemanager.sql.models
Classes in com.azure.resourcemanager.sql.models that implement interfaces with type arguments of type ServerUpdateModifier and TypeClassDescriptionfinal classAn update request for an Azure SQL Database server.Methods in com.azure.resourcemanager.sql.models that return ServerUpdateModifier and TypeMethodDescriptionstatic ServerUpdateServerUpdate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ServerUpdate from the JsonReader.ServerUpdate.withAdministratorLogin(String administratorLogin) Set the administratorLogin property: Administrator username for the server.ServerUpdate.withAdministratorLoginPassword(String administratorLoginPassword) Set the administratorLoginPassword property: The administrator login password (required for server creation).ServerUpdate.withAdministrators(ServerExternalAdministrator administrators) Set the administrators property: The Azure Active Directory administrator of the server.ServerUpdate.withFederatedClientId(UUID federatedClientId) Set the federatedClientId property: The Client id used for cross tenant CMK scenario.ServerUpdate.withIdentity(ResourceIdentity identity) Set the identity property: Server identity.Set the keyId property: A CMK URI of the key to use for encryption.ServerUpdate.withMinimalTlsVersion(String minimalTlsVersion) Set the minimalTlsVersion property: Minimal TLS version.ServerUpdate.withPrimaryUserAssignedIdentityId(String primaryUserAssignedIdentityId) Set the primaryUserAssignedIdentityId property: The resource id of a user assigned identity to be used by default.ServerUpdate.withPublicNetworkAccess(ServerNetworkAccessFlag publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this server.ServerUpdate.withRestrictOutboundNetworkAccess(ServerNetworkAccessFlag restrictOutboundNetworkAccess) Set the restrictOutboundNetworkAccess property: Whether or not to restrict outbound network access for this server.Set the tags property: Resource tags.ServerUpdate.withVersion(String version) Set the version property: The version of the server.