IArmConnectionResponse.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.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