InquiryInfo.InquiryDetails 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.
Gets or sets inquiry Details which will have workload specific details. For e.g. - For SQL and oracle this will contain different details.
[Newtonsoft.Json.JsonProperty(PropertyName="inquiryDetails")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.WorkloadInquiryDetails> InquiryDetails { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="inquiryDetails")>]
member this.InquiryDetails : System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.WorkloadInquiryDetails> with get, set
Public Property InquiryDetails As IList(Of WorkloadInquiryDetails)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute