MySqlFlexibleServerConfigurationCollection.GetAllAsync 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.AsyncPageable<Azure.ResourceManager.MySql.FlexibleServers.MySqlFlexibleServerConfigurationResource> GetAllAsync (string tags = default, string keyword = default, int? page = default, int? pageSize = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * string * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MySql.FlexibleServers.MySqlFlexibleServerConfigurationResource>
override this.GetAllAsync : string * string * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MySql.FlexibleServers.MySqlFlexibleServerConfigurationResource>
Public Overridable Function GetAllAsync (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 AsyncPageable(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
An async collection of MySqlFlexibleServerConfigurationResource that may take multiple service requests to iterate over.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET