MySqlFlexibleServerConfigurationCollection.GetAll Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List all the configurations in a given server.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/configurations
- Operation Id: Configurations_ListByServer
- Default Api Version: 2023-12-30
- Resource: MySqlFlexibleServerConfigurationResource
public virtual Azure.Pageable<Azure.ResourceManager.MySql.FlexibleServers.MySqlFlexibleServerConfigurationResource> GetAll (string tags = default, string keyword = default, int? page = default, int? pageSize = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * string * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MySql.FlexibleServers.MySqlFlexibleServerConfigurationResource>
override this.GetAll : string * string * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MySql.FlexibleServers.MySqlFlexibleServerConfigurationResource>
Public Overridable Function GetAll (Optional tags As String = Nothing, Optional keyword As String = Nothing, Optional page As Nullable(Of Integer) = Nothing, Optional pageSize As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MySqlFlexibleServerConfigurationResource)
Parameters
- tags
- String
The tags of the server configuration.
- keyword
- String
The keyword of the server configuration.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of MySqlFlexibleServerConfigurationResource that may take multiple service requests to iterate over.