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