Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Sims

Package version

Interface representing a Sims.

Hierarchy

  • Sims

Implemented by

Index

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

  • 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<void>

get

listByResourceGroup

listBySubscription

updateTags

Generated using TypeDoc