Share via


IDomain Interface

Definition

Represents the behavior of a domain.

public interface IDomain : Microsoft.Store.PartnerCenter.GenericOperations.IEntityExistsOperations, Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type IDomain = interface
    interface IPartnerComponent
    interface IPartnerComponent<string>
    interface IEntityExistsOperations
Public Interface IDomain
Implements IEntityExistsOperations, IPartnerComponent, IPartnerComponent(Of String)
Implements

Properties

Context

Gets the component context object.

(Inherited from IPartnerComponent<TContext>)
Partner

Gets a reference to the partner operations instance that generated this component.

(Inherited from IPartnerComponent<TContext>)

Methods

Exists()

Checks if the domain is available or not.

ExistsAsync()

Asynchronously checks if the domain is available or not.

Applies to