Uses of Class
com.azure.resourcemanager.sql.models.ServerUpdate
-
Packages that use ServerUpdate Package Description com.azure.resourcemanager.sql.fluent Package containing the service clients for SqlManagementClient.com.azure.resourcemanager.sql.models 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 ServerUpdate Modifier and Type Method Description com.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.ServerInnerServersClient. update(String resourceGroupName, String serverName, ServerUpdate parameters)Updates a server.ServerInnerServersClient. update(String resourceGroupName, String serverName, ServerUpdate parameters, com.azure.core.util.Context context)Updates a server.Mono<ServerInner>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
Methods in com.azure.resourcemanager.sql.models that return ServerUpdate Modifier and Type Method Description ServerUpdateServerUpdate. withAdministratorLogin(String administratorLogin)Set the administratorLogin property: Administrator username for the server.ServerUpdateServerUpdate. withAdministratorLoginPassword(String administratorLoginPassword)Set the administratorLoginPassword property: The administrator login password (required for server creation).ServerUpdateServerUpdate. withMinimalTlsVersion(String minimalTlsVersion)Set the minimalTlsVersion property: Minimal TLS version.ServerUpdateServerUpdate. withPublicNetworkAccess(ServerPublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this server.ServerUpdateServerUpdate. withTags(Map<String,String> tags)Set the tags property: Resource tags.ServerUpdateServerUpdate. withVersion(String version)Set the version property: The version of the server.
-