Uses of Class
com.azure.resourcemanager.sql.fluent.models.SqlAgentConfigurationInner
Packages that use SqlAgentConfigurationInner
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the inner data models for SqlManagementClient.
-
Uses of SqlAgentConfigurationInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return SqlAgentConfigurationInnerModifier and TypeMethodDescriptionSqlAgentsClient.createOrUpdate(String resourceGroupName, String managedInstanceName, SqlAgentConfigurationInner parameters) Puts new sql agent configuration to instance.Gets current instance sql agent configuration.Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type SqlAgentConfigurationInnerModifier and TypeMethodDescriptionSqlAgentsClient.createOrUpdateAsync(String resourceGroupName, String managedInstanceName, SqlAgentConfigurationInner parameters) Puts new sql agent configuration to instance.com.azure.core.http.rest.Response<SqlAgentConfigurationInner>SqlAgentsClient.createOrUpdateWithResponse(String resourceGroupName, String managedInstanceName, SqlAgentConfigurationInner parameters, com.azure.core.util.Context context) Puts new sql agent configuration to instance.Mono<com.azure.core.http.rest.Response<SqlAgentConfigurationInner>>SqlAgentsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String managedInstanceName, SqlAgentConfigurationInner parameters) Puts new sql agent configuration to instance.Gets current instance sql agent configuration.com.azure.core.http.rest.Response<SqlAgentConfigurationInner>SqlAgentsClient.getWithResponse(String resourceGroupName, String managedInstanceName, com.azure.core.util.Context context) Gets current instance sql agent configuration.Mono<com.azure.core.http.rest.Response<SqlAgentConfigurationInner>>SqlAgentsClient.getWithResponseAsync(String resourceGroupName, String managedInstanceName) Gets current instance sql agent configuration.Methods in com.azure.resourcemanager.sql.fluent with parameters of type SqlAgentConfigurationInnerModifier and TypeMethodDescriptionSqlAgentsClient.createOrUpdate(String resourceGroupName, String managedInstanceName, SqlAgentConfigurationInner parameters) Puts new sql agent configuration to instance.SqlAgentsClient.createOrUpdateAsync(String resourceGroupName, String managedInstanceName, SqlAgentConfigurationInner parameters) Puts new sql agent configuration to instance.com.azure.core.http.rest.Response<SqlAgentConfigurationInner>SqlAgentsClient.createOrUpdateWithResponse(String resourceGroupName, String managedInstanceName, SqlAgentConfigurationInner parameters, com.azure.core.util.Context context) Puts new sql agent configuration to instance.Mono<com.azure.core.http.rest.Response<SqlAgentConfigurationInner>>SqlAgentsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String managedInstanceName, SqlAgentConfigurationInner parameters) Puts new sql agent configuration to instance. -
Uses of SqlAgentConfigurationInner in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return SqlAgentConfigurationInnerModifier and TypeMethodDescriptionSqlAgentConfigurationInner.withState(SqlAgentConfigurationPropertiesState state) Set the state property: The state of Sql Agent.