Uses of Class
com.azure.resourcemanager.sql.fluent.models.SyncAgentKeyPropertiesInner
Packages that use SyncAgentKeyPropertiesInner
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the inner data models for SqlManagementClient.
-
Uses of SyncAgentKeyPropertiesInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return SyncAgentKeyPropertiesInnerModifier and TypeMethodDescriptionSyncAgentsClient.generateKey(String resourceGroupName, String serverName, String syncAgentName) Generates a sync agent key.Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type SyncAgentKeyPropertiesInnerModifier and TypeMethodDescriptionSyncAgentsClient.generateKeyAsync(String resourceGroupName, String serverName, String syncAgentName) Generates a sync agent key.com.azure.core.http.rest.Response<SyncAgentKeyPropertiesInner> SyncAgentsClient.generateKeyWithResponse(String resourceGroupName, String serverName, String syncAgentName, com.azure.core.util.Context context) Generates a sync agent key.Mono<com.azure.core.http.rest.Response<SyncAgentKeyPropertiesInner>> SyncAgentsClient.generateKeyWithResponseAsync(String resourceGroupName, String serverName, String syncAgentName) Generates a sync agent key. -
Uses of SyncAgentKeyPropertiesInner in com.azure.resourcemanager.sql.fluent.models
Classes in com.azure.resourcemanager.sql.fluent.models that implement interfaces with type arguments of type SyncAgentKeyPropertiesInnerModifier and TypeClassDescriptionfinal classProperties of an Azure SQL Database sync agent key.Methods in com.azure.resourcemanager.sql.fluent.models that return SyncAgentKeyPropertiesInnerModifier and TypeMethodDescriptionstatic SyncAgentKeyPropertiesInnerSyncAgentKeyPropertiesInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SyncAgentKeyPropertiesInner from the JsonReader.