IStaticSite.CustomDomain Property

Definition

The custom domains associated with this static site.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="The custom domains associated with this static site.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="customDomains", Update=false)]
public System.Collections.Generic.List<string> CustomDomain { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="The custom domains associated with this static site.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="customDomains", Update=false)>]
member this.CustomDomain : System.Collections.Generic.List<string>
Public ReadOnly Property CustomDomain As List(Of String)

Property Value

Attributes

Applies to