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.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET