DomainsOperationsExtensions.ListByResourceGroupAsync(IDomainsOperations, String, CancellationToken) 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 resource group.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Domain>> ListByResourceGroupAsync (this Microsoft.Azure.Management.WebSites.IDomainsOperations operations, string resourceGroupName, System.Threading.CancellationToken cancellationToken = null);
static member ListByResourceGroupAsync : Microsoft.Azure.Management.WebSites.IDomainsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Domain>>
Parameters
- operations
- IDomainsOperations
The operations group for this extension method.
- resourceGroupName
- System.String
Name of the resource group to which the resource belongs.
- cancellationToken
- System.Threading.CancellationToken
The cancellation token.
Returns
- System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Domain>>
Remarks
Get all domains in a resource group.