你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.