Uses of Class
com.azure.resourcemanager.sql.fluent.models.ServerKeyInner
Packages that use ServerKeyInner
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of ServerKeyInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return ServerKeyInnerModifier and TypeMethodDescriptionServerKeysClient.createOrUpdate(String resourceGroupName, String serverName, String keyName, ServerKeyInner parameters) Creates or updates a server key.ServerKeysClient.createOrUpdate(String resourceGroupName, String serverName, String keyName, ServerKeyInner parameters, com.azure.core.util.Context context) Creates or updates a server key.Gets a server key.Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type ServerKeyInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerKeyInner>,ServerKeyInner> ServerKeysClient.beginCreateOrUpdate(String resourceGroupName, String serverName, String keyName, ServerKeyInner parameters) Creates or updates a server key.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerKeyInner>,ServerKeyInner> ServerKeysClient.beginCreateOrUpdate(String resourceGroupName, String serverName, String keyName, ServerKeyInner parameters) Creates or updates a server key.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerKeyInner>,ServerKeyInner> ServerKeysClient.beginCreateOrUpdate(String resourceGroupName, String serverName, String keyName, ServerKeyInner parameters, com.azure.core.util.Context context) Creates or updates a server key.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerKeyInner>,ServerKeyInner> ServerKeysClient.beginCreateOrUpdate(String resourceGroupName, String serverName, String keyName, ServerKeyInner parameters, com.azure.core.util.Context context) Creates or updates a server key.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ServerKeyInner>,ServerKeyInner> ServerKeysClient.beginCreateOrUpdateAsync(String resourceGroupName, String serverName, String keyName, ServerKeyInner parameters) Creates or updates a server key.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ServerKeyInner>,ServerKeyInner> ServerKeysClient.beginCreateOrUpdateAsync(String resourceGroupName, String serverName, String keyName, ServerKeyInner parameters) Creates or updates a server key.ServerKeysClient.createOrUpdateAsync(String resourceGroupName, String serverName, String keyName, ServerKeyInner parameters) Creates or updates a server key.Gets a server key.com.azure.core.http.rest.Response<ServerKeyInner>ServerKeysClient.getWithResponse(String resourceGroupName, String serverName, String keyName, com.azure.core.util.Context context) Gets a server key.Mono<com.azure.core.http.rest.Response<ServerKeyInner>>ServerKeysClient.getWithResponseAsync(String resourceGroupName, String serverName, String keyName) Gets a server key.com.azure.core.http.rest.PagedIterable<ServerKeyInner>ServerKeysClient.listByServer(String resourceGroupName, String serverName) Gets a list of server keys.com.azure.core.http.rest.PagedIterable<ServerKeyInner>ServerKeysClient.listByServer(String resourceGroupName, String serverName, com.azure.core.util.Context context) Gets a list of server keys.com.azure.core.http.rest.PagedFlux<ServerKeyInner>ServerKeysClient.listByServerAsync(String resourceGroupName, String serverName) Gets a list of server keys.Methods in com.azure.resourcemanager.sql.fluent with parameters of type ServerKeyInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerKeyInner>,ServerKeyInner> ServerKeysClient.beginCreateOrUpdate(String resourceGroupName, String serverName, String keyName, ServerKeyInner parameters) Creates or updates a server key.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerKeyInner>,ServerKeyInner> ServerKeysClient.beginCreateOrUpdate(String resourceGroupName, String serverName, String keyName, ServerKeyInner parameters, com.azure.core.util.Context context) Creates or updates a server key.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ServerKeyInner>,ServerKeyInner> ServerKeysClient.beginCreateOrUpdateAsync(String resourceGroupName, String serverName, String keyName, ServerKeyInner parameters) Creates or updates a server key.ServerKeysClient.createOrUpdate(String resourceGroupName, String serverName, String keyName, ServerKeyInner parameters) Creates or updates a server key.ServerKeysClient.createOrUpdate(String resourceGroupName, String serverName, String keyName, ServerKeyInner parameters, com.azure.core.util.Context context) Creates or updates a server key.ServerKeysClient.createOrUpdateAsync(String resourceGroupName, String serverName, String keyName, ServerKeyInner parameters) Creates or updates a server key.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>ServerKeysClient.createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, String keyName, ServerKeyInner parameters) Creates or updates a server key. -
Uses of ServerKeyInner in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return ServerKeyInnerModifier and TypeMethodDescriptionServerKeyInner.withServerKeyType(ServerKeyType serverKeyType) Set the serverKeyType property: The server key type like 'ServiceManaged', 'AzureKeyVault'.Set the uri property: The URI of the server key. -
Uses of ServerKeyInner in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return types with arguments of type ServerKeyInnerModifier and TypeMethodDescriptionServerKeyListResult.value()Get the value property: Array of results.