IArmConnectionResponse.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.IConnection) }, Read=true, ReadOnly=false, Required=true, SerializedName="body", Update=true)]
public ADT.Models.IConnection 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.IConnection) }, Read=true, ReadOnly=false, Required=true, SerializedName="body", Update=true)>]
member this.Body : ADT.Models.IConnection with get, set
Public Property Body As IConnection

Property Value

Attributes

Applies to