Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SimsImpl

Package version

Class containing Sims operations.

Hierarchy

  • SimsImpl

Implements

Index

Constructors

constructor

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, simName: string, options?: SimsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Deletes the specified sim.

    Parameters

    • resourceGroupName: string

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

    • simName: string

      The name of the SIM.

    • Optional options: SimsDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

get

  • Gets information about the specified sim.

    Parameters

    • resourceGroupName: string

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

    • simName: string

      The name of the SIM.

    • Optional options: SimsGetOptionalParams

      The options parameters.

    Returns Promise<SimsGetResponse>

listByResourceGroup

listBySubscription

updateTags

Generated using TypeDoc