NewAzPostgreSqlConfiguration_CreateExpanded Class

Definition

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

Constructors

NewAzPostgreSqlConfiguration_CreateExpanded()

Properties

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

Methods

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

Explicit Interface Implementations

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

Applies to