IArmFlowResponse.Body 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.
The body type of the operation request or response.
[ADT.Runtime.Info(Create=true, Description="The body type of the operation request or response.", PossibleTypes=new System.Type[] { typeof(ADT.Models.IFlow) }, Read=true, ReadOnly=false, Required=true, SerializedName="body", Update=true)]
public ADT.Models.IFlow Body { get; set; }
[<ADT.Runtime.Info(Create=true, Description="The body type of the operation request or response.", PossibleTypes=new System.Type[] { typeof(ADT.Models.IFlow) }, Read=true, ReadOnly=false, Required=true, SerializedName="body", Update=true)>]
member this.Body : ADT.Models.IFlow with get, set
Public Property Body As IFlow
Property Value
- Attributes