NewAzPostgreSqlConfiguration_Create 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_Create", SupportsShouldProcess=true)]
[System.Management.Automation.OutputType(new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IConfiguration) })]
public class NewAzPostgreSqlConfiguration_Create : 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_Create", SupportsShouldProcess=true)>]
[<System.Management.Automation.OutputType(new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IConfiguration) })>]
type NewAzPostgreSqlConfiguration_Create = class
    inherit PSCmdlet
    interface IEventListener
Public Class NewAzPostgreSqlConfiguration_Create
Inherits PSCmdlet
Implements IEventListener
Inheritance
NewAzPostgreSqlConfiguration_Create
Attributes
Implements

Constructors

NewAzPostgreSqlConfiguration_Create()

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