SimGroups interface

Interface representing a SimGroups.

Methods

beginCreateOrUpdate(string, string, SimGroup, SimGroupsCreateOrUpdateOptionalParams)

Creates or updates a SIM group.

beginCreateOrUpdateAndWait(string, string, SimGroup, SimGroupsCreateOrUpdateOptionalParams)

Creates or updates a SIM group.

beginDelete(string, string, SimGroupsDeleteOptionalParams)

Deletes the specified SIM group.

beginDeleteAndWait(string, string, SimGroupsDeleteOptionalParams)

Deletes the specified SIM group.

get(string, string, SimGroupsGetOptionalParams)

Gets information about the specified SIM group.

listByResourceGroup(string, SimGroupsListByResourceGroupOptionalParams)

Gets all the SIM groups in a resource group.

listBySubscription(SimGroupsListBySubscriptionOptionalParams)

Gets all the SIM groups in a subscription.

updateTags(string, string, IdentityAndTagsObject, SimGroupsUpdateTagsOptionalParams)

Patch SIM group resource.

Method Details

beginCreateOrUpdate(string, string, SimGroup, SimGroupsCreateOrUpdateOptionalParams)

Creates or updates a SIM group.

function beginCreateOrUpdate(resourceGroupName: string, simGroupName: string, parameters: SimGroup, options?: SimGroupsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SimGroup>, SimGroup>>

Parameters

resourceGroupName

string

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

simGroupName

string

The name of the SIM Group.

parameters
SimGroup

Parameters supplied to the create or update SIM group operation.

options
SimGroupsCreateOrUpdateOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<SimGroup>, SimGroup>>

beginCreateOrUpdateAndWait(string, string, SimGroup, SimGroupsCreateOrUpdateOptionalParams)

Creates or updates a SIM group.

function beginCreateOrUpdateAndWait(resourceGroupName: string, simGroupName: string, parameters: SimGroup, options?: SimGroupsCreateOrUpdateOptionalParams): Promise<SimGroup>

Parameters

resourceGroupName

string

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

simGroupName

string

The name of the SIM Group.

parameters
SimGroup

Parameters supplied to the create or update SIM group operation.

options
SimGroupsCreateOrUpdateOptionalParams

The options parameters.

Returns

Promise<SimGroup>

beginDelete(string, string, SimGroupsDeleteOptionalParams)

Deletes the specified SIM group.

function beginDelete(resourceGroupName: string, simGroupName: string, options?: SimGroupsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

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

simGroupName

string

The name of the SIM Group.

options
SimGroupsDeleteOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, SimGroupsDeleteOptionalParams)

Deletes the specified SIM group.

function beginDeleteAndWait(resourceGroupName: string, simGroupName: string, options?: SimGroupsDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

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

simGroupName

string

The name of the SIM Group.

options
SimGroupsDeleteOptionalParams

The options parameters.

Returns

Promise<void>

get(string, string, SimGroupsGetOptionalParams)

Gets information about the specified SIM group.

function get(resourceGroupName: string, simGroupName: string, options?: SimGroupsGetOptionalParams): Promise<SimGroup>

Parameters

resourceGroupName

string

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

simGroupName

string

The name of the SIM Group.

options
SimGroupsGetOptionalParams

The options parameters.

Returns

Promise<SimGroup>

listByResourceGroup(string, SimGroupsListByResourceGroupOptionalParams)

Gets all the SIM groups in a resource group.

function listByResourceGroup(resourceGroupName: string, options?: SimGroupsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SimGroup, SimGroup[], PageSettings>

Parameters

resourceGroupName

string

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

options
SimGroupsListByResourceGroupOptionalParams

The options parameters.

Returns

listBySubscription(SimGroupsListBySubscriptionOptionalParams)

Gets all the SIM groups in a subscription.

function listBySubscription(options?: SimGroupsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SimGroup, SimGroup[], PageSettings>

Parameters

options
SimGroupsListBySubscriptionOptionalParams

The options parameters.

Returns

updateTags(string, string, IdentityAndTagsObject, SimGroupsUpdateTagsOptionalParams)

Patch SIM group resource.

function updateTags(resourceGroupName: string, simGroupName: string, parameters: IdentityAndTagsObject, options?: SimGroupsUpdateTagsOptionalParams): Promise<SimGroup>

Parameters

resourceGroupName

string

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

simGroupName

string

The name of the SIM Group.

parameters
IdentityAndTagsObject

Parameters supplied to patch SIM group resource.

options
SimGroupsUpdateTagsOptionalParams

The options parameters.

Returns

Promise<SimGroup>