NewAzPostgreSqlServerAdministrator_Create Class

Definition

[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Description("Creates or update active directory administrator on an existing server. The update action will overwrite the existing administrator.")]
[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Generated]
[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.InternalExport]
[System.Management.Automation.Cmdlet("New", "AzPostgreSqlServerAdministrator_Create", SupportsShouldProcess=true)]
[System.Management.Automation.OutputType(new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServerAdministratorResource) })]
public class NewAzPostgreSqlServerAdministrator_Create : System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.IEventListener
[<Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Description("Creates or update active directory administrator on an existing server. The update action will overwrite the existing administrator.")>]
[<Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Generated>]
[<Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.InternalExport>]
[<System.Management.Automation.Cmdlet("New", "AzPostgreSqlServerAdministrator_Create", SupportsShouldProcess=true)>]
[<System.Management.Automation.OutputType(new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServerAdministratorResource) })>]
type NewAzPostgreSqlServerAdministrator_Create = class
    inherit PSCmdlet
    interface IEventListener
Public Class NewAzPostgreSqlServerAdministrator_Create
Inherits PSCmdlet
Implements IEventListener
Inheritance
NewAzPostgreSqlServerAdministrator_Create
Attributes
Implements

Constructors

NewAzPostgreSqlServerAdministrator_Create()

Properties

AsJob
Break
Client
DefaultProfile
HttpPipelineAppend
HttpPipelinePrepend
InvocationInformation
NoWait
Property
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