Sdílet prostřednictvím


ApplicationGetHttpsEndpoint.AccessModes Property

Definition

Gets or sets the list of access modes for the application.

[Newtonsoft.Json.JsonProperty(PropertyName="accessModes")]
public System.Collections.Generic.IList<string> AccessModes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="accessModes")>]
member this.AccessModes : System.Collections.Generic.IList<string> with get, set
Public Property AccessModes As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to