Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SimPoliciesImpl

Package version

Class containing SimPolicies operations.

Hierarchy

  • SimPoliciesImpl

Implements

Index

Constructors

constructor

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, mobileNetworkName: string, simPolicyName: string, options?: SimPoliciesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Deletes the specified SIM policy.

    Parameters

    • resourceGroupName: string

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

    • mobileNetworkName: string

      The name of the mobile network.

    • simPolicyName: string

      The name of the SIM policy.

    • Optional options: SimPoliciesDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

  • beginDeleteAndWait(resourceGroupName: string, mobileNetworkName: string, simPolicyName: string, options?: SimPoliciesDeleteOptionalParams): Promise<void>

get

listByMobileNetwork

updateTags

Generated using TypeDoc