TopLevelDomainsOperationsExtensions.List(ITopLevelDomainsOperations) Method
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.
Get all top-level domains supported for registration.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.TopLevelDomain> List (this Microsoft.Azure.Management.WebSites.ITopLevelDomainsOperations operations);
static member List : Microsoft.Azure.Management.WebSites.ITopLevelDomainsOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.TopLevelDomain>
<Extension()>
Public Function List (operations As ITopLevelDomainsOperations) As IPage(Of TopLevelDomain)
Parameters
- operations
- ITopLevelDomainsOperations
The operations group for this extension method.
Returns
Remarks
Description for Get all top-level domains supported for registration.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET