Share via


StaticSiteARMResource.CustomDomains Property

Definition

Gets the custom domains associated with this static site.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.customDomains")]
public System.Collections.Generic.IList<string> CustomDomains { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.customDomains")>]
member this.CustomDomains : System.Collections.Generic.IList<string>
Public ReadOnly Property CustomDomains As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to