Bagikan melalui


MySqlFlexibleServerMaintenanceCollection Class

Definition

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

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

Constructors

MySqlFlexibleServerMaintenanceCollection()

Initializes a new instance of the MySqlFlexibleServerMaintenanceCollection 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

Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/maintenances/{maintenanceName}
  • Operation Id: Maintenances_Read
  • Default Api Version: 2023-10-01-preview
  • Resource: MySqlFlexibleServerMaintenanceResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/maintenances/{maintenanceName}
  • Operation Id: Maintenances_Read
  • Default Api Version: 2023-10-01-preview
  • Resource: MySqlFlexibleServerMaintenanceResource
Get(String, CancellationToken)

Read maintenance.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/maintenances/{maintenanceName}
  • Operation Id: Maintenances_Read
  • Default Api Version: 2023-10-01-preview
  • Resource: MySqlFlexibleServerMaintenanceResource
GetAll(CancellationToken)

List maintenances.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/maintenances
  • Operation Id: Maintenances_List
  • Default Api Version: 2023-10-01-preview
  • Resource: MySqlFlexibleServerMaintenanceResource
GetAllAsync(CancellationToken)

List maintenances.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/maintenances
  • Operation Id: Maintenances_List
  • Default Api Version: 2023-10-01-preview
  • Resource: MySqlFlexibleServerMaintenanceResource
GetAsync(String, CancellationToken)

Read maintenance.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/maintenances/{maintenanceName}
  • Operation Id: Maintenances_Read
  • Default Api Version: 2023-10-01-preview
  • Resource: MySqlFlexibleServerMaintenanceResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/maintenances/{maintenanceName}
  • Operation Id: Maintenances_Read
  • Default Api Version: 2023-10-01-preview
  • Resource: MySqlFlexibleServerMaintenanceResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/maintenances/{maintenanceName}
  • Operation Id: Maintenances_Read
  • Default Api Version: 2023-10-01-preview
  • Resource: MySqlFlexibleServerMaintenanceResource
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<MySqlFlexibleServerMaintenanceResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<MySqlFlexibleServerMaintenanceResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to