Uses of Class
com.azure.resourcemanager.sql.fluent.models.ServerKeyInner
-
Packages that use ServerKeyInner Package Description com.azure.resourcemanager.sql.fluent Package containing the service clients for SqlManagementClient.com.azure.resourcemanager.sql.fluent.models Package containing the inner data models for SqlManagementClient.com.azure.resourcemanager.sql.models 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 ServerKeyInner Modifier and Type Method Description ServerKeyInnerServerKeysClient. createOrUpdate(String resourceGroupName, String serverName, String keyName, ServerKeyInner parameters)Creates or updates a server key.ServerKeyInnerServerKeysClient. createOrUpdate(String resourceGroupName, String serverName, String keyName, ServerKeyInner parameters, com.azure.core.util.Context context)Creates or updates a server key.ServerKeyInnerServerKeysClient. get(String resourceGroupName, String serverName, String keyName)Gets a server key.Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type ServerKeyInner Modifier and Type Method Description 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)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.Mono<ServerKeyInner>ServerKeysClient. createOrUpdateAsync(String resourceGroupName, String serverName, String keyName, ServerKeyInner parameters)Creates or updates a server key.Mono<ServerKeyInner>ServerKeysClient. getAsync(String resourceGroupName, String serverName, String keyName)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 ServerKeyInner Modifier and Type Method Description 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.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.ServerKeyInnerServerKeysClient. createOrUpdate(String resourceGroupName, String serverName, String keyName, ServerKeyInner parameters)Creates or updates a server key.ServerKeyInnerServerKeysClient. createOrUpdate(String resourceGroupName, String serverName, String keyName, ServerKeyInner parameters, com.azure.core.util.Context context)Creates or updates a server key.Mono<ServerKeyInner>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 ServerKeyInner Modifier and Type Method Description ServerKeyInnerServerKeyInner. withCreationDate(OffsetDateTime creationDate)Set the creationDate property: The server key creation date.ServerKeyInnerServerKeyInner. withKind(String kind)Set the kind property: Kind of encryption protector.ServerKeyInnerServerKeyInner. withServerKeyType(ServerKeyType serverKeyType)Set the serverKeyType property: The server key type like 'ServiceManaged', 'AzureKeyVault'.ServerKeyInnerServerKeyInner. withThumbprint(String thumbprint)Set the thumbprint property: Thumbprint of the server key.ServerKeyInnerServerKeyInner. withUri(String uri)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 ServerKeyInner Modifier and Type Method Description List<ServerKeyInner>ServerKeyListResult. value()Get the value property: Array of results.
-