InvokeAzPostgreSqlExecuteCheckNameAvailability_Execute.NameAvailabilityRequest Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.Info(Description="Request from client to check resource name availability.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.INameAvailabilityRequest) }, ReadOnly=false, Required=true, SerializedName="nameAvailabilityRequest")]
[System.Management.Automation.Parameter(HelpMessage="Request from client to check resource name availability.", Mandatory=true, ValueFromPipeline=true)]
public Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.INameAvailabilityRequest NameAvailabilityRequest { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.Info(Description="Request from client to check resource name availability.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.INameAvailabilityRequest) }, ReadOnly=false, Required=true, SerializedName="nameAvailabilityRequest")>]
[<System.Management.Automation.Parameter(HelpMessage="Request from client to check resource name availability.", Mandatory=true, ValueFromPipeline=true)>]
member this.NameAvailabilityRequest : Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.INameAvailabilityRequest with get, set
Public Property NameAvailabilityRequest As INameAvailabilityRequest

Property Value

INameAvailabilityRequest
Attributes

Applies to