Share via


NodeTypeDescription.ApplicationPorts Property

Definition

Gets or sets the range of ports from which cluster assigned port to Service Fabric applications.

[Newtonsoft.Json.JsonProperty(PropertyName="applicationPorts")]
public Microsoft.Azure.Management.ServiceFabric.Models.EndpointRangeDescription ApplicationPorts { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="applicationPorts")>]
member this.ApplicationPorts : Microsoft.Azure.Management.ServiceFabric.Models.EndpointRangeDescription with get, set
Public Property ApplicationPorts As EndpointRangeDescription

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to