Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Slices

Package version

Interface representing a Slices.

Hierarchy

  • Slices

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, mobileNetworkName: string, sliceName: string, options?: SlicesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Deletes the specified network slice.

    Parameters

    • resourceGroupName: string

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

    • mobileNetworkName: string

      The name of the mobile network.

    • sliceName: string

      The name of the network slice.

    • Optional options: SlicesDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

  • beginDeleteAndWait(resourceGroupName: string, mobileNetworkName: string, sliceName: string, options?: SlicesDeleteOptionalParams): Promise<void>
  • Deletes the specified network slice.

    Parameters

    • resourceGroupName: string

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

    • mobileNetworkName: string

      The name of the mobile network.

    • sliceName: string

      The name of the network slice.

    • Optional options: SlicesDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

get

  • Gets information about the specified network slice.

    Parameters

    • resourceGroupName: string

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

    • mobileNetworkName: string

      The name of the mobile network.

    • sliceName: string

      The name of the network slice.

    • Optional options: SlicesGetOptionalParams

      The options parameters.

    Returns Promise<SlicesGetResponse>

listByMobileNetwork

updateTags

Generated using TypeDoc