Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ServicesImpl

Package version

Class containing Services operations.

Hierarchy

  • ServicesImpl

Implements

Index

Constructors

constructor

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, mobileNetworkName: string, serviceName: string, options?: ServicesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Deletes the specified service.

    Parameters

    • resourceGroupName: string

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

    • mobileNetworkName: string

      The name of the mobile network.

    • serviceName: string

      The name of the service. You must not use any of the following reserved strings - default, requested or service

    • Optional options: ServicesDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

  • beginDeleteAndWait(resourceGroupName: string, mobileNetworkName: string, serviceName: string, options?: ServicesDeleteOptionalParams): Promise<void>
  • Deletes the specified service.

    Parameters

    • resourceGroupName: string

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

    • mobileNetworkName: string

      The name of the mobile network.

    • serviceName: string

      The name of the service. You must not use any of the following reserved strings - default, requested or service

    • Optional options: ServicesDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

get

  • Gets information about the specified service.

    Parameters

    • resourceGroupName: string

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

    • mobileNetworkName: string

      The name of the mobile network.

    • serviceName: string

      The name of the service. You must not use any of the following reserved strings - default, requested or service

    • Optional options: ServicesGetOptionalParams

      The options parameters.

    Returns Promise<ServicesGetResponse>

listByMobileNetwork

updateTags

  • Update service tags.

    Parameters

    • resourceGroupName: string

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

    • mobileNetworkName: string

      The name of the mobile network.

    • serviceName: string

      The name of the service. You must not use any of the following reserved strings - default, requested or service

    • parameters: TagsObject

      Parameters supplied to update service tags.

    • Optional options: ServicesUpdateTagsOptionalParams

      The options parameters.

    Returns Promise<ServicesUpdateTagsResponse>

Generated using TypeDoc