GetAzFunctionAppPlan_List.Detailed 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.Category(new Microsoft.Azure.PowerShell.Cmdlets.Functions.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.Functions.ParameterCategory.Query })]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Specify <code>true</code> to return all App Service plan properties. The default is <code>false</code>, which returns a subset of the properties.\r\n Retrieval of all properties may increase the API latency.", PossibleTypes=new System.Type[] { typeof(System.Management.Automation.SwitchParameter) }, ReadOnly=false, Required=false, SerializedName="detailed")]
[System.Management.Automation.Parameter(HelpMessage="Specify <code>true</code> to return all App Service plan properties. The default is <code>false</code>, which returns a subset of the properties.\n Retrieval of all properties may increase the API latency.", Mandatory=false)]
public System.Management.Automation.SwitchParameter Detailed { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Category(new Microsoft.Azure.PowerShell.Cmdlets.Functions.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.Functions.ParameterCategory.Query })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Specify <code>true</code> to return all App Service plan properties. The default is <code>false</code>, which returns a subset of the properties.\r\n Retrieval of all properties may increase the API latency.", PossibleTypes=new System.Type[] { typeof(System.Management.Automation.SwitchParameter) }, ReadOnly=false, Required=false, SerializedName="detailed")>]
[<System.Management.Automation.Parameter(HelpMessage="Specify <code>true</code> to return all App Service plan properties. The default is <code>false</code>, which returns a subset of the properties.\n Retrieval of all properties may increase the API latency.", Mandatory=false)>]
member this.Detailed : System.Management.Automation.SwitchParameter with get, set
Public Property Detailed As SwitchParameter
Property Value
- Attributes