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, simGroupName: 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.

    • simGroupName: string

      The name of the SIM Group.

    • simName: string

      The name of the SIM.

    • Optional options: SimsDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

  • beginDeleteAndWait(resourceGroupName: string, simGroupName: string, simName: string, options?: SimsDeleteOptionalParams): Promise<void>
  • Deletes the specified SIM.

    Parameters

    • resourceGroupName: string

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

    • simGroupName: string

      The name of the SIM Group.

    • simName: string

      The name of the SIM.

    • Optional options: SimsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

get

  • Gets information about the specified SIM.

    Parameters

    • resourceGroupName: string

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

    • simGroupName: string

      The name of the SIM Group.

    • simName: string

      The name of the SIM.

    • Optional options: SimsGetOptionalParams

      The options parameters.

    Returns Promise<SimsGetResponse>

listBySimGroup

  • Gets all the SIMs in a SIM group.

    Parameters

    • resourceGroupName: string

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

    • simGroupName: string

      The name of the SIM Group.

    • Optional options: SimsListBySimGroupOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<Sim>

Generated using TypeDoc