Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Domains

Package version

Interface representing a Domains.

Hierarchy

  • Domains

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, domainName: string, options?: DomainsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Delete existing domain.

    Parameters

    • resourceGroupName: string

      The name of the resource group within the user's subscription.

    • domainName: string

      Name of the domain.

    • Optional options: DomainsDeleteOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

beginDeleteAndWait

beginUpdate

  • Asynchronously updates a domain with the specified parameters.

    Parameters

    • resourceGroupName: string

      The name of the resource group within the user's subscription.

    • domainName: string

      Name of the domain.

    • domainUpdateParameters: DomainUpdateParameters

      Domain update information.

    • Optional options: DomainsUpdateOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

beginUpdateAndWait

get

listByResourceGroup

listBySubscription

listSharedAccessKeys

regenerateKey

Generated using TypeDoc