IOperationResultProperties.Error 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.
Anything
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Anything", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny) }, Read=true, ReadOnly=false, Required=false, SerializedName="error", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny Error { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Anything", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny) }, Read=true, ReadOnly=false, Required=false, SerializedName="error", Update=true)>]
member this.Error : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny with get, set
Public Property Error As IAny
Property Value
- Attributes