ApiCreateOrUpdateParameter.Contact Property

Definition

Gets or sets contact information for the API.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to