TestAzNameAvailability_CheckViaIdentity.Request 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.Functions.Runtime.Info(Description="Resource name availability request content.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceNameAvailabilityRequest) }, ReadOnly=false, Required=true, SerializedName="request")]
[System.Management.Automation.Parameter(HelpMessage="Resource name availability request content.", Mandatory=true, ValueFromPipeline=true)]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceNameAvailabilityRequest Request { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Resource name availability request content.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceNameAvailabilityRequest) }, ReadOnly=false, Required=true, SerializedName="request")>]
[<System.Management.Automation.Parameter(HelpMessage="Resource name availability request content.", Mandatory=true, ValueFromPipeline=true)>]
member this.Request : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceNameAvailabilityRequest with get, set
Public Property Request As IResourceNameAvailabilityRequest
Property Value
- Attributes