Share via


MySqlFlexibleServerConfigurationCollection Class

Definition

A class representing a collection of MySqlFlexibleServerConfigurationResource and their operations. Each MySqlFlexibleServerConfigurationResource in the collection will belong to the same instance of MySqlFlexibleServerResource. To get a MySqlFlexibleServerConfigurationCollection instance call the GetMySqlFlexibleServerConfigurations method from an instance of MySqlFlexibleServerResource.

public class MySqlFlexibleServerConfigurationCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.MySql.FlexibleServers.MySqlFlexibleServerConfigurationResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MySql.FlexibleServers.MySqlFlexibleServerConfigurationResource>
type MySqlFlexibleServerConfigurationCollection = class
    inherit ArmCollection
    interface seq<MySqlFlexibleServerConfigurationResource>
    interface IEnumerable
    interface IAsyncEnumerable<MySqlFlexibleServerConfigurationResource>
Public Class MySqlFlexibleServerConfigurationCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of MySqlFlexibleServerConfigurationResource), IEnumerable(Of MySqlFlexibleServerConfigurationResource)
Inheritance
MySqlFlexibleServerConfigurationCollection
Implements

Constructors

MySqlFlexibleServerConfigurationCollection()

Initializes a new instance of the MySqlFlexibleServerConfigurationCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, MySqlFlexibleServerConfigurationData, CancellationToken)

Updates a configuration of a server.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/configurations/{configurationName}
  • Operation Id: Configurations_CreateOrUpdate
  • Default Api Version: 2023-06-01-preview
  • Resource: MySqlFlexibleServerConfigurationResource
CreateOrUpdateAsync(WaitUntil, String, MySqlFlexibleServerConfigurationData, CancellationToken)

Updates a configuration of a server.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/configurations/{configurationName}
  • Operation Id: Configurations_CreateOrUpdate
  • Default Api Version: 2023-06-01-preview
  • Resource: MySqlFlexibleServerConfigurationResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/configurations/{configurationName}
  • Operation Id: Configurations_Get
  • Default Api Version: 2023-06-01-preview
  • Resource: MySqlFlexibleServerConfigurationResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/configurations/{configurationName}
  • Operation Id: Configurations_Get
  • Default Api Version: 2023-06-01-preview
  • Resource: MySqlFlexibleServerConfigurationResource
Get(String, CancellationToken)

Gets information about a configuration of server.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/configurations/{configurationName}
  • Operation Id: Configurations_Get
  • Default Api Version: 2023-06-01-preview
  • Resource: MySqlFlexibleServerConfigurationResource
GetAll(String, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

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-06-01-preview
  • Resource: MySqlFlexibleServerConfigurationResource
GetAllAsync(String, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

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-06-01-preview
  • Resource: MySqlFlexibleServerConfigurationResource
GetAsync(String, CancellationToken)

Gets information about a configuration of server.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/configurations/{configurationName}
  • Operation Id: Configurations_Get
  • Default Api Version: 2023-06-01-preview
  • Resource: MySqlFlexibleServerConfigurationResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/configurations/{configurationName}
  • Operation Id: Configurations_Get
  • Default Api Version: 2023-06-01-preview
  • Resource: MySqlFlexibleServerConfigurationResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/configurations/{configurationName}
  • Operation Id: Configurations_Get
  • Default Api Version: 2023-06-01-preview
  • Resource: MySqlFlexibleServerConfigurationResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<MySqlFlexibleServerConfigurationResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<MySqlFlexibleServerConfigurationResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to