{"openapi":"3.0.0","info":{"description":"The Microsoft Azure management API provides create, read, update, and delete functionality for Azure MariaDB resources including servers, databases, firewall rules, VNET rules, log files and configurations with new business model.","title":"MariaDBManagementClient","version":"2018-06-01-preview","x-apisguru-categories":["cloud"],"x-logo":{"url":"https://assets.onestore.ms/cdnfiles/onestorerolling-1606-01000/shell/v3/images/logo/microsoft.png"},"x-origin":[{"format":"swagger","url":"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/mariadb.json","version":"2.0"}],"x-preferred":true,"x-providerName":"azure.com","x-serviceName":"mariadb","x-tags":["Azure","Microsoft"]},"security":[{"azure_auth":["user_impersonation"]}],"paths":{"/providers/Microsoft.DBforMariaDB/operations":{"get":{"description":"Lists all of the available REST API operations.","operationId":"Operations_List","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationListResult"},"examples":{"OperationList":{"$ref":"#/components/examples/OperationList"}}}}}},"tags":["Operations"]}},"/subscriptions/{subscriptionId}/providers/Microsoft.DBforMariaDB/checkNameAvailability":{"post":{"description":"Check the availability of name for resource","operationId":"CheckNameAvailability_Execute","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NameAvailabilityRequest"}}},"description":"The required parameters for checking if resource name is available.","required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NameAvailability"},"examples":{"NameAvailability":{"$ref":"#/components/examples/NameAvailability"}}}}}},"tags":["CheckNameAvailability"]}},"/subscriptions/{subscriptionId}/providers/Microsoft.DBforMariaDB/locations/{locationName}/performanceTiers":{"get":{"description":"List all the performance tiers at specified location in a given subscription.","operationId":"LocationBasedPerformanceTier_List","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/LocationNameParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PerformanceTierListResult"},"examples":{"PerformanceTiersList":{"$ref":"#/components/examples/PerformanceTiersList"}}}}}},"tags":["LocationBasedPerformanceTier"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/providers/Microsoft.DBforMariaDB/servers":{"get":{"description":"List all the servers in a given subscription.","operationId":"Servers_List","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServerListResult"},"examples":{"ServerList":{"$ref":"#/components/examples/ServerList"}}}}}},"tags":["Servers"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMariaDB/servers":{"get":{"description":"List all the servers in a given resource group.","operationId":"Servers_ListByResourceGroup","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServerListResult"},"examples":{"ServerListByResourceGroup":{"$ref":"#/components/examples/ServerListByResourceGroup"}}}}}},"tags":["Servers"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMariaDB/servers/{serverName}":{"delete":{"description":"Deletes a server.","operationId":"Servers_Delete","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"}],"responses":{"200":{"description":"OK"},"202":{"description":"Accepted"},"204":{"description":"NoContent"}},"tags":["Servers"],"x-ms-long-running-operation":true},"get":{"description":"Gets information about a server.","operationId":"Servers_Get","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Server"},"examples":{"ServerGet":{"$ref":"#/components/examples/ServerGet"}}}}}},"tags":["Servers"]},"patch":{"description":"Updates an existing server. The request body can contain one to many of the properties present in the normal server definition.","operationId":"Servers_Update","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServerUpdateParameters"}}},"description":"The required parameters for updating a server.","required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Server"},"examples":{"ServerUpdate":{"$ref":"#/components/examples/ServerUpdate"}}}}},"202":{"description":"Accepted"}},"tags":["Servers"],"x-ms-long-running-operation":true},"put":{"description":"Creates a new server or updates an existing server. The update action will overwrite the existing server.","operationId":"Servers_Create","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServerForCreate"}}},"description":"The required parameters for creating or updating a server.","required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Server"},"examples":{"Create a database as a point in time restore":{"$ref":"#/components/examples/Create_a_database_as_a_point_in_time_restore"},"Create a new server":{"$ref":"#/components/examples/Create_a_new_server"},"Create a replica server":{"$ref":"#/components/examples/Create_a_replica_server"},"Create a server as a geo restore ":{"$ref":"#/components/examples/Create_a_server_as_a_geo_restore_"}}}}},"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Server"},"examples":{"Create a database as a point in time restore":{"$ref":"#/components/examples/Create_a_database_as_a_point_in_time_restore"},"Create a new server":{"$ref":"#/components/examples/Create_a_new_server"},"Create a replica server":{"$ref":"#/components/examples/Create_a_replica_server"},"Create a server as a geo restore ":{"$ref":"#/components/examples/Create_a_server_as_a_geo_restore_"}}}}},"202":{"description":"Accepted"}},"tags":["Servers"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMariaDB/servers/{serverName}/configurations":{"get":{"description":"List all the configurations in a given server.","operationId":"Configurations_ListByServer","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConfigurationListResult"},"examples":{"ConfigurationList":{"$ref":"#/components/examples/ConfigurationList"}}}}}},"tags":["Configurations"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMariaDB/servers/{serverName}/configurations/{configurationName}":{"get":{"description":"Gets information about a configuration of server.","operationId":"Configurations_Get","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"},{"$ref":"#/components/parameters/ConfigurationNameParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Configuration"},"examples":{"ConfigurationGet":{"$ref":"#/components/examples/ConfigurationGet"}}}}}},"tags":["Configurations"]},"put":{"description":"Updates a configuration of a server.","operationId":"Configurations_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"},{"$ref":"#/components/parameters/ConfigurationNameParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Configuration"}}},"description":"The required parameters for updating a server configuration.","required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Configuration"},"examples":{"ConfigurationCreateOrUpdate":{"$ref":"#/components/examples/ConfigurationCreateOrUpdate"}}}}},"202":{"description":"Accepted"}},"tags":["Configurations"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMariaDB/servers/{serverName}/databases":{"get":{"description":"List all the databases in a given server.","operationId":"Databases_ListByServer","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DatabaseListResult"},"examples":{"DatabaseList":{"$ref":"#/components/examples/DatabaseList"}}}}}},"tags":["Databases"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMariaDB/servers/{serverName}/databases/{databaseName}":{"delete":{"description":"Deletes a database.","operationId":"Databases_Delete","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"},{"$ref":"#/components/parameters/DatabaseNameParameter"}],"responses":{"200":{"description":"OK"},"202":{"description":"Accepted"},"204":{"description":"NoContent"}},"tags":["Databases"],"x-ms-long-running-operation":true},"get":{"description":"Gets information about a database.","operationId":"Databases_Get","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"},{"$ref":"#/components/parameters/DatabaseNameParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Database"},"examples":{"DatabaseGet":{"$ref":"#/components/examples/DatabaseGet"}}}}}},"tags":["Databases"]},"put":{"description":"Creates a new database or updates an existing database.","operationId":"Databases_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"},{"$ref":"#/components/parameters/DatabaseNameParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Database"}}},"description":"The required parameters for creating or updating a database.","required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Database"},"examples":{"DatabaseCreate":{"$ref":"#/components/examples/DatabaseCreate"}}}}},"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Database"},"examples":{"DatabaseCreate":{"$ref":"#/components/examples/DatabaseCreate"}}}}},"202":{"description":"Accepted"}},"tags":["Databases"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMariaDB/servers/{serverName}/firewallRules":{"get":{"description":"List all the firewall rules in a given server.","operationId":"FirewallRules_ListByServer","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FirewallRuleListResult"},"examples":{"FirewallRuleList":{"$ref":"#/components/examples/FirewallRuleList"}}}}}},"tags":["FirewallRules"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMariaDB/servers/{serverName}/firewallRules/{firewallRuleName}":{"delete":{"description":"Deletes a server firewall rule.","operationId":"FirewallRules_Delete","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"},{"$ref":"#/components/parameters/FirewallRuleNameParameter"}],"responses":{"200":{"description":"OK"},"202":{"description":"Accepted"},"204":{"description":"NoContent"}},"tags":["FirewallRules"],"x-ms-long-running-operation":true},"get":{"description":"Gets information about a server firewall rule.","operationId":"FirewallRules_Get","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"},{"$ref":"#/components/parameters/FirewallRuleNameParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FirewallRule"},"examples":{"FirewallRuleGet":{"$ref":"#/components/examples/FirewallRuleGet"}}}}}},"tags":["FirewallRules"]},"put":{"description":"Creates a new firewall rule or updates an existing firewall rule.","operationId":"FirewallRules_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"},{"$ref":"#/components/parameters/FirewallRuleNameParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FirewallRule"}}},"description":"The required parameters for creating or updating a firewall rule.","required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FirewallRule"},"examples":{"FirewallRuleCreate":{"$ref":"#/components/examples/FirewallRuleCreate"}}}}},"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FirewallRule"},"examples":{"FirewallRuleCreate":{"$ref":"#/components/examples/FirewallRuleCreate"}}}}},"202":{"description":"Accepted"}},"tags":["FirewallRules"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMariaDB/servers/{serverName}/logFiles":{"get":{"description":"List all the log files in a given server.","operationId":"LogFiles_ListByServer","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LogFileListResult"},"examples":{"LogFileList":{"$ref":"#/components/examples/LogFileList"}}}}}},"tags":["LogFiles"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMariaDB/servers/{serverName}/replicas":{"get":{"description":"List all the replicas for a given server.","operationId":"Replicas_ListByServer","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServerListResult"},"examples":{"ReplicasListByServer":{"$ref":"#/components/examples/ReplicasListByServer"}}}}}},"tags":["Replicas"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMariaDB/servers/{serverName}/restart":{"post":{"description":"Restarts a server.","operationId":"Servers_Restart","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"}],"responses":{"200":{"description":"OK"},"202":{"description":"Accepted"},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["ServerRestart"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMariaDB/servers/{serverName}/securityAlertPolicies/{securityAlertPolicyName}":{"get":{"description":"Get a server's security alert policy.","operationId":"ServerSecurityAlertPolicies_Get","parameters":[{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"},{"description":"The name of the security alert policy.","in":"path","name":"securityAlertPolicyName","required":true,"x-ms-enum":{"modelAsString":true,"name":"SecurityAlertPolicyName"},"schema":{"type":"string","enum":["Default"]},"examples":{"Get a server's threat detection policy":{"value":"Default"}}},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"Successfully retrieved the server threat detection policy.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServerSecurityAlertPolicy"},"examples":{"Get a server's threat detection policy":{"$ref":"#/components/examples/Get_a_server_s_threat_detection_policy"}}}}},"default":{"description":"Error response describing why the operation of getting security alert policies failed."}},"tags":["ServerSecurityAlertPolicies"]},"put":{"description":"Creates or updates a threat detection policy.","operationId":"ServerSecurityAlertPolicies_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"},{"description":"The name of the threat detection policy.","in":"path","name":"securityAlertPolicyName","required":true,"x-ms-enum":{"modelAsString":true,"name":"SecurityAlertPolicyName"},"schema":{"type":"string","enum":["Default"]},"examples":{"Update a server's threat detection policy with all parameters":{"value":"Default"},"Update a server's threat detection policy with minimal parameters":{"value":"Default"}}},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServerSecurityAlertPolicy"}}},"description":"The server security alert policy.","required":true},"responses":{"200":{"description":"Successfully updated the threat detection policy.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServerSecurityAlertPolicy"},"examples":{"Update a server's threat detection policy with all parameters":{"$ref":"#/components/examples/Update_a_server_s_threat_detection_policy_with_all_parameters"},"Update a server's threat detection policy with minimal parameters":{"$ref":"#/components/examples/Update_a_server_s_threat_detection_policy_with_minimal_parameters"}}}}},"202":{"description":"Created request to set the server threat detection policy."},"default":{"description":"Error response describing why the operation of setting security alert policies failed."}},"tags":["ServerSecurityAlertPolicies"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMariaDB/servers/{serverName}/virtualNetworkRules":{"get":{"description":"Gets a list of virtual network rules in a server.","operationId":"VirtualNetworkRules_ListByServer","parameters":[{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"Successfully retrieved the list of virtual network rules.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VirtualNetworkRuleListResult"},"examples":{"List virtual network rules":{"$ref":"#/components/examples/List_virtual_network_rules"}}}}},"default":{"description":"*** Error Responses: ***\n\n * 404 SubscriptionDoesNotHaveServer - The requested server was not found\n\n * 404 ResourceNotFound - The requested resource was not found."}},"tags":["VirtualNetworkRules"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMariaDB/servers/{serverName}/virtualNetworkRules/{virtualNetworkRuleName}":{"delete":{"description":"Deletes the virtual network rule with the given name.","operationId":"VirtualNetworkRules_Delete","parameters":[{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"},{"$ref":"#/components/parameters/virtualNetworkRuleNameParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"Successfully deleted the virtual network rule."},"202":{"description":"Accepted"},"204":{"description":"The specified virtual network rule does not exist."},"default":{"description":"*** Error Responses: ***\n\n * 400 InvalidResourceId - Invalid resource identifier.\n\n * 400 MismatchingSubscriptionWithUrl - The provided subscription did not match the subscription in the Url.\n\n * 400 MismatchingResourceGroupNameWithUrl - The provided resource group name did not match the name in the Url.\n\n * 400 MismatchingServerNameWithUrl - The provided server name did not match the name in the Url.\n\n * 400 NullVirtualNetworkRequest - Virtual Network Request is Null\n\n * 400 NullVirtualNetworkRequestParameters - Virtual Network Request Parameters are Null\n\n * 404 SubscriptionDoesNotHaveServer - The requested server was not found\n\n * 404 OperationIdNotFound - The operation with Id does not exist.\n\n * 409 OperationCancelled - The operation has been cancelled by user.\n\n * 409 OperationInterrupted - The operation on the resource could not be completed because it was interrupted by another operation on the same resource.\n\n * 500 OperationTimedOut - The operation timed out and automatically rolled back. Please retry the operation."}},"tags":["VirtualNetworkRules"],"x-ms-long-running-operation":true},"get":{"description":"Gets a virtual network rule.","operationId":"VirtualNetworkRules_Get","parameters":[{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/virtualNetworkRuleNameParameter"}],"responses":{"200":{"description":"Successfully retrieved a specified virtual network rule.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VirtualNetworkRule"},"examples":{"Gets a virtual network rule":{"$ref":"#/components/examples/Gets_a_virtual_network_rule"}}}}},"default":{"description":"*** Error Responses: ***\n\n * 404 SubscriptionDoesNotHaveServer - The requested server was not found\n\n * 404 ResourceNotFound - The requested resource was not found."}},"tags":["VirtualNetworkRules"]},"put":{"description":"Creates or updates an existing virtual network rule.","operationId":"VirtualNetworkRules_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/virtualNetworkRuleNameParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VirtualNetworkRule"}}},"description":"The requested virtual Network Rule Resource state.","required":true},"responses":{"200":{"description":"Successfully updated a virtual network rule.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VirtualNetworkRule"},"examples":{"Create or update a virtual network rule":{"$ref":"#/components/examples/Create_or_update_a_virtual_network_rule"}}}}},"201":{"description":"Successfully created a virtual network rule.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VirtualNetworkRule"},"examples":{"Create or update a virtual network rule":{"$ref":"#/components/examples/Create_or_update_a_virtual_network_rule"}}}}},"202":{"description":"Accepted"},"default":{"description":"*** Error Responses: ***\n\n * 400 InvalidResourceId - Invalid resource identifier.\n\n * 400 MismatchingSubscriptionWithUrl - The provided subscription did not match the subscription in the Url.\n\n * 400 MismatchingResourceGroupNameWithUrl - The provided resource group name did not match the name in the Url.\n\n * 400 MismatchingServerNameWithUrl - The provided server name did not match the name in the Url.\n\n * 400 NullVirtualNetworkRequest - Virtual Network Request is Null\n\n * 400 NullVirtualNetworkRequestParameters - Virtual Network Request Parameters are Null\n\n * 400 NullVirtualNetworkSubnetId - The Virtual Network Subnet Id is null\n\n * 404 SubscriptionDoesNotHaveServer - The requested server was not found\n\n * 404 VirtualNetworkRuleNotEnabled - Azure SQL Server Virtual Network Rule feature is not enabled\n\n * 404 OperationIdNotFound - The operation with Id does not exist.\n\n * 409 OperationCancelled - The operation has been cancelled by user.\n\n * 409 OperationInterrupted - The operation on the resource could not be completed because it was interrupted by another operation on the same resource.\n\n * 500 OperationTimedOut - The operation timed out and automatically rolled back. Please retry the operation."}},"tags":["VirtualNetworkRules"],"x-ms-long-running-operation":true}}},"servers":[{"url":"https://management.azure.com"}],"components":{"examples":{"OperationList":{"value":{"value":[{"display":{"description":"Returns the list of Performance Tiers available.","operation":"List Performance Tiers","provider":"Microsoft DB for MariaDB","resource":"Performance Tiers"},"name":"Microsoft.DBforMariaDB/locations/performanceTiers/read"},{"display":{"description":"Return the list of firewall rules for a server or gets the properties for the specified firewall rule.","operation":"List/Get Firewall Rules","provider":"Microsoft DB for MariaDB","resource":"Firewall Rules"},"name":"Microsoft.DBforMariaDB/servers/firewallRules/read"},{"display":{"description":"Creates a firewall rule with the specified parameters or update an existing rule.","operation":"Create/Update Firewall Rule","provider":"Microsoft DB for MariaDB","resource":"Firewall Rules"},"name":"Microsoft.DBforMariaDB/servers/firewallRules/write"},{"display":{"description":"Deletes an existing firewall rule.","operation":"Delete Firewall Rule","provider":"Microsoft DB for MariaDB","resource":"Firewall Rules"},"name":"Microsoft.DBforMariaDB/servers/firewallRules/delete"},{"display":{"description":"Return the list of servers or gets the properties for the specified server.","operation":"List/Get MariaDB Servers","provider":"Microsoft DB for MariaDB","resource":"MariaDB Server"},"name":"Microsoft.DBforMariaDB/servers/read"},{"display":{"description":"Creates a server with the specified parameters or update the properties or tags for the specified server.","operation":"Create/Update MariaDB Server","provider":"Microsoft DB for MariaDB","resource":"MariaDB Server"},"name":"Microsoft.DBforMariaDB/servers/write"},{"display":{"description":"Deletes an existing server.","operation":"Delete MariaDB Server","provider":"Microsoft DB for MariaDB","resource":"MariaDB Server"},"name":"Microsoft.DBforMariaDB/servers/delete"},{"display":{"description":"Returns the list of Performance Tiers available.","operation":"List Performance Tiers","provider":"Microsoft DB for MariaDB","resource":"Performance Tiers"},"name":"Microsoft.DBforMariaDB/performanceTiers/read"},{"display":{"description":"Return the recoverable MariaDB Server info","operation":"Get Recoverable MariaDB Server info","provider":"Microsoft DB for MariaDB","resource":"Recoverable MariaDB Server"},"name":"Microsoft.DBforMariaDB/servers/recoverableServers/read"},{"display":{"description":"Return types of metrics that are available for databases","operation":"Get database metric definitions","provider":"Microsoft DB for MariaDB","resource":"Database Metric Definition"},"name":"Microsoft.DBforMariaDB/servers/providers/Microsoft.Insights/metricDefinitions/read","properties":{"serviceSpecification":{"metricSpecifications":[{"aggregationType":"Average","displayDescription":"CPU percent","displayName":"CPU percent","fillGapWithZero":true,"name":"cpu_percent","unit":"Percent"},{"aggregationType":"Average","displayDescription":"Memory percent","displayName":"Memory percent","fillGapWithZero":true,"name":"memory_percent","unit":"Percent"},{"aggregationType":"Average","displayDescription":"IO percent","displayName":"IO percent","fillGapWithZero":true,"name":"io_consumption_percent","unit":"Percent"},{"aggregationType":"Average","displayDescription":"Storage percentage","displayName":"Storage percentage","name":"storage_percent","unit":"Percent"},{"aggregationType":"Average","displayDescription":"Storage used","displayName":"Storage used","name":"storage_used","unit":"Bytes"},{"aggregationType":"Average","displayDescription":"Storage limit","displayName":"Storage limit","name":"storage_limit","unit":"Bytes"},{"aggregationType":"Average","displayDescription":"Server Log storage percent","displayName":"Server Log storage percent","name":"serverlog_storage_percent","unit":"Percent"},{"aggregationType":"Average","displayDescription":"Server Log storage used","displayName":"Server Log storage used","name":"serverlog_storage_usage","unit":"Bytes"},{"aggregationType":"Average","displayDescription":"Server Log storage limit","displayName":"Server Log storage limit","name":"serverlog_storage_limit","unit":"Bytes"},{"aggregationType":"Average","displayDescription":"Total active connections","displayName":"Total active connections","fillGapWithZero":true,"name":"active_connections","unit":"Count"},{"aggregationType":"Average","displayDescription":"Total failed connections","displayName":"Total failed connections","fillGapWithZero":true,"name":"connections_failed","unit":"Count"},{"aggregationType":"Average","displayDescription":"Replication lag in seconds","displayName":"Replication lag in seconds","fillGapWithZero":true,"name":"seconds_behind_master","unit":"Count"}]}}},{"display":{"description":"Gets the disagnostic setting for the resource","operation":"Read diagnostic setting","provider":"Microsoft DB for MariaDB","resource":"Database Metric Definition"},"name":"Microsoft.DBforMariaDB/servers/providers/Microsoft.Insights/diagnosticSettings/read"},{"display":{"description":"Creates or updates the diagnostic setting for the resource","operation":"Write diagnostic setting","provider":"Microsoft DB for MariaDB","resource":"Database Metric Definition"},"name":"Microsoft.DBforMariaDB/servers/providers/Microsoft.Insights/diagnosticSettings/write"}]}},"NameAvailability":{"value":{"message":"","nameAvailable":true,"reason":""}},"PerformanceTiersList":{"value":{"value":[{"id":"Basic","serviceLevelObjectives":[{"edition":"Basic","hardwareGeneration":"Gen5","id":"B_Gen5_1","maxBackupRetentionDays":35,"maxStorageMB":1048576,"minBackupRetentionDays":7,"minStorageMB":5120,"vCore":1},{"edition":"Basic","hardwareGeneration":"Gen5","id":"B_Gen5_2","maxBackupRetentionDays":35,"maxStorageMB":1048576,"minBackupRetentionDays":7,"minStorageMB":5120,"vCore":2}]},{"id":"GeneralPurpose","serviceLevelObjectives":[{"edition":"GeneralPurpose","hardwareGeneration":"Gen5","id":"GP_Gen5_2","maxBackupRetentionDays":35,"maxStorageMB":2097152,"minBackupRetentionDays":7,"minStorageMB":5120,"vCore":2},{"edition":"GeneralPurpose","hardwareGeneration":"Gen5","id":"GP_Gen5_4","maxBackupRetentionDays":35,"maxStorageMB":2097152,"minBackupRetentionDays":7,"minStorageMB":5120,"vCore":4},{"edition":"GeneralPurpose","hardwareGeneration":"Gen5","id":"GP_Gen5_8","maxBackupRetentionDays":35,"maxStorageMB":2097152,"minBackupRetentionDays":7,"minStorageMB":5120,"vCore":8},{"edition":"GeneralPurpose","hardwareGeneration":"Gen5","id":"GP_Gen5_16","maxBackupRetentionDays":35,"maxStorageMB":2097152,"minBackupRetentionDays":7,"minStorageMB":5120,"vCore":16},{"edition":"GeneralPurpose","hardwareGeneration":"Gen5","id":"GP_Gen5_32","maxBackupRetentionDays":35,"maxStorageMB":2097152,"minBackupRetentionDays":7,"minStorageMB":5120,"vCore":32}]}]}},"ServerList":{"value":{"value":[{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1","location":"westus","name":"mariadbtestsvc1","properties":{"administratorLogin":"testuser","earliestRestoreDate":"2018-02-28T23:56:02.627+00:00","fullyQualifiedDomainName":"mariadbtestsvc1.mariadb.database.azure.com","sslEnforcement":"Enabled","storageProfile":{"backupRetentionDays":7,"geoRedundantBackup":"Disabled","storageMB":5120},"userVisibleState":"Ready","version":"5.7"},"sku":{"capacity":2,"family":"Gen5","name":"B_Gen5_2","tier":"Basic"},"type":"Microsoft.DBforMariaDB/servers"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtstsvc2","location":"westus","name":"mariadbtstsvc2","properties":{"administratorLogin":"testuser","earliestRestoreDate":"2018-02-28T23:56:54.3+00:00","fullyQualifiedDomainName":"mariadbtstsvc2.mariadb.database.azure.com","sslEnforcement":"Enabled","storageProfile":{"backupRetentionDays":7,"geoRedundantBackup":"Disabled","storageMB":5120},"userVisibleState":"Ready","version":"5.7"},"sku":{"capacity":2,"family":"Gen5","name":"GP_Gen5_2","tier":"GeneralPurpose"},"type":"Microsoft.DBforMariaDB/servers"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg1/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc3","location":"westus","name":"mariadbtestsvc3","properties":{"administratorLogin":"testuser","earliestRestoreDate":"2018-02-28T23:59:44.847+00:00","fullyQualifiedDomainName":"mariadbtestsvc3.mariadb.database.azure.com","sslEnforcement":"Enabled","storageProfile":{"backupRetentionDays":35,"geoRedundantBackup":"Enabled","storageMB":102400},"userVisibleState":"Ready","version":"5.7"},"sku":{"capacity":4,"family":"Gen5","name":"GP_Gen5_4","tier":"GeneralPurpose"},"type":"Microsoft.DBforMariaDB/servers"}]}},"ServerListByResourceGroup":{"value":{"value":[{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1","location":"westus","name":"mariadbtestsvc1","properties":{"administratorLogin":"testuser","earliestRestoreDate":"2018-03-07T18:17:35.729321+00:00","fullyQualifiedDomainName":"mariadbtestsvc1.mariadb.database.azure.com","sslEnforcement":"Enabled","storageProfile":{"backupRetentionDays":7,"geoRedundantBackup":"Disabled","storageMB":5120},"userVisibleState":"Ready","version":"5.7"},"sku":{"capacity":1,"family":"Gen5","name":"B_Gen5_1","tier":"Basic"},"type":"Microsoft.DBforMariaDB/servers"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtstsvc2","location":"westus","name":"mariadbtstsvc2","properties":{"administratorLogin":"testuser","earliestRestoreDate":"2018-03-07T18:17:35.729321+00:00","fullyQualifiedDomainName":"mariadbtstsvc2.mariadb.database.azure.com","sslEnforcement":"Enabled","storageProfile":{"backupRetentionDays":7,"geoRedundantBackup":"Disabled","storageMB":5120},"userVisibleState":"Ready","version":"5.7"},"sku":{"capacity":2,"family":"Gen5","name":"GP_Gen5_2","tier":"GeneralPurpose"},"type":"Microsoft.DBforMariaDB/servers"}]}},"ServerGet":{"value":{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc4","location":"westus","name":"mariadbtestsvc4","properties":{"administratorLogin":"cloudsa","earliestRestoreDate":"2018-03-14T18:02:41.577+00:00","fullyQualifiedDomainName":"mariadbtestsvc4.mariadb.database.azure.com","masterServerId":"","replicaCapacity":5,"replicationRole":"None","sslEnforcement":"Enabled","storageProfile":{"backupRetentionDays":7,"geoRedundantBackup":"Enabled","storageMB":128000},"userVisibleState":"Ready","version":"5.7"},"sku":{"capacity":2,"family":"Gen5","name":"GP_Gen5_2","tier":"GeneralPurpose"},"tags":{"ElasticServer":"1"},"type":"Microsoft.DBforMariaDB/servers"}},"ServerUpdate":{"value":{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc4","location":"westus","name":"mariadbtestsvc4","properties":{"administratorLogin":"cloudsa","earliestRestoreDate":"2018-03-14T18:02:41.577+00:00","fullyQualifiedDomainName":"mariadbtestsvc4.mariadb.database.azure.com","sslEnforcement":"Disabled","storageProfile":{"backupRetentionDays":7,"geoRedundantBackup":"Enabled","storageMB":128000},"userVisibleState":"Ready","version":"5.7"},"sku":{"capacity":2,"family":"Gen5","name":"GP_Gen5_2","tier":"GeneralPurpose"},"tags":{"ElasticServer":"1"},"type":"Microsoft.DBforMariaDB/servers"}},"Create_a_database_as_a_point_in_time_restore":{"value":{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/targetserver","location":"brazilsouth","name":"targetserver","properties":{"administratorLogin":"cloudsa","earliestRestoreDate":"2018-03-14T18:02:41.577+00:00","fullyQualifiedDomainName":"targetserver.mariadb.database.azure.com","sslEnforcement":"Enabled","storageProfile":{"backupRetentionDays":7,"geoRedundantBackup":"Enabled","storageMB":128000},"userVisibleState":"Ready","version":"5.7"},"sku":{"capacity":2,"family":"Gen5","name":"GP_Gen5_2","tier":"GeneralPurpose"},"tags":{"ElasticServer":"1"},"type":"Microsoft.DBforMariaDB/servers"}},"Create_a_new_server":{"value":{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc4","location":"westus","name":"mariadbtestsvc4","properties":{"administratorLogin":"cloudsa","earliestRestoreDate":"2018-03-14T18:02:41.577+00:00","fullyQualifiedDomainName":"mariadbtestsvc4.mariadb.database.azure.com","sslEnforcement":"Enabled","storageProfile":{"backupRetentionDays":7,"geoRedundantBackup":"Enabled","storageMB":128000},"userVisibleState":"Ready","version":"5.7"},"sku":{"capacity":2,"family":"Gen5","name":"GP_Gen5_2","tier":"GeneralPurpose"},"tags":{"ElasticServer":"1"},"type":"Microsoft.DBforMariaDB/servers"}},"Create_a_replica_server":{"value":{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TargetResourceGroup/providers/Microsoft.DBforMariaDB/servers/targetserver","location":"westus","name":"targetserver","properties":{"administratorLogin":"cloudsa","earliestRestoreDate":"2018-03-14T18:02:41.577+00:00","fullyQualifiedDomainName":"targetserver.mariadb.database.azure.com","masterServerId":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/MasterResourceGroup/providers/Microsoft.DBforMariaDB/servers/masterserver","replicaCapacity":0,"replicationRole":"Replica","sslEnforcement":"Enabled","storageProfile":{"backupRetentionDays":14,"geoRedundantBackup":"Enabled","storageMB":128000},"userVisibleState":"Ready","version":"5.7"},"sku":{"capacity":2,"family":"Gen5","name":"GP_Gen5_2","tier":"GeneralPurpose"},"tags":{"ElasticServer":"1"},"type":"Microsoft.DBforMariaDB/servers"}},"Create_a_server_as_a_geo_restore_":{"value":{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/targetserver","location":"westus","name":"targetserver","properties":{"administratorLogin":"cloudsa","earliestRestoreDate":"2018-03-14T18:02:41.577+00:00","fullyQualifiedDomainName":"targetserver.mariadb.database.azure.com","sslEnforcement":"Enabled","storageProfile":{"backupRetentionDays":14,"geoRedundantBackup":"Enabled","storageMB":128000},"userVisibleState":"Ready","version":"5.7"},"sku":{"capacity":2,"family":"Gen5","name":"GP_Gen5_2","tier":"GeneralPurpose"},"tags":{"ElasticServer":"1"},"type":"Microsoft.DBforMariaDB/servers"}},"ConfigurationList":{"value":{"value":[{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/event_scheduler","name":"event_scheduler","properties":{"allowedValues":"ON,OFF,DISABLED","dataType":"Enumeration","defaultValue":"OFF","description":"Indicates the status of the Event Scheduler.","source":"system-default","value":"OFF"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/div_precision_increment","name":"div_precision_increment","properties":{"allowedValues":"0-30","dataType":"Integer","defaultValue":"4","description":"Number of digits by which to increase the scale of the result of division operations.","source":"system-default","value":"4"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/group_concat_max_len","name":"group_concat_max_len","properties":{"allowedValues":"4-16777216","dataType":"Integer","defaultValue":"1024","description":"Maximum allowed result length in bytes for the GROUP_CONCAT().","source":"system-default","value":"1024"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/innodb_adaptive_hash_index","name":"innodb_adaptive_hash_index","properties":{"allowedValues":"ON,OFF","dataType":"Enumeration","defaultValue":"ON","description":"Whether innodb adaptive hash indexes are enabled or disabled.","source":"system-default","value":"ON"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/innodb_lock_wait_timeout","name":"innodb_lock_wait_timeout","properties":{"allowedValues":"1-3600","dataType":"Integer","defaultValue":"50","description":"The length of time in seconds an InnoDB transaction waits for a row lock before giving up.","source":"system-default","value":"50"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/interactive_timeout","name":"interactive_timeout","properties":{"allowedValues":"10-1800","dataType":"Integer","defaultValue":"1800","description":"Number of seconds the server waits for activity on an interactive connection before closing it.","source":"system-default","value":"1800"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/log_queries_not_using_indexes","name":"log_queries_not_using_indexes","properties":{"allowedValues":"ON,OFF","dataType":"Enumeration","defaultValue":"OFF","description":"Logs queries that are expected to retrieve all rows to slow query log.","source":"system-default","value":"OFF"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/log_throttle_queries_not_using_indexes","name":"log_throttle_queries_not_using_indexes","properties":{"allowedValues":"0-4294967295","dataType":"Integer","defaultValue":"0","description":"Limits the number of such queries per minute that can be written to the slow query log.","source":"system-default","value":"0"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/log_slow_admin_statements","name":"log_slow_admin_statements","properties":{"allowedValues":"ON,OFF","dataType":"Enumeration","defaultValue":"OFF","description":"Include slow administrative statements in the statements written to the slow query log.","source":"system-default","value":"OFF"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/log_slow_slave_statements","name":"log_slow_slave_statements","properties":{"allowedValues":"ON,OFF","dataType":"Enumeration","defaultValue":"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 slave.","source":"system-default","value":"OFF"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/log_bin_trust_function_creators","name":"log_bin_trust_function_creators","properties":{"allowedValues":"ON,OFF","dataType":"Enumeration","defaultValue":"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.","source":"system-default","value":"OFF"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/long_query_time","name":"long_query_time","properties":{"allowedValues":"0-1E+100","dataType":"Numeric","defaultValue":"10","description":"If a query takes longer than this many seconds, the server increments the Slow_queries status variable.","source":"system-default","value":"10"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/min_examined_row_limit","name":"min_examined_row_limit","properties":{"allowedValues":"0-18446744073709551615","dataType":"Integer","defaultValue":"0","description":"Can be used to cause queries which examine fewer than the stated number of rows not to be logged.","source":"system-default","value":"0"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/slow_query_log","name":"slow_query_log","properties":{"allowedValues":"ON,OFF","dataType":"Enumeration","defaultValue":"OFF","description":"Enable or disable the slow query log","source":"system-default","value":"OFF"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/sql_mode","name":"sql_mode","properties":{"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","dataType":"Set","defaultValue":"","description":"The current server SQL mode.","source":"system-default","value":""},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/wait_timeout","name":"wait_timeout","properties":{"allowedValues":"60-86400","dataType":"Integer","defaultValue":"120","description":"The number of seconds the server waits for activity on a noninteractive connection before closing it.","source":"system-default","value":"120"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/net_read_timeout","name":"net_read_timeout","properties":{"allowedValues":"10-3600","dataType":"Integer","defaultValue":"120","description":"The number of seconds the server waits for network reading action, especially for LOAD DATA LOCAL FILE.","source":"system-default","value":"120"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/net_write_timeout","name":"net_write_timeout","properties":{"allowedValues":"10-3600","dataType":"Integer","defaultValue":"240","description":"The number of seconds the server waits for network writing action, especially for LOAD DATA LOCAL FILE.","source":"system-default","value":"240"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/server_id","name":"server_id","properties":{"allowedValues":"1000-4294967295","dataType":"Integer","defaultValue":"1000","description":"The server ID, used in replication to give each master and slave a unique identity.","source":"user-override","value":"1381286943"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/max_allowed_packet","name":"max_allowed_packet","properties":{"allowedValues":"1024-1073741824","dataType":"Integer","defaultValue":"536870912","description":"The maximum size of one packet or any generated/intermediate string, or any parameter sent by the mariadb_stmt_send_long_data() C API function.","source":"system-default","value":"536870912"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/slave_net_timeout","name":"slave_net_timeout","properties":{"allowedValues":"30-3600","dataType":"Integer","defaultValue":"60","description":"The number of seconds to wait for more data from the master before the slave considers the connection broken, aborts the read, and tries to reconnect.","source":"system-default","value":"60"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/time_zone","name":"time_zone","properties":{"allowedValues":"[+|-][0]{0,1}[0-9]:[0-5][0-9]|[+|-][1][0-2]:[0-5][0-9]|SYSTEM","dataType":"String","defaultValue":"SYSTEM","description":"The server time zone","source":"system-default","value":"SYSTEM"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/binlog_group_commit_sync_delay","name":"binlog_group_commit_sync_delay","properties":{"allowedValues":"0,11-1000000","dataType":"Integer","defaultValue":"1000","description":"Controls how many microseconds the binary log commit waits before synchronizing the binary log file to disk.","source":"system-default","value":"1000"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/binlog_group_commit_sync_no_delay_count","name":"binlog_group_commit_sync_no_delay_count","properties":{"allowedValues":"0-1000000","dataType":"Integer","defaultValue":"0","description":"The maximum number of transactions to wait for before aborting the current delay as specified by binlog-group-commit-sync-delay.","source":"system-default","value":"0"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/character_set_server","name":"character_set_server","properties":{"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","dataType":"Enumeration","defaultValue":"latin1","description":"Use charset_name as the default server character set.","source":"system-default","value":"latin1"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/join_buffer_size","name":"join_buffer_size","properties":{"allowedValues":"128-2097152","dataType":"Integer","defaultValue":"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.","source":"system-default","value":"262144"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/table_open_cache","name":"table_open_cache","properties":{"allowedValues":"1-4000","dataType":"Integer","defaultValue":"2000","description":"The number of open tables for all threads.","source":"system-default","value":"2000"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/lower_case_table_names","name":"lower_case_table_names","properties":{"allowedValues":"1,2","dataType":"Enumeration","defaultValue":"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.","source":"system-default","value":"1"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/slave_compressed_protocol","name":"slave_compressed_protocol","properties":{"allowedValues":"ON,OFF","dataType":"Enumeration","defaultValue":"OFF","description":"This option places an upper limit on the total size in bytes of all relay logs on the slave.","source":"system-default","value":"OFF"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/innodb_io_capacity","name":"innodb_io_capacity","properties":{"allowedValues":"100-1500","dataType":"Integer","defaultValue":"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.","source":"system-default","value":"200"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/innodb_read_io_threads","name":"innodb_read_io_threads","properties":{"allowedValues":"1-64","dataType":"Integer","defaultValue":"4","description":"The number of I/O threads for read operations in InnoDB.","source":"system-default","value":"4"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/innodb_thread_concurrency","name":"innodb_thread_concurrency","properties":{"allowedValues":"0-1000","dataType":"Integer","defaultValue":"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.","source":"system-default","value":"0"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/innodb_write_io_threads","name":"innodb_write_io_threads","properties":{"allowedValues":"1-64","dataType":"Integer","defaultValue":"4","description":"The number of I/O threads for write operations in InnoDB.","source":"system-default","value":"4"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/innodb_page_cleaners","name":"innodb_page_cleaners","properties":{"allowedValues":"1-64","dataType":"Integer","defaultValue":"4","description":"The number of page cleaner threads that flush dirty pages from buffer pool instances.","source":"system-default","value":"4"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/innodb_online_alter_log_max_size","name":"innodb_online_alter_log_max_size","properties":{"allowedValues":"65536-2147483648","dataType":"Integer","defaultValue":"134217728","description":"Specifies an upper limit on the size of the temporary log files used during online DDL operations for InnoDB tables.","source":"system-default","value":"134217728"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/init_connect","name":"init_connect","properties":{"allowedValues":"","dataType":"String","defaultValue":"","description":"A string to be executed by the server for each client that connects.","source":"system-default","value":""},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/tx_isolation","name":"tx_isolation","properties":{"allowedValues":"READ-UNCOMMITTED,READ-COMMITTED,REPEATABLE-READ,SERIALIZABLE","dataType":"Enumeration","defaultValue":"REPEATABLE-READ","description":"The default transaction isolation level.","source":"system-default","value":"REPEATABLE-READ"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/eq_range_index_dive_limit","name":"eq_range_index_dive_limit","properties":{"allowedValues":"0-4294967295","dataType":"Integer","defaultValue":"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.","source":"system-default","value":"200"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/innodb_old_blocks_pct","name":"innodb_old_blocks_pct","properties":{"allowedValues":"5-95","dataType":"Integer","defaultValue":"37","description":"Specifies the approximate percentage of the InnoDB buffer pool used for the old block sublist.","source":"system-default","value":"37"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/innodb_old_blocks_time","name":"innodb_old_blocks_time","properties":{"allowedValues":"0-4294967295","dataType":"Integer","defaultValue":"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.","source":"system-default","value":"1000"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/innodb_read_ahead_threshold","name":"innodb_read_ahead_threshold","properties":{"allowedValues":"0-64","dataType":"Integer","defaultValue":"56","description":"Controls the sensitivity of linear read-ahead that InnoDB uses to prefetch pages into the buffer pool.","source":"system-default","value":"56"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/max_length_for_sort_data","name":"max_length_for_sort_data","properties":{"allowedValues":"4-8388608","dataType":"Integer","defaultValue":"1024","description":"The cutoff on the size of index values that determines which filesort algorithm to use.","source":"system-default","value":"1024"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/max_connect_errors","name":"max_connect_errors","properties":{"allowedValues":"1-18446744073709551615","dataType":"Integer","defaultValue":"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.","source":"system-default","value":"100"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/innodb_thread_sleep_delay","name":"innodb_thread_sleep_delay","properties":{"allowedValues":"0-1000000","dataType":"Integer","defaultValue":"10000","description":"Defines how long InnoDB threads sleep before joining the InnoDB queue, in microseconds.","source":"system-default","value":"10000"},"type":"Microsoft.DBforMariaDB/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/innodb_file_format","name":"innodb_file_format","properties":{"allowedValues":"Antelope,Barracuda","dataType":"Enumeration","defaultValue":"Barracuda","description":"Indicates the InnoDB file format for file-per-table tablespaces.","source":"system-default","value":"Barracuda"},"type":"Microsoft.DBforMariaDB/servers/configurations"}]}},"ConfigurationGet":{"value":{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMariaDB/servers/testserver/configurations/event_scheduler","name":"event_scheduler","properties":{"allowedValues":"ON,OFF,DISABLED","dataType":"Enumeration","defaultValue":"OFF","description":"Indicates the status of the Event Scheduler.","source":"user-override","value":"ON"},"type":"Microsoft.DBforMariaDB/servers/configurations"}},"ConfigurationCreateOrUpdate":{"value":{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMariaDB/servers/testserver/configurations/event_scheduler","name":"event_scheduler","properties":{"allowedValues":"ON,OFF,DISABLED","dataType":"Enumeration","defaultValue":"OFF","description":"Indicates the status of the Event Scheduler.","source":"user-override","value":"ON"},"type":"Microsoft.DBforMariaDB/servers/configurations"}},"DatabaseList":{"value":{"value":[{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMariaDB/servers/testserver/databases/db1","name":"db1","properties":{"charset":"utf8","collation":"utf8_general_ci"},"type":"Microsoft.DBforMariaDB/servers/databases"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMariaDB/servers/testserver/databases/db2","name":"db2","properties":{"charset":"utf8","collation":"utf8_general_ci"},"type":"Microsoft.DBforMariaDB/servers/databases"}]}},"DatabaseGet":{"value":{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMariaDB/servers/testserver/databases/db1","name":"db1","properties":{"charset":"utf8","collation":"utf8_general_ci"},"type":"Microsoft.DBforMariaDB/servers/databases"}},"DatabaseCreate":{"value":{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMariaDB/servers/testserver/databases/db1","name":"db1","properties":{"charset":"utf8","collation":"utf8_general_ci"},"type":"Microsoft.DBforMariaDB/servers/databases"}},"FirewallRuleList":{"value":{"value":[{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMariaDB/servers/testserver/firewallRules/rule1","name":"rule1","properties":{"endIpAddress":"255.255.255.255","startIpAddress":"0.0.0.0"},"type":"Microsoft.DBforMariaDB/servers/firewallRules"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMariaDB/servers/testserver/firewallRules/rule2","name":"rule2","properties":{"endIpAddress":"255.0.0.0","startIpAddress":"1.0.0.0"},"type":"Microsoft.DBforMariaDB/servers/firewallRules"}]}},"FirewallRuleGet":{"value":{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMariaDB/servers/testserver/firewallRules/rule1","name":"rule1","properties":{"endIpAddress":"255.255.255.255","startIpAddress":"0.0.0.0"},"type":"Microsoft.DBforMariaDB/servers/firewallRules"}},"FirewallRuleCreate":{"value":{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMariaDB/servers/testserver/firewallRules/rule1","name":"rule1","properties":{"endIpAddress":"255.255.255.255","startIpAddress":"0.0.0.0"},"type":"Microsoft.DBforMariaDB/servers/firewallRules"}},"LogFileList":{"value":{"value":[{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/logFiles/mariadb-slow-mariadbtestsvc1-2018022823.log","name":"mariadb-slow-mariadbtestsvc1-2018022823.log","properties":{"createdTime":"0001-01-01T00:00:00+00:00","lastModifiedTime":"2018-03-01T06:09:20+00:00","sizeInKB":1,"type":"slowlog","url":"https://wasd2prodwus1afse42.file.core.windows.net/833c99b2f36c47349e5554b903fe0440/serverlogs/mariadb-slow-mariadbtestsvc1-2018022823.log?sv=2015-04-05&sr=f&sig=D9Ga4N5Pa%2BPe5Bmjpvs7A0TPD%2FF7IZpk9e4KWR0jgpM%3D&se=2018-03-01T07%3A12%3A13Z&sp=r"},"type":"Microsoft.DBforMariaDB/servers/logFiles"}]}},"ReplicasListByServer":{"value":{"value":[{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMariaDB/servers/testserver","location":"northeurope","name":"testserver","properties":{"administratorLogin":"cloudsa","earliestRestoreDate":"2018-06-11T23:56:54.3+00:00","fullyQualifiedDomainName":"testserver.mariadb.database.azure.com","masterServerId":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMariaDB/servers/testmaster","replicaCapacity":0,"replicationRole":"Replica","sslEnforcement":"Enabled","storageProfile":{"backupRetentionDays":35,"geoRedundantBackup":"Enabled","storageMB":256000},"userVisibleState":"Ready","version":"5.6"},"sku":{"capacity":2,"family":"Gen4","name":"GP_Gen4_2","tier":"GeneralPurpose"},"tags":{"elasticServer":"1"},"type":"Microsoft.DBforMariaDB/servers"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMariaDB/servers/testserver1","location":"northeurope","name":"testserver1","properties":{"administratorLogin":"cloudsa","earliestRestoreDate":"2018-06-11T23:56:54.3+00:00","fullyQualifiedDomainName":"testserver1.mariadb.database.azure.com","masterServerId":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMariaDB/servers/testmaster","replicaCapacity":0,"replicationRole":"Replica","sslEnforcement":"Enabled","storageProfile":{"backupRetentionDays":35,"geoRedundantBackup":"Enabled","storageMB":256000},"userVisibleState":"Ready","version":"5.6"},"sku":{"capacity":2,"family":"Gen4","name":"GP_Gen4_2","tier":"GeneralPurpose"},"tags":{"elasticServer":"1"},"type":"Microsoft.DBforMariaDB/servers"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMariaDB/servers/testserver2","location":"northeurope","name":"testserver2","properties":{"administratorLogin":"cloudsa","earliestRestoreDate":"2018-06-11T23:56:54.3+00:00","fullyQualifiedDomainName":"testserver2.mariadb.database.azure.com","masterServerId":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMariaDB/servers/testmaster","replicaCapacity":0,"replicationRole":"Replica","sslEnforcement":"Enabled","storageProfile":{"backupRetentionDays":35,"geoRedundantBackup":"Enabled","storageMB":256000},"userVisibleState":"Ready","version":"5.6"},"sku":{"capacity":2,"family":"Gen4","name":"GP_Gen4_2","tier":"GeneralPurpose"},"tags":{"elasticServer":"1"},"type":"Microsoft.DBforMariaDB/servers"}]}},"Get_a_server_s_threat_detection_policy":{"value":{"id":"/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/securityalert-4799/providers/Microsoft.DBforMariaDB/servers/securityalert-6440/securityAlertPolicies/default","name":"Default","properties":{"disabledAlerts":["Access_Anomaly"],"emailAccountAdmins":true,"emailAddresses":["test@microsoft.com;user@microsoft.com"],"retentionDays":0,"state":"Disabled","storageEndpoint":"https://mystorage.blob.core.windows.net"},"type":"Microsoft.DBforMariaDB/servers/securityAlertPolicies"}},"Update_a_server_s_threat_detection_policy_with_all_parameters":{"value":{"id":"/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/securityalert-4799/providers/Microsoft.DBforMariaDB/servers/securityalert-6440/securityAlertPolicies/default","name":"Default","properties":{"disabledAlerts":["Access_Anomaly","Usage_Anomaly"],"emailAccountAdmins":true,"emailAddresses":["testSecurityAlert@microsoft.com"],"retentionDays":5,"state":"Enabled","storageEndpoint":"https://mystorage.blob.core.windows.net"},"type":"Microsoft.DBforMariaDB/servers/securityAlertPolicies"}},"Update_a_server_s_threat_detection_policy_with_minimal_parameters":{"value":{"id":"/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/securityalert-4799/providers/Microsoft.DBforMariaDB/servers/securityalert-6440/securityAlertPolicies/default","name":"Default","properties":{"disabledAlerts":[],"emailAccountAdmins":true,"emailAddresses":[],"retentionDays":0,"state":"Enabled","storageEndpoint":""},"type":"Microsoft.DBforMariaDB/servers/securityAlertPolicies"}},"List_virtual_network_rules":{"value":{"value":[{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMariaDB/servers/vnet-test-svr/virtualNetworkRules/vnet-firewall-rule","name":"vnet-firewall-rule","properties":{"ignoreMissingVnetServiceEndpoint":false,"state":"Ready","virtualNetworkSubnetId":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.Network/virtualNetworks/testvnet/subnets/testsubnet"},"type":"Microsoft.DBforMariaDB/servers/virtualNetworkRules"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMariaDB/servers/vnet-test-svr/virtualNetworkRules/vnet-firewall-rule","name":"vnet-firewall-rule","properties":{"ignoreMissingVnetServiceEndpoint":false,"state":"Ready","virtualNetworkSubnetId":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.Network/virtualNetworks/testvnet/subnets/testsubnet"},"type":"Microsoft.DBforMariaDB/servers/virtualNetworkRules"}]}},"Gets_a_virtual_network_rule":{"value":{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMariaDB/servers/vnet-test-svr/virtualNetworkRules/vnet-firewall-rule","name":"vnet-firewall-rule","properties":{"ignoreMissingVnetServiceEndpoint":false,"state":"Ready","virtualNetworkSubnetId":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.Network/virtualNetworks/testvnet/subnets/testsubnet"},"type":"Microsoft.DBforMariaDB/servers/virtualNetworkRules"}},"Create_or_update_a_virtual_network_rule":{"value":{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMariaDB/servers/vnet-test-svr/virtualNetworkRules/vnet-firewall-rule","name":"vnet-firewall-rule","properties":{"ignoreMissingVnetServiceEndpoint":false,"virtualNetworkSubnetId":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.Network/virtualNetworks/testvnet/subnets/testsubnet"},"type":"Microsoft.DBforMariaDB/servers/virtualNetworkRules"}}},"parameters":{"ApiVersionParameter":{"description":"The API version to use for the request.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"OperationList":{"value":"2018-06-01-preview"},"NameAvailability":{"value":"2018-06-01-preview"},"PerformanceTiersList":{"value":"2018-06-01-preview"},"ServerList":{"value":"2018-06-01-preview"},"ServerListByResourceGroup":{"value":"2018-06-01-preview"},"ServerDelete":{"value":"2018-06-01-preview"},"ServerGet":{"value":"2018-06-01-preview"},"ServerUpdate":{"value":"2018-06-01-preview"},"Create a database as a point in time restore":{"value":"2018-06-01-preview"},"Create a new server":{"value":"2018-06-01-preview"},"Create a replica server":{"value":"2018-06-01-preview"},"Create a server as a geo restore ":{"value":"2018-06-01-preview"},"ConfigurationList":{"value":"2018-06-01-preview"},"ConfigurationGet":{"value":"2018-06-01-preview"},"ConfigurationCreateOrUpdate":{"value":"2018-06-01-preview"},"DatabaseList":{"value":"2018-06-01-preview"},"DatabaseDelete":{"value":"2018-06-01-preview"},"DatabaseGet":{"value":"2018-06-01-preview"},"DatabaseCreate":{"value":"2018-06-01-preview"},"FirewallRuleList":{"value":"2018-06-01-preview"},"FirewallRuleDelete":{"value":"2018-06-01-preview"},"FirewallRuleGet":{"value":"2018-06-01-preview"},"FirewallRuleCreate":{"value":"2018-06-01-preview"},"LogFileList":{"value":"2018-06-01-preview"},"ReplicasListByServer":{"value":"2018-06-01-preview"},"ServerRestart":{"value":"2018-06-01-preview"},"Get a server's threat detection policy":{"value":"2018-06-01-preview"},"Update a server's threat detection policy with all parameters":{"value":"2018-06-01-preview"},"Update a server's threat detection policy with minimal parameters":{"value":"2018-06-01-preview"},"List virtual network rules":{"value":"2018-06-01-preview"},"Delete a virtual network rule":{"value":"2018-06-01-preview"},"Gets a virtual network rule":{"value":"2018-06-01-preview"},"Create or update a virtual network rule":{"value":"2018-06-01-preview"}}},"ConfigurationNameParameter":{"description":"The name of the server configuration.","in":"path","name":"configurationName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"ConfigurationGet":{"value":"event_scheduler"},"ConfigurationCreateOrUpdate":{"value":"event_scheduler"}}},"DatabaseNameParameter":{"description":"The name of the database.","in":"path","name":"databaseName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"DatabaseDelete":{"value":"db1"},"DatabaseGet":{"value":"db1"},"DatabaseCreate":{"value":"db1"}}},"FirewallRuleNameParameter":{"description":"The name of the server firewall rule.","in":"path","name":"firewallRuleName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"FirewallRuleDelete":{"value":"rule1"},"FirewallRuleGet":{"value":"rule1"},"FirewallRuleCreate":{"value":"rule1"}}},"LocationNameParameter":{"description":"The name of the location.","in":"path","name":"locationName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"PerformanceTiersList":{"value":"WestUS"}}},"ResourceGroupParameter":{"description":"The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"ServerListByResourceGroup":{"value":"testrg"},"ServerDelete":{"value":"TestGroup"},"ServerGet":{"value":"testrg"},"ServerUpdate":{"value":"testrg"},"Create a database as a point in time restore":{"value":"TargetResourceGroup"},"Create a new server":{"value":"testrg"},"Create a replica server":{"value":"TargetResourceGroup"},"Create a server as a geo restore ":{"value":"TargetResourceGroup"},"ConfigurationList":{"value":"testrg"},"ConfigurationGet":{"value":"TestGroup"},"ConfigurationCreateOrUpdate":{"value":"TestGroup"},"DatabaseList":{"value":"TestGroup"},"DatabaseDelete":{"value":"TestGroup"},"DatabaseGet":{"value":"TestGroup"},"DatabaseCreate":{"value":"TestGroup"},"FirewallRuleList":{"value":"TestGroup"},"FirewallRuleDelete":{"value":"TestGroup"},"FirewallRuleGet":{"value":"TestGroup"},"FirewallRuleCreate":{"value":"TestGroup"},"LogFileList":{"value":"TestGroup"},"ReplicasListByServer":{"value":"TestGroup"},"ServerRestart":{"value":"TestGroup"},"Get a server's threat detection policy":{"value":"securityalert-4799"},"Update a server's threat detection policy with all parameters":{"value":"securityalert-4799"},"Update a server's threat detection policy with minimal parameters":{"value":"securityalert-4799"},"List virtual network rules":{"value":"TestGroup"},"Delete a virtual network rule":{"value":"TestGroup"},"Gets a virtual network rule":{"value":"TestGroup"},"Create or update a virtual network rule":{"value":"TestGroup"}}},"SecurityAlertPolicyNameParameter":{"description":"The name of the security alert policy.","in":"path","name":"securityAlertPolicyName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","enum":["default"]}},"ServerNameParameter":{"description":"The name of the server.","in":"path","name":"serverName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"ServerDelete":{"value":"testserver"},"ServerGet":{"value":"mariadbtestsvc4"},"ServerUpdate":{"value":"mariadbtestsvc4"},"Create a database as a point in time restore":{"value":"targetserver"},"Create a new server":{"value":"mariadbtestsvc4"},"Create a replica server":{"value":"targetserver"},"Create a server as a geo restore ":{"value":"targetserver"},"ConfigurationList":{"value":"mariadbtestsvc1"},"ConfigurationGet":{"value":"testserver"},"ConfigurationCreateOrUpdate":{"value":"testserver"},"DatabaseList":{"value":"testserver"},"DatabaseDelete":{"value":"testserver"},"DatabaseGet":{"value":"testserver"},"DatabaseCreate":{"value":"testserver"},"FirewallRuleList":{"value":"testserver"},"FirewallRuleDelete":{"value":"testserver"},"FirewallRuleGet":{"value":"testserver"},"FirewallRuleCreate":{"value":"testserver"},"LogFileList":{"value":"testserver"},"ReplicasListByServer":{"value":"testmaster"},"ServerRestart":{"value":"testserver"},"Get a server's threat detection policy":{"value":"securityalert-6440"},"Update a server's threat detection policy with all parameters":{"value":"securityalert-6440"},"Update a server's threat detection policy with minimal parameters":{"value":"securityalert-6440"},"List virtual network rules":{"value":"vnet-test-svr"},"Delete a virtual network rule":{"value":"vnet-test-svr"},"Gets a virtual network rule":{"value":"vnet-test-svr"},"Create or update a virtual network rule":{"value":"vnet-test-svr"}}},"SubscriptionIdParameter":{"description":"The subscription ID that identifies an Azure subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"NameAvailability":{"value":"ffffffff-ffff-ffff-ffff-ffffffffffff"},"PerformanceTiersList":{"value":"ffffffff-ffff-ffff-ffff-ffffffffffff"},"ServerList":{"value":"ffffffff-ffff-ffff-ffff-ffffffffffff"},"ServerListByResourceGroup":{"value":"ffffffff-ffff-ffff-ffff-ffffffffffff"},"ServerDelete":{"value":"ffffffff-ffff-ffff-ffff-ffffffffffff"},"ServerGet":{"value":"ffffffff-ffff-ffff-ffff-ffffffffffff"},"ServerUpdate":{"value":"ffffffff-ffff-ffff-ffff-ffffffffffff"},"Create a database as a point in time restore":{"value":"ffffffff-ffff-ffff-ffff-ffffffffffff"},"Create a new server":{"value":"ffffffff-ffff-ffff-ffff-ffffffffffff"},"Create a replica server":{"value":"ffffffff-ffff-ffff-ffff-ffffffffffff"},"Create a server as a geo restore ":{"value":"ffffffff-ffff-ffff-ffff-ffffffffffff"},"ConfigurationList":{"value":"ffffffff-ffff-ffff-ffff-ffffffffffff"},"ConfigurationGet":{"value":"ffffffff-ffff-ffff-ffff-ffffffffffff"},"ConfigurationCreateOrUpdate":{"value":"ffffffff-ffff-ffff-ffff-ffffffffffff"},"DatabaseList":{"value":"ffffffff-ffff-ffff-ffff-ffffffffffff"},"DatabaseDelete":{"value":"ffffffff-ffff-ffff-ffff-ffffffffffff"},"DatabaseGet":{"value":"ffffffff-ffff-ffff-ffff-ffffffffffff"},"DatabaseCreate":{"value":"ffffffff-ffff-ffff-ffff-ffffffffffff"},"FirewallRuleList":{"value":"ffffffff-ffff-ffff-ffff-ffffffffffff"},"FirewallRuleDelete":{"value":"ffffffff-ffff-ffff-ffff-ffffffffffff"},"FirewallRuleGet":{"value":"ffffffff-ffff-ffff-ffff-ffffffffffff"},"FirewallRuleCreate":{"value":"ffffffff-ffff-ffff-ffff-ffffffffffff"},"LogFileList":{"value":"ffffffff-ffff-ffff-ffff-ffffffffffff"},"ReplicasListByServer":{"value":"ffffffff-ffff-ffff-ffff-ffffffffffff"},"ServerRestart":{"value":"ffffffff-ffff-ffff-ffff-ffffffffffff"},"Get a server's threat detection policy":{"value":"00000000-1111-2222-3333-444444444444"},"Update a server's threat detection policy with all parameters":{"value":"00000000-1111-2222-3333-444444444444"},"Update a server's threat detection policy with minimal parameters":{"value":"00000000-1111-2222-3333-444444444444"},"List virtual network rules":{"value":"ffffffff-ffff-ffff-ffff-ffffffffffff"},"Delete a virtual network rule":{"value":"ffffffff-ffff-ffff-ffff-ffffffffffff"},"Gets a virtual network rule":{"value":"ffffffff-ffff-ffff-ffff-ffffffffffff"},"Create or update a virtual network rule":{"value":"ffffffff-ffff-ffff-ffff-ffffffffffff"}}},"virtualNetworkRuleNameParameter":{"description":"The name of the virtual network rule.","in":"path","name":"virtualNetworkRuleName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"Delete a virtual network rule":{"value":"vnet-firewall-rule"},"Gets a virtual network rule":{"value":"vnet-firewall-rule"},"Create or update a virtual network rule":{"value":"vnet-firewall-rule"}}}},"securitySchemes":{"azure_auth":{"description":"Azure Active Directory OAuth2 Flow","type":"oauth2","flows":{"implicit":{"authorizationUrl":"https://login.microsoftonline.com/common/oauth2/authorize","scopes":{"user_impersonation":"impersonate your user account"}}}}},"schemas":{"CloudError":{"description":"An error response from the Batch service.","properties":{"error":{"$ref":"#/components/schemas/CloudErrorBody"}},"x-ms-external":true},"CloudErrorBody":{"description":"An error response from the Batch service.","properties":{"code":{"description":"An identifier for the error. Codes are invariant and are intended to be consumed programmatically.","type":"string"},"details":{"description":"A list of additional details about the error.","items":{"$ref":"#/components/schemas/CloudErrorBody"},"type":"array"},"message":{"description":"A message describing the error, intended to be suitable for display in a user interface.","type":"string"},"target":{"description":"The target of the particular error. For example, the name of the property in error.","type":"string"}},"x-ms-external":true},"Configuration":{"allOf":[{"$ref":"#/components/schemas/ProxyResource"}],"description":"Represents a Configuration.","properties":{"properties":{"$ref":"#/components/schemas/ConfigurationProperties"}}},"ConfigurationListResult":{"description":"A list of server configurations.","properties":{"value":{"description":"The list of server configurations.","items":{"$ref":"#/components/schemas/Configuration"},"type":"array"}}},"ConfigurationProperties":{"description":"The properties of a configuration.","properties":{"allowedValues":{"description":"Allowed values of the configuration.","readOnly":true,"type":"string"},"dataType":{"description":"Data type of the configuration.","readOnly":true,"type":"string"},"defaultValue":{"description":"Default value of the configuration.","readOnly":true,"type":"string"},"description":{"description":"Description of the configuration.","readOnly":true,"type":"string"},"source":{"description":"Source of the configuration.","type":"string"},"value":{"description":"Value of the configuration.","type":"string"}}},"Database":{"allOf":[{"$ref":"#/components/schemas/ProxyResource"}],"description":"Represents a Database.","properties":{"properties":{"$ref":"#/components/schemas/DatabaseProperties"}}},"DatabaseListResult":{"description":"A List of databases.","properties":{"value":{"description":"The list of databases housed in a server","items":{"$ref":"#/components/schemas/Database"},"type":"array"}}},"DatabaseProperties":{"description":"The properties of a database.","properties":{"charset":{"description":"The charset of the database.","type":"string"},"collation":{"description":"The collation of the database.","type":"string"}}},"FirewallRule":{"allOf":[{"$ref":"#/components/schemas/ProxyResource"}],"description":"Represents a server firewall rule.","properties":{"properties":{"$ref":"#/components/schemas/FirewallRuleProperties"}},"required":["properties"]},"FirewallRuleListResult":{"description":"A list of firewall rules.","properties":{"value":{"description":"The list of firewall rules in a server.","items":{"$ref":"#/components/schemas/FirewallRule"},"type":"array"}}},"FirewallRuleProperties":{"description":"The properties of a server firewall rule.","properties":{"endIpAddress":{"description":"The end IP address of the server firewall rule. Must be IPv4 format.","pattern":"^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$","type":"string"},"startIpAddress":{"description":"The start IP address of the server firewall rule. Must be IPv4 format.","pattern":"^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$","type":"string"}},"required":["startIpAddress","endIpAddress"]},"LogFile":{"allOf":[{"$ref":"#/components/schemas/ProxyResource"}],"description":"Represents a log file.","properties":{"name":{"description":"The name of the log file.","type":"string"},"properties":{"$ref":"#/components/schemas/LogFileProperties"}}},"LogFileListResult":{"description":"A list of log files.","properties":{"value":{"description":"The list of log files.","items":{"$ref":"#/components/schemas/LogFile"},"type":"array"}}},"LogFileProperties":{"description":"The properties of a log file.","properties":{"createdTime":{"description":"Creation timestamp of the log file.","format":"date-time","readOnly":true,"type":"string"},"lastModifiedTime":{"description":"Last modified timestamp of the log file.","format":"date-time","readOnly":true,"type":"string"},"sizeInKB":{"description":"Size of the log file.","format":"int64","type":"integer"},"type":{"description":"Type of the log file.","type":"string"},"url":{"description":"The url to download the log file from.","readOnly":true,"type":"string"}}},"NameAvailability":{"description":"Represents a resource name availability.","properties":{"message":{"description":"Error Message.","type":"string"},"nameAvailable":{"description":"Indicates whether the resource name is available.","type":"boolean"},"reason":{"description":"Reason for name being unavailable.","type":"string"}}},"NameAvailabilityRequest":{"description":"Request from client to check resource name availability.","properties":{"name":{"description":"Resource name to verify.","type":"string"},"type":{"description":"Resource type used for verification.","type":"string"}},"required":["name"]},"Operation":{"description":"REST API operation definition.","properties":{"display":{"$ref":"#/components/schemas/OperationDisplay"},"name":{"description":"The name of the operation being performed on this particular object.","readOnly":true,"type":"string"},"origin":{"description":"The intended executor of the operation.","enum":["NotSpecified","user","system"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"OperationOrigin"}},"properties":{"additionalProperties":{"type":"object"},"description":"Additional descriptions for the operation.","readOnly":true,"type":"object","x-ms-client-flatten":false}}},"OperationDisplay":{"description":"Display metadata associated with the operation.","properties":{"description":{"description":"Operation description.","readOnly":true,"type":"string"},"operation":{"description":"Localized friendly name for the operation.","readOnly":true,"type":"string"},"provider":{"description":"Operation resource provider name.","readOnly":true,"type":"string"},"resource":{"description":"Resource on which the operation is performed.","readOnly":true,"type":"string"}},"readOnly":true},"OperationListResult":{"description":"A list of resource provider operations.","properties":{"value":{"description":"The list of resource provider operations.","items":{"$ref":"#/components/schemas/Operation"},"type":"array"}}},"PerformanceTierListResult":{"description":"A list of performance tiers.","properties":{"value":{"description":"The list of performance tiers","items":{"$ref":"#/components/schemas/PerformanceTierProperties"},"type":"array"}}},"PerformanceTierProperties":{"description":"Performance tier properties","properties":{"id":{"description":"ID of the performance tier.","type":"string"},"serviceLevelObjectives":{"description":"Service level objectives associated with the performance tier","items":{"$ref":"#/components/schemas/PerformanceTierServiceLevelObjectives"},"type":"array"}}},"PerformanceTierServiceLevelObjectives":{"description":"Service level objectives for performance tier.","properties":{"edition":{"description":"Edition of the performance tier.","type":"string"},"hardwareGeneration":{"description":"Hardware generation associated with the service level objective","type":"string"},"id":{"description":"ID for the service level objective.","type":"string"},"maxBackupRetentionDays":{"description":"Maximum Backup retention in days for the performance tier edition","type":"integer"},"maxStorageMB":{"description":"Max storage allowed for a server.","format":"int32","type":"integer"},"minBackupRetentionDays":{"description":"Minimum Backup retention in days for the performance tier edition","type":"integer"},"minStorageMB":{"description":"Max storage allowed for a server.","format":"int32","type":"integer"},"vCore":{"description":"vCore associated with the service level objective","type":"integer"}}},"ProxyResource":{"description":"Resource properties.","properties":{"id":{"description":"Resource ID","readOnly":true,"type":"string"},"name":{"description":"Resource name.","readOnly":true,"type":"string"},"type":{"description":"Resource type.","readOnly":true,"type":"string"}},"x-ms-azure-resource":true},"ResourceIdentity":{"description":"Azure Active Directory identity configuration for a resource.","properties":{"principalId":{"description":"The Azure Active Directory principal id.","format":"uuid","readOnly":true,"type":"string"},"tenantId":{"description":"The Azure Active Directory tenant id.","format":"uuid","readOnly":true,"type":"string"},"type":{"description":"The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource.","enum":["SystemAssigned"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"IdentityType"}}},"type":"object"},"SecurityAlertPolicyProperties":{"description":"Properties of a security alert policy.","properties":{"disabledAlerts":{"description":"Specifies an array of alerts that are disabled. Allowed values are: Sql_Injection, Sql_Injection_Vulnerability, Access_Anomaly","items":{"type":"string"},"type":"array"},"emailAccountAdmins":{"description":"Specifies that the alert is sent to the account administrators.","type":"boolean"},"emailAddresses":{"description":"Specifies an array of e-mail addresses to which the alert is sent.","items":{"type":"string"},"type":"array"},"retentionDays":{"description":"Specifies the number of days to keep in the Threat Detection audit logs.","format":"int32","type":"integer"},"state":{"description":"Specifies the state of the policy, whether it is enabled or disabled.","enum":["Enabled","Disabled"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"ServerSecurityAlertPolicyState"}},"storageAccountAccessKey":{"description":"Specifies the identifier key of the Threat Detection audit storage account.","type":"string"},"storageEndpoint":{"description":"Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net). This blob storage will hold all Threat Detection audit logs.","type":"string"}},"required":["state"],"type":"object"},"Server":{"allOf":[{"$ref":"#/components/schemas/TrackedResource"}],"description":"Represents a server.","properties":{"identity":{"$ref":"#/components/schemas/ResourceIdentity"},"properties":{"$ref":"#/components/schemas/ServerProperties"},"sku":{"$ref":"#/components/schemas/Sku"}}},"ServerForCreate":{"description":"Represents a server to be created.","properties":{"location":{"description":"The location the resource resides in.","type":"string"},"properties":{"$ref":"#/components/schemas/ServerPropertiesForCreate"},"sku":{"$ref":"#/components/schemas/Sku"},"tags":{"additionalProperties":{"type":"string"},"description":"Application-specific metadata in the form of key-value pairs.","type":"object"}},"required":["properties","location"]},"ServerListResult":{"description":"A list of servers.","properties":{"value":{"description":"The list of servers","items":{"$ref":"#/components/schemas/Server"},"type":"array"}}},"ServerProperties":{"description":"The properties of a server.","properties":{"administratorLogin":{"description":"The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation).","type":"string"},"earliestRestoreDate":{"description":"Earliest restore point creation time (ISO8601 format)","format":"date-time","type":"string"},"fullyQualifiedDomainName":{"description":"The fully qualified domain name of a server.","type":"string"},"masterServerId":{"description":"The master server id of a replica server.","type":"string"},"replicaCapacity":{"description":"The maximum number of replicas that a master server can have.","format":"int32","minimum":0,"type":"integer"},"replicationRole":{"description":"The replication role of the server.","type":"string"},"sslEnforcement":{"$ref":"#/components/schemas/SslEnforcement"},"storageProfile":{"$ref":"#/components/schemas/StorageProfile"},"userVisibleState":{"description":"A state of a server that is visible to user.","enum":["Ready","Dropping","Disabled"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"ServerState"}},"version":{"$ref":"#/components/schemas/ServerVersion"}}},"ServerPropertiesForCreate":{"description":"The properties used to create a new server.","discriminator":{"propertyName":"createMode"},"properties":{"createMode":{"description":"The mode to create a new server.","enum":["Default","PointInTimeRestore","GeoRestore","Replica"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"CreateMode"}},"sslEnforcement":{"$ref":"#/components/schemas/SslEnforcement"},"storageProfile":{"$ref":"#/components/schemas/StorageProfile"},"version":{"$ref":"#/components/schemas/ServerVersion"}},"required":["createMode"]},"ServerPropertiesForDefaultCreate":{"allOf":[{"$ref":"#/components/schemas/ServerPropertiesForCreate"}],"description":"The properties used to create a new server.","properties":{"administratorLogin":{"description":"The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation).","type":"string"},"administratorLoginPassword":{"description":"The password of the administrator login.","format":"password","type":"string"}},"required":["administratorLogin","administratorLoginPassword"],"x-ms-discriminator-value":"Default"},"ServerPropertiesForGeoRestore":{"allOf":[{"$ref":"#/components/schemas/ServerPropertiesForCreate"}],"description":"The properties used to create a new server by restoring to a different region from a geo replicated backup.","properties":{"sourceServerId":{"description":"The source server id to restore from.","type":"string"}},"required":["sourceServerId"],"x-ms-discriminator-value":"GeoRestore"},"ServerPropertiesForReplica":{"allOf":[{"$ref":"#/components/schemas/ServerPropertiesForCreate"}],"description":"The properties to create a new replica.","properties":{"sourceServerId":{"description":"The master server id to create replica from.","type":"string"}},"required":["sourceServerId"],"x-ms-discriminator-value":"Replica"},"ServerPropertiesForRestore":{"allOf":[{"$ref":"#/components/schemas/ServerPropertiesForCreate"}],"description":"The properties used to create a new server by restoring from a backup.","properties":{"restorePointInTime":{"description":"Restore point creation time (ISO8601 format), specifying the time to restore from.","format":"date-time","type":"string"},"sourceServerId":{"description":"The source server id to restore from.","type":"string"}},"required":["sourceServerId","restorePointInTime"],"x-ms-discriminator-value":"PointInTimeRestore"},"ServerSecurityAlertPolicy":{"allOf":[{"$ref":"#/components/schemas/ProxyResource"}],"description":"A server security alert policy.","properties":{"properties":{"$ref":"#/components/schemas/SecurityAlertPolicyProperties"}},"type":"object"},"ServerUpdateParameters":{"description":"Parameters allowed to update for a server.","properties":{"properties":{"description":"The properties that can be updated for a server.","properties":{"administratorLoginPassword":{"description":"The password of the administrator login.","format":"password","type":"string"},"replicationRole":{"description":"The replication role of the server.","type":"string"},"sslEnforcement":{"$ref":"#/components/schemas/SslEnforcement"},"storageProfile":{"$ref":"#/components/schemas/StorageProfile"},"version":{"$ref":"#/components/schemas/ServerVersion"}},"x-ms-client-flatten":true},"sku":{"$ref":"#/components/schemas/Sku"},"tags":{"additionalProperties":{"type":"string"},"description":"Application-specific metadata in the form of key-value pairs.","type":"object"}}},"ServerVersion":{"description":"The version of a server.","enum":["5.6","5.7"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"ServerVersion"}},"Sku":{"description":"Billing information related properties of a server.","properties":{"capacity":{"description":"The scale up/out capacity, representing server's compute units.","format":"int32","minimum":0,"type":"integer"},"family":{"description":"The family of hardware.","type":"string"},"name":{"description":"The name of the sku, typically, tier + family + cores, e.g. B_Gen4_1, GP_Gen5_8.","type":"string"},"size":{"description":"The size code, to be interpreted by resource as appropriate.","type":"string"},"tier":{"description":"The tier of the particular SKU, e.g. Basic.","enum":["Basic","GeneralPurpose","MemoryOptimized"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"SkuTier"}}}},"SslEnforcement":{"description":"Enable ssl enforcement or not when connect to server.","enum":["Enabled","Disabled"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"SslEnforcementEnum"}},"StorageProfile":{"description":"Storage Profile properties of a server","properties":{"backupRetentionDays":{"description":"Backup retention days for the server.","type":"integer"},"geoRedundantBackup":{"description":"Enable Geo-redundant or not for server backup.","enum":["Enabled","Disabled"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"GeoRedundantBackup"}},"storageAutogrow":{"description":"Enable Storage Auto Grow.","enum":["Enabled","Disabled"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"StorageAutogrow"}},"storageMB":{"description":"Max storage allowed for a server.","format":"int32","type":"integer"}}},"TrackedResource":{"allOf":[{"$ref":"#/components/schemas/ProxyResource"}],"description":"Resource properties including location and tags for track resources.","properties":{"location":{"description":"The location the resource resides in.","type":"string","x-ms-mutability":["read","create"]},"tags":{"additionalProperties":{"type":"string"},"description":"Application-specific metadata in the form of key-value pairs.","type":"object"}},"required":["location"]},"VirtualNetworkRule":{"allOf":[{"$ref":"#/components/schemas/ProxyResource"}],"description":"A virtual network rule.","properties":{"properties":{"$ref":"#/components/schemas/VirtualNetworkRuleProperties"}},"type":"object"},"VirtualNetworkRuleListResult":{"description":"A list of virtual network rules.","properties":{"nextLink":{"description":"Link to retrieve next page of results.","readOnly":true,"type":"string"},"value":{"description":"Array of results.","items":{"$ref":"#/components/schemas/VirtualNetworkRule"},"readOnly":true,"type":"array"}},"type":"object"},"VirtualNetworkRuleProperties":{"description":"Properties of a virtual network rule.","properties":{"ignoreMissingVnetServiceEndpoint":{"description":"Create firewall rule before the virtual network has vnet service endpoint enabled.","type":"boolean"},"state":{"description":"Virtual Network Rule State","enum":["Initializing","InProgress","Ready","Deleting","Unknown"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"VirtualNetworkRuleState"}},"virtualNetworkSubnetId":{"description":"The ARM resource id of the virtual network subnet.","type":"string"}},"required":["virtualNetworkSubnetId"],"type":"object"}}}}