Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SitesImpl

Package version

Class containing Sites operations.

Hierarchy

  • SitesImpl

Implements

Index

Constructors

constructor

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, mobileNetworkName: string, siteName: string, options?: SitesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Deletes the specified mobile network site.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • mobileNetworkName: string

      The name of the mobile network.

    • siteName: string

      The name of the mobile network site.

    • Optional options: SitesDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

  • beginDeleteAndWait(resourceGroupName: string, mobileNetworkName: string, siteName: string, options?: SitesDeleteOptionalParams): Promise<void>
  • Deletes the specified mobile network site.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • mobileNetworkName: string

      The name of the mobile network.

    • siteName: string

      The name of the mobile network site.

    • Optional options: SitesDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

get

  • Gets information about the specified mobile network site.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • mobileNetworkName: string

      The name of the mobile network.

    • siteName: string

      The name of the mobile network site.

    • Optional options: SitesGetOptionalParams

      The options parameters.

    Returns Promise<SitesGetResponse>

listByMobileNetwork

updateTags

Generated using TypeDoc