Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Sites

Package version

Interface representing a Sites.

Hierarchy

  • Sites

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

  • Creates or updates a 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.

    • parameters: Site

      Parameters supplied to the create or update mobile network site operation.

    • Optional options: SitesCreateOrUpdateOptionalParams

      The options parameters.

    Returns Promise<SitesCreateOrUpdateResponse>

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