次の方法で共有


Configurations - List By Server

特定のサーバー内のすべての構成を一覧表示します。

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/configurations?api-version=2017-12-01

URI パラメーター

名前 / 必須 説明
resourceGroupName
path True

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

serverName
path True

string

サーバーの名前。

subscriptionId
path True

string

ターゲット サブスクリプションの ID。

api-version
query True

string

この操作に使用する API バージョン。

応答

名前 説明
200 OK

ConfigurationListResult

OK

Other Status Codes

CloudError

操作に失敗した理由を説明するエラー応答。

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー

型: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

名前 説明
user_impersonation ユーザー アカウントの借用

ConfigurationList

Sample request

GET https://management.azure.com/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations?api-version=2017-12-01

Sample response

{
  "value": [
    {
      "properties": {
        "value": "OFF",
        "description": "Indicates the status of the Event Scheduler.",
        "defaultValue": "OFF",
        "dataType": "Enumeration",
        "allowedValues": "ON,OFF,DISABLED",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/event_scheduler",
      "name": "event_scheduler",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "4",
        "description": "Number of digits by which to increase the scale of the result of division operations.",
        "defaultValue": "4",
        "dataType": "Integer",
        "allowedValues": "0-30",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/div_precision_increment",
      "name": "div_precision_increment",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "1024",
        "description": "Maximum allowed result length in bytes for the GROUP_CONCAT().",
        "defaultValue": "1024",
        "dataType": "Integer",
        "allowedValues": "4-16777216",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/group_concat_max_len",
      "name": "group_concat_max_len",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "ON",
        "description": "Whether innodb adaptive hash indexes are enabled or disabled.",
        "defaultValue": "ON",
        "dataType": "Enumeration",
        "allowedValues": "ON,OFF",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/innodb_adaptive_hash_index",
      "name": "innodb_adaptive_hash_index",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "50",
        "description": "The length of time in seconds an InnoDB transaction waits for a row lock before giving up.",
        "defaultValue": "50",
        "dataType": "Integer",
        "allowedValues": "1-3600",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/innodb_lock_wait_timeout",
      "name": "innodb_lock_wait_timeout",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "1800",
        "description": "Number of seconds the server waits for activity on an interactive connection before closing it.",
        "defaultValue": "1800",
        "dataType": "Integer",
        "allowedValues": "10-1800",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/interactive_timeout",
      "name": "interactive_timeout",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "OFF",
        "description": "Logs queries that are expected to retrieve all rows to slow query log.",
        "defaultValue": "OFF",
        "dataType": "Enumeration",
        "allowedValues": "ON,OFF",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/log_queries_not_using_indexes",
      "name": "log_queries_not_using_indexes",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "0",
        "description": "Limits the number of such queries per minute that can be written to the slow query log.",
        "defaultValue": "0",
        "dataType": "Integer",
        "allowedValues": "0-4294967295",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/log_throttle_queries_not_using_indexes",
      "name": "log_throttle_queries_not_using_indexes",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "OFF",
        "description": "Include slow administrative statements in the statements written to the slow query log.",
        "defaultValue": "OFF",
        "dataType": "Enumeration",
        "allowedValues": "ON,OFF",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/log_slow_admin_statements",
      "name": "log_slow_admin_statements",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "OFF",
        "description": "When the slow query log is enabled, this variable enables logging for queries that have taken more than long_query_time seconds to execute on the replica.",
        "defaultValue": "OFF",
        "dataType": "Enumeration",
        "allowedValues": "ON,OFF",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/log_slow_replica_statements",
      "name": "log_slow_replica_statements",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "OFF",
        "description": "This variable applies when binary logging is enabled. It controls whether stored function creators can be trusted not to create stored functions that will cause unsafe events to be written to the binary log.",
        "defaultValue": "OFF",
        "dataType": "Enumeration",
        "allowedValues": "ON,OFF",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/log_bin_trust_function_creators",
      "name": "log_bin_trust_function_creators",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "10",
        "description": "If a query takes longer than this many seconds, the server increments the Slow_queries status variable.",
        "defaultValue": "10",
        "dataType": "Numeric",
        "allowedValues": "0-1E+100",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/long_query_time",
      "name": "long_query_time",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "0",
        "description": "Can be used to cause queries which examine fewer than the stated number of rows not to be logged.",
        "defaultValue": "0",
        "dataType": "Integer",
        "allowedValues": "0-18446744073709551615",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/min_examined_row_limit",
      "name": "min_examined_row_limit",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "OFF",
        "description": "Enable or disable the slow query log",
        "defaultValue": "OFF",
        "dataType": "Enumeration",
        "allowedValues": "ON,OFF",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/slow_query_log",
      "name": "slow_query_log",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "",
        "description": "The current server SQL mode.",
        "defaultValue": "",
        "dataType": "Set",
        "allowedValues": ",ALLOW_INVALID_DATES,ANSI_QUOTES,ERROR_FOR_DIVISION_BY_ZERO,HIGH_NOT_PRECEDENCE,IGNORE_SPACE,NO_AUTO_CREATE_USER,NO_AUTO_VALUE_ON_ZERO,NO_BACKSLASH_ESCAPES,NO_DIR_IN_CREATE,NO_ENGINE_SUBSTITUTION,NO_FIELD_OPTIONS,NO_KEY_OPTIONS,NO_TABLE_OPTIONS,NO_UNSIGNED_SUBTRACTION,NO_ZERO_DATE,NO_ZERO_IN_DATE,ONLY_FULL_GROUP_BY,PAD_CHAR_TO_FULL_LENGTH,PIPES_AS_CONCAT,REAL_AS_FLOAT,STRICT_ALL_TABLES,STRICT_TRANS_TABLES",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/sql_mode",
      "name": "sql_mode",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "120",
        "description": "The number of seconds the server waits for activity on a noninteractive connection before closing it.",
        "defaultValue": "120",
        "dataType": "Integer",
        "allowedValues": "60-86400",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/wait_timeout",
      "name": "wait_timeout",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "120",
        "description": "The number of seconds the server waits for network reading action, especially for LOAD DATA LOCAL FILE.",
        "defaultValue": "120",
        "dataType": "Integer",
        "allowedValues": "10-3600",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/net_read_timeout",
      "name": "net_read_timeout",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "240",
        "description": "The number of seconds the server waits for network writing action, especially for LOAD DATA LOCAL FILE.",
        "defaultValue": "240",
        "dataType": "Integer",
        "allowedValues": "10-3600",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/net_write_timeout",
      "name": "net_write_timeout",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "1381286943",
        "description": "The server ID, used in replication to give each primary and replica a unique identity.",
        "defaultValue": "1000",
        "dataType": "Integer",
        "allowedValues": "1000-4294967295",
        "source": "user-override"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/server_id",
      "name": "server_id",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "536870912",
        "description": "The maximum size of one packet or any generated/intermediate string, or any parameter sent by the mysql_stmt_send_long_data() C API function.",
        "defaultValue": "536870912",
        "dataType": "Integer",
        "allowedValues": "1024-1073741824",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/max_allowed_packet",
      "name": "max_allowed_packet",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "60",
        "description": "The number of seconds to wait for more data from the primary before the replica considers the connection broken, aborts the read, and tries to reconnect.",
        "defaultValue": "60",
        "dataType": "Integer",
        "allowedValues": "30-3600",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/replica_net_timeout",
      "name": "replica_net_timeout",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "SYSTEM",
        "description": "The server time zone",
        "defaultValue": "SYSTEM",
        "dataType": "String",
        "allowedValues": "[+|-][0]{0,1}[0-9]:[0-5][0-9]|[+|-][1][0-2]:[0-5][0-9]|SYSTEM",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/time_zone",
      "name": "time_zone",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "1000",
        "description": "Controls how many microseconds the binary log commit waits before synchronizing the binary log file to disk.",
        "defaultValue": "1000",
        "dataType": "Integer",
        "allowedValues": "0,11-1000000",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/binlog_group_commit_sync_delay",
      "name": "binlog_group_commit_sync_delay",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "0",
        "description": "The maximum number of transactions to wait for before aborting the current delay as specified by binlog-group-commit-sync-delay.",
        "defaultValue": "0",
        "dataType": "Integer",
        "allowedValues": "0-1000000",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/binlog_group_commit_sync_no_delay_count",
      "name": "binlog_group_commit_sync_no_delay_count",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "latin1",
        "description": "Use charset_name as the default server character set.",
        "defaultValue": "latin1",
        "dataType": "Enumeration",
        "allowedValues": "BIG5,DEC8,CP850,HP8,KOI8R,LATIN1,LATIN2,SWE7,ASCII,UJIS,SJIS,HEBREW,TIS620,EUCKR,KOI8U,GB2312,GREEK,CP1250,GBK,LATIN5,ARMSCII8,UTF8,UCS2,CP866,KEYBCS2,MACCE,MACROMAN,CP852,LATIN7,UTF8MB4,CP1251,UTF16,CP1256,CP1257,UTF32,BINARY,GEOSTD8,CP932,EUCJPMS",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/character_set_server",
      "name": "character_set_server",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "262144",
        "description": "The minimum size of the buffer that is used for plain index scans, range index scans, and joins that do not use indexes and thus perform full table scans.",
        "defaultValue": "262144",
        "dataType": "Integer",
        "allowedValues": "128-2097152",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/join_buffer_size",
      "name": "join_buffer_size",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "2000",
        "description": "The number of open tables for all threads.",
        "defaultValue": "2000",
        "dataType": "Integer",
        "allowedValues": "1-4000",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/table_open_cache",
      "name": "table_open_cache",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "1",
        "description": "If set to 1, table names are stored in lowercase on disk and comparisons are not case sensitive. If set to 2, table names are stored as given but compared in lowercase.",
        "defaultValue": "1",
        "dataType": "Enumeration",
        "allowedValues": "1,2",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/lower_case_table_names",
      "name": "lower_case_table_names",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "OFF",
        "description": "This option places an upper limit on the total size in bytes of all relay logs on the replica.",
        "defaultValue": "OFF",
        "dataType": "Enumeration",
        "allowedValues": "ON,OFF",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/replica_compressed_protocol",
      "name": "replica_compressed_protocol",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "200",
        "description": "Sets an upper limit on I/O activity performed by InnoDB background tasks, such as flushing pages from the buffer pool and merging data from the change buffer.",
        "defaultValue": "200",
        "dataType": "Integer",
        "allowedValues": "100-1500",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/innodb_io_capacity",
      "name": "innodb_io_capacity",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "4",
        "description": "The number of I/O threads for read operations in InnoDB.",
        "defaultValue": "4",
        "dataType": "Integer",
        "allowedValues": "1-64",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/innodb_read_io_threads",
      "name": "innodb_read_io_threads",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "0",
        "description": "InnoDB tries to keep the number of operating system threads concurrently inside InnoDB less than or equal to the limit given by this variable.",
        "defaultValue": "0",
        "dataType": "Integer",
        "allowedValues": "0-1000",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/innodb_thread_concurrency",
      "name": "innodb_thread_concurrency",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "4",
        "description": "The number of I/O threads for write operations in InnoDB.",
        "defaultValue": "4",
        "dataType": "Integer",
        "allowedValues": "1-64",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/innodb_write_io_threads",
      "name": "innodb_write_io_threads",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "4",
        "description": "The number of page cleaner threads that flush dirty pages from buffer pool instances.",
        "defaultValue": "4",
        "dataType": "Integer",
        "allowedValues": "1-64",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/innodb_page_cleaners",
      "name": "innodb_page_cleaners",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "134217728",
        "description": "Specifies an upper limit on the size of the temporary log files used during online DDL operations for InnoDB tables.",
        "defaultValue": "134217728",
        "dataType": "Integer",
        "allowedValues": "65536-2147483648",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/innodb_online_alter_log_max_size",
      "name": "innodb_online_alter_log_max_size",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "",
        "description": "A string to be executed by the server for each client that connects.",
        "defaultValue": "",
        "dataType": "String",
        "allowedValues": "",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/init_connect",
      "name": "init_connect",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "REPEATABLE-READ",
        "description": "The default transaction isolation level.",
        "defaultValue": "REPEATABLE-READ",
        "dataType": "Enumeration",
        "allowedValues": "READ-UNCOMMITTED,READ-COMMITTED,REPEATABLE-READ,SERIALIZABLE",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/tx_isolation",
      "name": "tx_isolation",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "200",
        "description": "This variable indicates the number of equality ranges in an equality comparison condition when the optimizer should switch from using index dives to index statistics in estimating the number of qualifying rows.",
        "defaultValue": "200",
        "dataType": "Integer",
        "allowedValues": "0-4294967295",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/eq_range_index_dive_limit",
      "name": "eq_range_index_dive_limit",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "37",
        "description": "Specifies the approximate percentage of the InnoDB buffer pool used for the old block sublist.",
        "defaultValue": "37",
        "dataType": "Integer",
        "allowedValues": "5-95",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/innodb_old_blocks_pct",
      "name": "innodb_old_blocks_pct",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "1000",
        "description": "Non-zero values protect against the buffer pool being filled by data that is referenced only for a brief period, such as during a full table scan.",
        "defaultValue": "1000",
        "dataType": "Integer",
        "allowedValues": "0-4294967295",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/innodb_old_blocks_time",
      "name": "innodb_old_blocks_time",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "56",
        "description": "Controls the sensitivity of linear read-ahead that InnoDB uses to prefetch pages into the buffer pool.",
        "defaultValue": "56",
        "dataType": "Integer",
        "allowedValues": "0-64",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/innodb_read_ahead_threshold",
      "name": "innodb_read_ahead_threshold",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "1024",
        "description": "The cutoff on the size of index values that determines which filesort algorithm to use.",
        "defaultValue": "1024",
        "dataType": "Integer",
        "allowedValues": "4-8388608",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/max_length_for_sort_data",
      "name": "max_length_for_sort_data",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "100",
        "description": "If more than this many successive connection requests from a host are interrupted without a successful connection, the server blocks that host from further connections.",
        "defaultValue": "100",
        "dataType": "Integer",
        "allowedValues": "1-18446744073709551615",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/max_connect_errors",
      "name": "max_connect_errors",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "10000",
        "description": "Defines how long InnoDB threads sleep before joining the InnoDB queue, in microseconds.",
        "defaultValue": "10000",
        "dataType": "Integer",
        "allowedValues": "0-1000000",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/innodb_thread_sleep_delay",
      "name": "innodb_thread_sleep_delay",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    },
    {
      "properties": {
        "value": "Barracuda",
        "description": "Indicates the InnoDB file format for file-per-table tablespaces.",
        "defaultValue": "Barracuda",
        "dataType": "Enumeration",
        "allowedValues": "Antelope,Barracuda",
        "source": "system-default"
      },
      "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/innodb_file_format",
      "name": "innodb_file_format",
      "type": "Microsoft.DBforMySQL/servers/configurations"
    }
  ]
}

定義

名前 説明
CloudError

Batch サービスからのエラー応答。

Configuration

構成を表します。

ConfigurationListResult

サーバー構成の一覧。

ErrorAdditionalInfo

リソース管理エラーの追加情報。

ErrorResponse

エラー応答

CloudError

Batch サービスからのエラー応答。

名前 説明
error

ErrorResponse

エラー応答
失敗した操作のエラーの詳細を返す、すべての Azure Resource Manager API に対する一般的なエラー応答 (これは、OData エラー応答形式にも従います)。

Configuration

構成を表します。

名前 説明
id

string

リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

string

リソースの名前

properties.allowedValues

string

構成で使用できる値。

properties.dataType

string

構成のデータ型。

properties.defaultValue

string

構成の既定値。

properties.description

string

構成の説明。

properties.source

string

構成のソース。

properties.value

string

構成の値。

type

string

リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"

ConfigurationListResult

サーバー構成の一覧。

名前 説明
value

Configuration[]

サーバー構成の一覧。

ErrorAdditionalInfo

リソース管理エラーの追加情報。

名前 説明
info

object

追加情報。

type

string

追加情報の種類。

ErrorResponse

エラー応答

名前 説明
additionalInfo

ErrorAdditionalInfo[]

エラーの追加情報。

code

string

エラー コード。

details

ErrorResponse[]

エラーの詳細です。

message

string

エラー メッセージ。

target

string

エラーのターゲット。