azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.s...

184 строки
17 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.sql.fluent.SqlAgentsClient"
fullName: "com.azure.resourcemanager.sql.fluent.SqlAgentsClient"
name: "SqlAgentsClient"
nameWithType: "SqlAgentsClient"
summary: "An instance of this class provides access to all the operations defined in Sql<wbr>Agents<wbr>Client."
syntax: "public interface **SqlAgentsClient**"
methods:
- uid: "com.azure.resourcemanager.sql.fluent.SqlAgentsClient.createOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.sql.fluent.models.SqlAgentConfigurationInner)"
fullName: "com.azure.resourcemanager.sql.fluent.SqlAgentsClient.createOrUpdate(String resourceGroupName, String managedInstanceName, SqlAgentConfigurationInner parameters)"
name: "createOrUpdate(String resourceGroupName, String managedInstanceName, SqlAgentConfigurationInner parameters)"
nameWithType: "SqlAgentsClient.createOrUpdate(String resourceGroupName, String managedInstanceName, SqlAgentConfigurationInner parameters)"
summary: "Puts new sql agent configuration to instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The parameters parameter."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.SqlAgentConfigurationInner?alt=com.azure.resourcemanager.sql.fluent.models.SqlAgentConfigurationInner&text=SqlAgentConfigurationInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SqlAgentConfigurationInner createOrUpdate(String resourceGroupName, String managedInstanceName, SqlAgentConfigurationInner parameters)"
desc: "Puts new sql agent configuration to instance."
returns:
description: "a recoverable managed database resource."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.SqlAgentConfigurationInner?alt=com.azure.resourcemanager.sql.fluent.models.SqlAgentConfigurationInner&text=SqlAgentConfigurationInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.SqlAgentsClient.createOrUpdateAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.sql.fluent.models.SqlAgentConfigurationInner)"
fullName: "com.azure.resourcemanager.sql.fluent.SqlAgentsClient.createOrUpdateAsync(String resourceGroupName, String managedInstanceName, SqlAgentConfigurationInner parameters)"
name: "createOrUpdateAsync(String resourceGroupName, String managedInstanceName, SqlAgentConfigurationInner parameters)"
nameWithType: "SqlAgentsClient.createOrUpdateAsync(String resourceGroupName, String managedInstanceName, SqlAgentConfigurationInner parameters)"
summary: "Puts new sql agent configuration to instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The parameters parameter."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.SqlAgentConfigurationInner?alt=com.azure.resourcemanager.sql.fluent.models.SqlAgentConfigurationInner&text=SqlAgentConfigurationInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<SqlAgentConfigurationInner> createOrUpdateAsync(String resourceGroupName, String managedInstanceName, SqlAgentConfigurationInner parameters)"
desc: "Puts new sql agent configuration to instance."
returns:
description: "a recoverable managed database resource on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.SqlAgentConfigurationInner?alt=com.azure.resourcemanager.sql.fluent.models.SqlAgentConfigurationInner&text=SqlAgentConfigurationInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.SqlAgentsClient.createOrUpdateWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.sql.fluent.models.SqlAgentConfigurationInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sql.fluent.SqlAgentsClient.createOrUpdateWithResponse(String resourceGroupName, String managedInstanceName, SqlAgentConfigurationInner parameters, Context context)"
name: "createOrUpdateWithResponse(String resourceGroupName, String managedInstanceName, SqlAgentConfigurationInner parameters, Context context)"
nameWithType: "SqlAgentsClient.createOrUpdateWithResponse(String resourceGroupName, String managedInstanceName, SqlAgentConfigurationInner parameters, Context context)"
summary: "Puts new sql agent configuration to instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The parameters parameter."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.SqlAgentConfigurationInner?alt=com.azure.resourcemanager.sql.fluent.models.SqlAgentConfigurationInner&text=SqlAgentConfigurationInner\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<SqlAgentConfigurationInner> createOrUpdateWithResponse(String resourceGroupName, String managedInstanceName, SqlAgentConfigurationInner parameters, Context context)"
desc: "Puts new sql agent configuration to instance."
returns:
description: "a recoverable managed database resource along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.SqlAgentConfigurationInner?alt=com.azure.resourcemanager.sql.fluent.models.SqlAgentConfigurationInner&text=SqlAgentConfigurationInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.SqlAgentsClient.createOrUpdateWithResponseAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.sql.fluent.models.SqlAgentConfigurationInner)"
fullName: "com.azure.resourcemanager.sql.fluent.SqlAgentsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String managedInstanceName, SqlAgentConfigurationInner parameters)"
name: "createOrUpdateWithResponseAsync(String resourceGroupName, String managedInstanceName, SqlAgentConfigurationInner parameters)"
nameWithType: "SqlAgentsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String managedInstanceName, SqlAgentConfigurationInner parameters)"
summary: "Puts new sql agent configuration to instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The parameters parameter."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.SqlAgentConfigurationInner?alt=com.azure.resourcemanager.sql.fluent.models.SqlAgentConfigurationInner&text=SqlAgentConfigurationInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Response<SqlAgentConfigurationInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String managedInstanceName, SqlAgentConfigurationInner parameters)"
desc: "Puts new sql agent configuration to instance."
returns:
description: "a recoverable managed database resource along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of\n <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.SqlAgentConfigurationInner?alt=com.azure.resourcemanager.sql.fluent.models.SqlAgentConfigurationInner&text=SqlAgentConfigurationInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.SqlAgentsClient.get(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.SqlAgentsClient.get(String resourceGroupName, String managedInstanceName)"
name: "get(String resourceGroupName, String managedInstanceName)"
nameWithType: "SqlAgentsClient.get(String resourceGroupName, String managedInstanceName)"
summary: "Gets current instance sql agent configuration."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SqlAgentConfigurationInner get(String resourceGroupName, String managedInstanceName)"
desc: "Gets current instance sql agent configuration."
returns:
description: "current instance sql agent configuration."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.SqlAgentConfigurationInner?alt=com.azure.resourcemanager.sql.fluent.models.SqlAgentConfigurationInner&text=SqlAgentConfigurationInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.SqlAgentsClient.getAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.SqlAgentsClient.getAsync(String resourceGroupName, String managedInstanceName)"
name: "getAsync(String resourceGroupName, String managedInstanceName)"
nameWithType: "SqlAgentsClient.getAsync(String resourceGroupName, String managedInstanceName)"
summary: "Gets current instance sql agent configuration."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<SqlAgentConfigurationInner> getAsync(String resourceGroupName, String managedInstanceName)"
desc: "Gets current instance sql agent configuration."
returns:
description: "current instance sql agent configuration on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.SqlAgentConfigurationInner?alt=com.azure.resourcemanager.sql.fluent.models.SqlAgentConfigurationInner&text=SqlAgentConfigurationInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.SqlAgentsClient.getWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sql.fluent.SqlAgentsClient.getWithResponse(String resourceGroupName, String managedInstanceName, Context context)"
name: "getWithResponse(String resourceGroupName, String managedInstanceName, Context context)"
nameWithType: "SqlAgentsClient.getWithResponse(String resourceGroupName, String managedInstanceName, Context context)"
summary: "Gets current instance sql agent configuration."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<SqlAgentConfigurationInner> getWithResponse(String resourceGroupName, String managedInstanceName, Context context)"
desc: "Gets current instance sql agent configuration."
returns:
description: "current instance sql agent configuration along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.SqlAgentConfigurationInner?alt=com.azure.resourcemanager.sql.fluent.models.SqlAgentConfigurationInner&text=SqlAgentConfigurationInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.SqlAgentsClient.getWithResponseAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.SqlAgentsClient.getWithResponseAsync(String resourceGroupName, String managedInstanceName)"
name: "getWithResponseAsync(String resourceGroupName, String managedInstanceName)"
nameWithType: "SqlAgentsClient.getWithResponseAsync(String resourceGroupName, String managedInstanceName)"
summary: "Gets current instance sql agent configuration."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<SqlAgentConfigurationInner>> getWithResponseAsync(String resourceGroupName, String managedInstanceName)"
desc: "Gets current instance sql agent configuration."
returns:
description: "current instance sql agent configuration along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of\n <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.SqlAgentConfigurationInner?alt=com.azure.resourcemanager.sql.fluent.models.SqlAgentConfigurationInner&text=SqlAgentConfigurationInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in SqlAgentsClient."
metadata: {}
package: "com.azure.resourcemanager.sql.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-sql:2.44.0