NewAzMySqlFirewallRule_CreateExpanded Class

Definition

[Microsoft.Azure.PowerShell.Cmdlets.MySql.Description("Creates a new firewall rule or updates an existing firewall rule.")]
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Generated]
[System.Management.Automation.Cmdlet("New", "AzMySqlFirewallRule_CreateExpanded", SupportsShouldProcess=true)]
[System.Management.Automation.OutputType(new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IFirewallRule) })]
public class NewAzMySqlFirewallRule_CreateExpanded : System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.IEventListener
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Description("Creates a new firewall rule or updates an existing firewall rule.")]
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Generated]
[System.Management.Automation.Cmdlet("New", "AzMySqlFirewallRule_CreateExpanded", SupportsShouldProcess=true)]
[System.Management.Automation.OutputType(new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IFirewallRule) })]
[Microsoft.Azure.PowerShell.Cmdlets.MySql.InternalExport]
public class NewAzMySqlFirewallRule_CreateExpanded : System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.IEventListener
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.Description("Creates a new firewall rule or updates an existing firewall rule.")>]
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.Generated>]
[<System.Management.Automation.Cmdlet("New", "AzMySqlFirewallRule_CreateExpanded", SupportsShouldProcess=true)>]
[<System.Management.Automation.OutputType(new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IFirewallRule) })>]
type NewAzMySqlFirewallRule_CreateExpanded = class
    inherit PSCmdlet
    interface IEventListener
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.Description("Creates a new firewall rule or updates an existing firewall rule.")>]
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.Generated>]
[<System.Management.Automation.Cmdlet("New", "AzMySqlFirewallRule_CreateExpanded", SupportsShouldProcess=true)>]
[<System.Management.Automation.OutputType(new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IFirewallRule) })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.InternalExport>]
type NewAzMySqlFirewallRule_CreateExpanded = class
    inherit PSCmdlet
    interface IEventListener
Public Class NewAzMySqlFirewallRule_CreateExpanded
Inherits PSCmdlet
Implements IEventListener
Inheritance
NewAzMySqlFirewallRule_CreateExpanded
Attributes
Implements

Constructors

NewAzMySqlFirewallRule_CreateExpanded()

Properties

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

Methods

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

Explicit Interface Implementations

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

Applies to