Megosztás a következőn keresztül:


Profile.AllowedEndpointRecordTypes Property

Definition

Gets or sets the list of allowed endpoint record types.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.allowedEndpointRecordTypes")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Models.AllowedEndpointRecordType?> AllowedEndpointRecordTypes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.allowedEndpointRecordTypes")>]
member this.AllowedEndpointRecordTypes : System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.TrafficManager.Models.AllowedEndpointRecordType>> with get, set
Public Property AllowedEndpointRecordTypes As IList(Of Nullable(Of AllowedEndpointRecordType))

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to