IDnsResolverDomainList.DomainsUrl Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The URL for bulk upload or download for domain lists containing larger set of domains. This will be populated if domains is empty or null.
[Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.Info(Create=false, Description="The URL for bulk upload or download for domain lists containing larger set of domains. This will be populated if domains is empty or null.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="domainsUrl", Update=false)]
public string DomainsUrl { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.Info(Create=false, Description="The URL for bulk upload or download for domain lists containing larger set of domains. This will be populated if domains is empty or null.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="domainsUrl", Update=false)>]
member this.DomainsUrl : string
Public ReadOnly Property DomainsUrl As String
Property Value
- Attributes