Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ApiPortalsImpl

Package version

Class containing ApiPortals operations.

Hierarchy

  • ApiPortalsImpl

Implements

Index

Constructors

constructor

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, serviceName: string, apiPortalName: string, options?: ApiPortalsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Delete the default API portal.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • apiPortalName: string

      The name of API portal.

    • Optional options: ApiPortalsDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

  • Delete the default API portal.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • apiPortalName: string

      The name of API portal.

    • Optional options: ApiPortalsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

get

  • Get the API portal and its properties.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • apiPortalName: string

      The name of API portal.

    • Optional options: ApiPortalsGetOptionalParams

      The options parameters.

    Returns Promise<ApiPortalsGetResponse>

list

  • Handles requests to list all resources in a Service.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • Optional options: ApiPortalsListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<ApiPortalResource>

validateDomain

Generated using TypeDoc