Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Services

Package version

Interface representing a Services.

Hierarchy

  • Services

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

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

    • parameters: Service

      Parameters supplied to the create or update service operation.

    • Optional options: ServicesCreateOrUpdateOptionalParams

      The options parameters.

    Returns Promise<ServicesCreateOrUpdateResponse>

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