Uses of Class
com.azure.resourcemanager.sql.fluent.models.ServiceObjectiveInner
-
Packages that use ServiceObjectiveInner 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 ServiceObjectiveInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return ServiceObjectiveInner Modifier and Type Method Description ServiceObjectiveInnerServiceObjectivesClient. get(String resourceGroupName, String serverName, String serviceObjectiveName)Gets a database service objective.Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type ServiceObjectiveInner Modifier and Type Method Description Mono<ServiceObjectiveInner>ServiceObjectivesClient. getAsync(String resourceGroupName, String serverName, String serviceObjectiveName)Gets a database service objective.com.azure.core.http.rest.Response<ServiceObjectiveInner>ServiceObjectivesClient. getWithResponse(String resourceGroupName, String serverName, String serviceObjectiveName, com.azure.core.util.Context context)Gets a database service objective.Mono<com.azure.core.http.rest.Response<ServiceObjectiveInner>>ServiceObjectivesClient. getWithResponseAsync(String resourceGroupName, String serverName, String serviceObjectiveName)Gets a database service objective.com.azure.core.http.rest.PagedIterable<ServiceObjectiveInner>ServiceObjectivesClient. listByServer(String resourceGroupName, String serverName)Returns database service objectives.com.azure.core.http.rest.PagedIterable<ServiceObjectiveInner>ServiceObjectivesClient. listByServer(String resourceGroupName, String serverName, com.azure.core.util.Context context)Returns database service objectives.com.azure.core.http.rest.PagedFlux<ServiceObjectiveInner>ServiceObjectivesClient. listByServerAsync(String resourceGroupName, String serverName)Returns database service objectives. -
Uses of ServiceObjectiveInner in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return types with arguments of type ServiceObjectiveInner Modifier and Type Method Description List<ServiceObjectiveInner>ServiceObjectiveListResult. value()Get the value property: The list of database service objectives.Method parameters in com.azure.resourcemanager.sql.models with type arguments of type ServiceObjectiveInner Modifier and Type Method Description ServiceObjectiveListResultServiceObjectiveListResult. withValue(List<ServiceObjectiveInner> value)Set the value property: The list of database service objectives.
-