InvokeAzPostgreSqlExecuteCheckNameAvailability_Execute.NameAvailabilityRequest Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
- Attributes