GetAzMySqlServerSecurityAlertPolicy_Get Class

Definition

[Microsoft.Azure.PowerShell.Cmdlets.MySql.Description("Get a server's security alert policy.")]
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Generated]
[Microsoft.Azure.PowerShell.Cmdlets.MySql.InternalExport]
[System.Management.Automation.Cmdlet("Get", "AzMySqlServerSecurityAlertPolicy_Get")]
[System.Management.Automation.OutputType(new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerSecurityAlertPolicy) })]
public class GetAzMySqlServerSecurityAlertPolicy_Get : System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.IEventListener
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.Description("Get a server's security alert policy.")>]
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.Generated>]
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.InternalExport>]
[<System.Management.Automation.Cmdlet("Get", "AzMySqlServerSecurityAlertPolicy_Get")>]
[<System.Management.Automation.OutputType(new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerSecurityAlertPolicy) })>]
type GetAzMySqlServerSecurityAlertPolicy_Get = class
    inherit PSCmdlet
    interface IEventListener
Public Class GetAzMySqlServerSecurityAlertPolicy_Get
Inherits PSCmdlet
Implements IEventListener
Inheritance
GetAzMySqlServerSecurityAlertPolicy_Get
Attributes
Implements

Constructors

GetAzMySqlServerSecurityAlertPolicy_Get()

Properties

Break
Client
DefaultProfile
HttpPipelineAppend
HttpPipelinePrepend
InvocationInformation
PassThru
Proxy
ProxyCredential
ProxyUseDefaultCredentials
ResourceGroupName
ServerName
SubscriptionId

Methods

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

Explicit Interface Implementations

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

Applies to