SupportTicketDetails.ContactDetails Property

Definition

Gets or sets contact information of the user requesting to create a support ticket.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.contactDetails")]
public Microsoft.Azure.Management.Support.Models.ContactProfile ContactDetails { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.contactDetails")>]
member this.ContactDetails : Microsoft.Azure.Management.Support.Models.ContactProfile with get, set
Public Property ContactDetails As ContactProfile

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to