azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

49 строки
4.4 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.sql.SqlDatabaseAutomaticTuning.UpdateStages.WithAutomaticTuningOptions"
fullName: "com.microsoft.azure.management.sql.SqlDatabaseAutomaticTuning.UpdateStages.WithAutomaticTuningOptions"
name: "SqlDatabaseAutomaticTuning.UpdateStages.WithAutomaticTuningOptions"
nameWithType: "SqlDatabaseAutomaticTuning.UpdateStages.WithAutomaticTuningOptions"
summary: "The update stage setting the database automatic tuning options."
syntax: "public static interface **SqlDatabaseAutomaticTuning.UpdateStages.WithAutomaticTuningOptions**"
methods:
- uid: "com.microsoft.azure.management.sql.SqlDatabaseAutomaticTuning.UpdateStages.WithAutomaticTuningOptions.withAutomaticTuningOption(java.lang.String,com.microsoft.azure.management.sql.AutomaticTuningOptionModeDesired)"
fullName: "com.microsoft.azure.management.sql.SqlDatabaseAutomaticTuning.UpdateStages.WithAutomaticTuningOptions.withAutomaticTuningOption(String tuningOptionName, AutomaticTuningOptionModeDesired desiredState)"
name: "withAutomaticTuningOption(String tuningOptionName, AutomaticTuningOptionModeDesired desiredState)"
nameWithType: "SqlDatabaseAutomaticTuning.UpdateStages.WithAutomaticTuningOptions.withAutomaticTuningOption(String tuningOptionName, AutomaticTuningOptionModeDesired desiredState)"
summary: "Sets the various SQL database automatic tuning options desired state."
modifiers:
- "abstract"
parameters:
- description: "tuning option name"
name: "tuningOptionName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the desired state"
name: "desiredState"
type: "<xref href=\"com.microsoft.azure.management.sql.AutomaticTuningOptionModeDesired?alt=com.microsoft.azure.management.sql.AutomaticTuningOptionModeDesired&text=AutomaticTuningOptionModeDesired\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SqlDatabaseAutomaticTuning.Update withAutomaticTuningOption(String tuningOptionName, AutomaticTuningOptionModeDesired desiredState)"
desc: "Sets the various SQL database automatic tuning options desired state."
returns:
description: "Next stage of the update."
type: "<xref href=\"com.microsoft.azure.management.sql.SqlDatabaseAutomaticTuning.Update?alt=com.microsoft.azure.management.sql.SqlDatabaseAutomaticTuning.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlDatabaseAutomaticTuning.UpdateStages.WithAutomaticTuningOptions.withAutomaticTuningOptions(java.util.Map<java.lang.String,com.microsoft.azure.management.sql.AutomaticTuningOptionModeDesired>)"
fullName: "com.microsoft.azure.management.sql.SqlDatabaseAutomaticTuning.UpdateStages.WithAutomaticTuningOptions.withAutomaticTuningOptions(Map<String,AutomaticTuningOptionModeDesired> tuningOptions)"
name: "withAutomaticTuningOptions(Map<String,AutomaticTuningOptionModeDesired> tuningOptions)"
nameWithType: "SqlDatabaseAutomaticTuning.UpdateStages.WithAutomaticTuningOptions.withAutomaticTuningOptions(Map<String,AutomaticTuningOptionModeDesired> tuningOptions)"
summary: "Sets the various SQL database automatic tuning options desired state."
modifiers:
- "abstract"
parameters:
- description: "the tuning options"
name: "tuningOptions"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.sql.AutomaticTuningOptionModeDesired?alt=com.microsoft.azure.management.sql.AutomaticTuningOptionModeDesired&text=AutomaticTuningOptionModeDesired\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract SqlDatabaseAutomaticTuning.Update withAutomaticTuningOptions(Map<String,AutomaticTuningOptionModeDesired> tuningOptions)"
desc: "Sets the various SQL database automatic tuning options desired state."
returns:
description: "Next stage of the update."
type: "<xref href=\"com.microsoft.azure.management.sql.SqlDatabaseAutomaticTuning.Update?alt=com.microsoft.azure.management.sql.SqlDatabaseAutomaticTuning.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "The update stage setting the database automatic tuning options."
metadata: {}
package: "com.microsoft.azure.management.sql"
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4