UpdateAzMySqlFlexibleServerConfiguration_Update Class

Definition

[Microsoft.Azure.PowerShell.Cmdlets.MySql.Description("Updates a configuration of a server.")]
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Generated]
[Microsoft.Azure.PowerShell.Cmdlets.MySql.InternalExport]
[System.Management.Automation.Cmdlet("Update", "AzMySqlFlexibleServerConfiguration_Update", SupportsShouldProcess=true)]
[System.Management.Automation.OutputType(new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IConfigurationAutoGenerated) })]
public class UpdateAzMySqlFlexibleServerConfiguration_Update : System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.IEventListener
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.Description("Updates a configuration of a server.")>]
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.Generated>]
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.InternalExport>]
[<System.Management.Automation.Cmdlet("Update", "AzMySqlFlexibleServerConfiguration_Update", SupportsShouldProcess=true)>]
[<System.Management.Automation.OutputType(new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IConfigurationAutoGenerated) })>]
type UpdateAzMySqlFlexibleServerConfiguration_Update = class
    inherit PSCmdlet
    interface IEventListener
Public Class UpdateAzMySqlFlexibleServerConfiguration_Update
Inherits PSCmdlet
Implements IEventListener
Inheritance
UpdateAzMySqlFlexibleServerConfiguration_Update
Attributes
Implements

Constructors

UpdateAzMySqlFlexibleServerConfiguration_Update()

Properties

AsJob
Break
Client
DefaultProfile
HttpPipelineAppend
HttpPipelinePrepend
InvocationInformation
Name
NoWait
Parameter
Proxy
ProxyCredential
ProxyUseDefaultCredentials
ResourceGroupName
ServerName
SubscriptionId

Methods

BeginProcessing()
Clone()
EndProcessing()
ProcessRecord()
ProcessRecordAsync()
StopProcessing()

Explicit Interface Implementations

IEventListener.Cancel
IEventListener.Signal(String, CancellationToken, Func<EventData>)
IEventListener.Token

Applies to