DomainsOperationsExtensions.List(IDomainsOperations) 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 domains in a subscription.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Domain> List (this Microsoft.Azure.Management.WebSites.IDomainsOperations operations);
static member List : Microsoft.Azure.Management.WebSites.IDomainsOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Domain>
<Extension()>
Public Function List (operations As IDomainsOperations) As IPage(Of Domain)
Parameters
- operations
- IDomainsOperations
The operations group for this extension method.
Returns
Remarks
Description for Get all domains in a subscription.