다음을 통해 공유


BackendServiceFabricClusterProperties.ServerX509Names Property

Definition

Gets or sets server X509 Certificate Names Collection

[Newtonsoft.Json.JsonProperty(PropertyName="serverX509Names")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.X509CertificateName> ServerX509Names { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="serverX509Names")>]
member this.ServerX509Names : System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.X509CertificateName> with get, set
Public Property ServerX509Names As IList(Of X509CertificateName)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to