IArmFlowResponse.Body Property

Definition

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

Applies to